October 2017
Intermediate to advanced
586 pages
14h 8m
English
Here, the work queue is represented as an instance of struct workqueue_struct. The work to be queued into the work queue is represented as an instance of struct work_struct. There are four steps involved prior to scheduling your work in your own kernel thread: