Driver porting: the workqueue interface.
Posted Aug 16, 2004 1:16 UTC (Mon) by
baisa (guest, #24024)
Parent article:
Driver porting: the workqueue interface.
How do I schedule work tasks (if indeed this is the object I should be using) to execute every timer tick? In the book, in chap 6 "Flow of Time" it lists at least 3 kernel task queues, one of which was a timer queue that dispatched its tasks each tick. But the entire "linux/tqueue.h" functionality was deleted in 2.6, and now I can't figure out how to dispatch some code every timer tick.
Thanks! Brad
(
Log in to post comments)