Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dcgroup-defs.h193 struct rcu_work destroy_rwork; member
/openbmc/linux/kernel/cgroup/
H A Dcgroup.c5340 struct cgroup_subsys_state, destroy_rwork); in css_free_rwork_fn()
5437 INIT_RCU_WORK(&css->destroy_rwork, css_free_rwork_fn); in css_release_work_fn()
5438 queue_rcu_work(cgroup_destroy_wq, &css->destroy_rwork); in css_release_work_fn()
5568 INIT_RCU_WORK(&css->destroy_rwork, css_free_rwork_fn); in css_create()
5569 queue_rcu_work(cgroup_destroy_wq, &css->destroy_rwork); in css_create()