]> git.baikalelectronics.ru Git - kernel.git/commit
workqueue: rename cpu_workqueue to pool_workqueue
authorTejun Heo <tj@kernel.org>
Thu, 14 Feb 2013 03:29:12 +0000 (19:29 -0800)
committerTejun Heo <tj@kernel.org>
Thu, 14 Feb 2013 03:29:12 +0000 (19:29 -0800)
commit9fe2bb7836f525fd5b05a54e9842b391af1d8be0
tree2297f17b2ba0c556173566560f33fe7a1b20a904
parentcd506db95cf94a44974e913a49983ca29daa4fae
workqueue: rename cpu_workqueue to pool_workqueue

workqueue has moved away from global_cwqs to worker_pools and with the
scheduled custom worker pools, wforkqueues will be associated with
pools which don't have anything to do with CPUs.  The workqueue code
went through significant amount of changes recently and mass renaming
isn't likely to hurt much additionally.  Let's replace 'cpu' with
'pool' so that it reflects the current design.

* s/struct cpu_workqueue_struct/struct pool_workqueue/
* s/cpu_wq/pool_wq/
* s/cwq/pwq/

This patch is purely cosmetic.

Signed-off-by: Tejun Heo <tj@kernel.org>
include/linux/workqueue.h
include/trace/events/workqueue.h
kernel/workqueue.c
kernel/workqueue_internal.h