table of contents
other versions
- wheezy 3.2.78-1
SCHEDULE_WORK(9) | Driver Basics | SCHEDULE_WORK(9) |
NAME¶
schedule_work - put work task in global workqueueSYNOPSIS¶
int
schedule_work(struct work_struct * work);
ARGUMENTS¶
workjob to be done
DESCRIPTION¶
Returns zero if work was already on the kernel-global workqueue and non-zero otherwise. This puts a job in the kernel-global workqueue if it was not already queued and leaves it in the same position on the kernel-global workqueue otherwise.COPYRIGHT¶
March 2016 | Kernel Hackers Manual 3.2. |