queue_work_on(9) centos man page | unix.com

Man Page: queue_work_on

Operating Environment: centos

Section: 9

QUEUE_WORK_ON(9)						   Driver Basics						  QUEUE_WORK_ON(9)

NAME
queue_work_on - queue work on specific cpu
SYNOPSIS
bool 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 false if work was already on a queue, true otherwise. We queue the work to a specific CPU, the caller must ensure it can't go away.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 QUEUE_WORK_ON(9)
Related Man Pages
workqueue_destroy(9) - netbsd
cpuset_clr(3) - netbsd
cpuset_destroy(3) - netbsd
cpuset_set(3) - netbsd
cpuset_size(3) - netbsd
Similar Topics in the Unix Linux Community
Set hard block limit for user using quota
Best performance UNIX just for HOST Virtualization?
Tar Command
Docker learning Phase-I
Shopt -s histappend