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)
commit112202d9098aae2c36436e5178c0cf3ced423c7b
tree2297f17b2ba0c556173566560f33fe7a1b20a904
parent8d03ecfe471802d6afe97da97722b6924533aa82
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