Rechercher une page de manuel
queue_work_on
Langue: en
Version: May 2009 (fedora - 06/07/09)
Section: 9 (Appels noyau Linux)
NAME
queue_work_on - queue work on specific cpuSYNOPSIS
- 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
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre