]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
workqueue: implement worker_{set|clr}_flags()
authorTejun Heo <tj@kernel.org>
Tue, 29 Jun 2010 08:07:13 +0000 (10:07 +0200)
committerTejun Heo <tj@kernel.org>
Tue, 29 Jun 2010 08:07:13 +0000 (10:07 +0200)
commitd302f0178223802a1e496ba90c66193b7721c9c1
treed9282d8a6a69b6b5b1db9fbe97301f6338af8752
parent7e11629d0efec829cbf62366143ba1081944a70e
workqueue: implement worker_{set|clr}_flags()

Implement worker_{set|clr}_flags() to manipulate worker flags.  These
are currently simple wrappers but logics to track the current worker
state and the current level of concurrency will be added.

Signed-off-by: Tejun Heo <tj@kernel.org>
kernel/workqueue.c