kthread_bind(9) suse man page | unix.com

Man Page: kthread_bind

Operating Environment: suse

Section: 9

KTHREAD_BIND(9) 						   Driver Basics						   KTHREAD_BIND(9)

NAME
kthread_bind - bind a just-created kthread to a cpu.
SYNOPSIS
void kthread_bind(struct task_struct * p, unsigned int cpu);
ARGUMENTS
p thread created by kthread_create. cpu cpu (might not be online, must be possible) for k to run on.
DESCRIPTION
This function is equivalent to set_cpus_allowed, except that cpu doesn't need to be online, and the thread must be stopped (i.e., just returned from kthread_create).
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 KTHREAD_BIND(9)
Related Man Pages
kthread(9) - netbsd
cpu(1) - plan9
kthread_create(9) - netbsd
kthread_destroy(9) - netbsd
tapset::scheduler(3stap) - centos
Similar Topics in the Unix Linux Community
How to restrict user to a specific directory in solaris 10
Getting command output to putty window title.
Migrating to UNIX
Cut command on RHEL 6.8 compatibility issues
The Future of the PM (Private Message) System at UNIX.com