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.h196 struct rcu_work destroy_rwork; member
/openbmc/linux/kernel/cgroup/
H A Dcgroup.c5335 struct cgroup_subsys_state, destroy_rwork); in css_free_rwork_fn()
5432 INIT_RCU_WORK(&css->destroy_rwork, css_free_rwork_fn); in css_release_work_fn()
5433 queue_rcu_work(cgroup_destroy_wq, &css->destroy_rwork); in css_release_work_fn()
5563 INIT_RCU_WORK(&css->destroy_rwork, css_free_rwork_fn); in css_create()
5564 queue_rcu_work(cgroup_destroy_wq, &css->destroy_rwork); in css_create()