Home
last modified time | relevance | path

Searched refs:destroy_dwork (Results 1 - 1 of 1) sorted by relevance

/device/soc/rockchip/common/sdk_linux/kernel/cgroup/
H A Dcgroup-v1.c202 struct delayed_work destroy_dwork; member
215 mod_delayed_work(cgroup_pidlist_destroy_wq, &l->destroy_dwork, 0); in cgroup1_pidlist_destroy_all()
225 struct cgroup_pidlist *l = container_of(dwork, struct cgroup_pidlist, destroy_dwork); in cgroup_pidlist_destroy_work_fn()
232 * as destroy_dwork can only be queued while locked. in cgroup_pidlist_destroy_work_fn()
326 INIT_DELAYED_WORK(&l->destroy_dwork, cgroup_pidlist_destroy_work_fn); in cgroup_pidlist_find_create()
476 mod_delayed_work(cgroup_pidlist_destroy_wq, &l->destroy_dwork, CGROUP_PIDLIST_DESTROY_DELAY); in cgroup_pidlist_stop()

Completed in 2 milliseconds