]> 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)
commit85f5e196325dd943f06b052b952f70ac2018430f
tree2297f17b2ba0c556173566560f33fe7a1b20a904
parent0c27fd6b58e61cf0cc20c5f89537778fd5a7e812
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