Man Page: queue_kthread_work
Operating Environment: centos
Section: 9
QUEUE_KTHREAD_WORK(9) Driver Basics QUEUE_KTHREAD_WORK(9)NAMEqueue_kthread_work - queue a kthread_workSYNOPSISbool queue_kthread_work(struct kthread_worker * worker, struct kthread_work * work);ARGUMENTSworker target kthread_worker work kthread_work to queueDESCRIPTIONQueue work to work processor task for async execution. task must have been created with kthread_worker_create. Returns true if work was successfully queued, false if it was already pending.COPYRIGHTKernel Hackers Manual 3.10 June 2014 QUEUE_KTHREAD_WORK(9)
| Related Man Pages |
|---|
| struct_spi_master(9) - centos |
| iv_work_pool_init(3) - debian |
| iv_work_pool_put(3) - debian |
| workqueue_create(9) - netbsd |
| workqueue_enqueue(9) - netbsd |
| Similar Topics in the Unix Linux Community |
|---|
| Weird 'find' results |
| CentOS7 restoring file capabilities |
| CentOS 6 ran out of space, need to reclaim it |
| Controlling user input |
| Please Welcome Dave Munro to the Moderator Team! |