Home
last modified time | relevance | path

Searched refs:cgroup_release_wq (Results 1 – 1 of 1) sorted by relevance

/linux/kernel/cgroup/
H A Dcgroup.c119 * cgroup_release_wq: use for css release work
139 static struct workqueue_struct *cgroup_release_wq; variable
5818 queue_work(cgroup_release_wq, &css->destroy_work);
6637 cgroup_release_wq = alloc_workqueue("cgroup_release", WQ_PERCPU, 1); in cgroup_wq_init()
6638 BUG_ON(!cgroup_release_wq); in cgroup_wq_init()