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
cpu(8) - debian
cpuset_isset(3) - netbsd
cpu(1) - plan9
cpuset_create(3) - netbsd
cpuset_set(3) - netbsd
Similar Topics in the Unix Linux Community
Getting command output to putty window title.
Update kernel Linux without reboot?!
A (ksh) Library For and From UNIX.com
Docker learning Phase-I
Shopt -s histappend