Files
kernel/include/linux
Tejun Heo affee4b294 workqueue: reimplement work flushing using linked works
A work is linked to the next one by having WORK_STRUCT_LINKED bit set
and these links can be chained.  When a linked work is dispatched to a
worker, all linked works are dispatched to the worker's newly added
->scheduled queue and processed back-to-back.

Currently, as there's only single worker per cwq, having linked works
doesn't make any visible behavior difference.  This change is to
prepare for multiple shared workers per cpu.

Signed-off-by: Tejun Heo <tj@kernel.org>
2010-06-29 10:07:12 +02:00
..
2010-05-17 22:39:48 -07:00
2010-05-28 01:38:00 +02:00
2010-05-27 09:12:53 -07:00
2010-05-19 13:38:54 -04:00
2010-05-19 22:41:57 -04:00
2010-05-17 16:30:58 -07:00
2010-05-21 19:30:44 +02:00
2010-06-01 11:12:28 +02:00
2010-05-27 22:05:02 -04:00
2010-05-25 08:07:01 -07:00
2010-05-27 09:12:42 -07:00
2010-05-21 09:34:29 -07:00
2010-05-21 09:37:29 -07:00
2010-06-29 10:07:09 +02:00
2010-05-19 13:44:27 +10:00
2010-06-07 16:03:10 -04:00
2010-05-27 09:12:50 -07:00
2010-05-30 09:02:47 -07:00
2010-06-08 21:40:37 +02:00
2010-05-25 11:41:43 -04:00
2010-05-27 09:12:43 -07:00
2010-05-21 09:34:29 -07:00
2010-05-19 22:40:47 -04:00
2010-06-03 13:13:34 +10:00
2010-05-19 22:15:46 +09:30