kthread_bind(9) centos man page | unix.com

Man Page: kthread_bind

Operating Environment: centos

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 3.10 June 2014 KTHREAD_BIND(9)
Related Man Pages
kthread(9) - netbsd
cpuset_create(3) - netbsd
cpuset_size(3) - netbsd
kthread_destroy(9) - netbsd
tapset::scheduler(3stap) - centos
Similar Topics in the Unix Linux Community
Set hard block limit for user using quota
DB2 convert digits to binary format
Tar Command
Shopt -s histappend
[TIP] Processing YAML files with yq