suse man page for queue_work_on

Query: queue_work_on

OS: suse

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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
workqueue_destroy(9) - netbsd
rdma_post_ud_send(3) - centos
cpuset_clr(3) - netbsd
cpuset_set(3) - netbsd
workqueue_enqueue(9) - netbsd
Similar Topics in the Unix Linux Community
Update kernel Linux without reboot?!
SOCKS proxy & PAM configuration exposure
A (ksh) Library For and From UNIX.com
The Future of the PM (Private Message) System at UNIX.com
32 bit process addressing more than 4GB