Home
last modified time | relevance | path

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

/linux/security/
H A Ddevice_cgroup.c631 if (css_has_online_children(&devcgroup->css)) in devcgroup_update_access()
659 if (css_has_online_children(&devcgroup->css)) in devcgroup_update_access()
/linux/kernel/cgroup/
H A Ddebug.c274 !css_has_online_children(&css->cgroup->self)); in releasable_read()
H A Dcgroup-v1.c762 !css_has_online_children(&cgrp->self) && !cgroup_is_dead(cgrp)) in cgroup1_check_for_release()
H A Dcgroup.c4769 bool css_has_online_children(struct cgroup_subsys_state *css) in css_has_online_children() function
5985 if (css_has_online_children(&cgrp->self)) in cgroup_destroy_locked()
/linux/include/linux/
H A Dcgroup.h98 bool css_has_online_children(struct cgroup_subsys_state *css);