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.c151 static struct workqueue_struct *cgroup_release_wq; variable
5695 queue_work(cgroup_release_wq, &css->destroy_work); in css_release()
6460 cgroup_release_wq = alloc_workqueue("cgroup_release", WQ_PERCPU, 1); in cgroup_wq_init()
6461 BUG_ON(!cgroup_release_wq); in cgroup_wq_init()