queue_work_on(9) suse man page | unix.com

Man Page: queue_work_on

Operating Environment: suse

Section: 9

QUEUE_WORK_ON(9)						   Driver Basics						  QUEUE_WORK_ON(9)

NAME
queue_work_on - queue work on specific cpu
SYNOPSIS
int queue_work_on(int cpu, struct workqueue_struct * wq, struct work_struct * work);
ARGUMENTS
cpu CPU number to execute work on wq workqueue to use work work to queue
DESCRIPTION
Returns 0 if work was already on a queue, non-zero otherwise. We queue the work to a specific CPU, the caller must ensure it can't go away.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 QUEUE_WORK_ON(9)
Related Man Pages
rdma_post_ud_send(3) - debian
rdma_post_ud_send(3) - centos
cpuset_clr(3) - netbsd
cpuset_destroy(3) - netbsd
cpuset_size(3) - netbsd
Similar Topics in the Unix Linux Community
Getting command output to putty window title.
Grant unprivileged user rights to see the output of echo|format but not modify disks
Cut command on RHEL 6.8 compatibility issues
Update kernel Linux without reboot?!
Shopt -s histappend