Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/security/
H A Ddevice_cgroup.c617 if (css_has_online_children(&devcgroup->css)) in devcgroup_update_access()
633 if (css_has_online_children(&devcgroup->css)) in devcgroup_update_access()
/OK3568_Linux_fs/kernel/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 Dcpuset.c1203 if ((cmd != partcmd_update) && css_has_online_children(&cpuset->css)) in update_parent_subparts_cpumask()
H A Dcgroup.c4480 bool css_has_online_children(struct cgroup_subsys_state *css) in css_has_online_children() function
5683 if (css_has_online_children(&cgrp->self)) in cgroup_destroy_locked()
/OK3568_Linux_fs/kernel/include/linux/
H A Dcgroup.h103 bool css_has_online_children(struct cgroup_subsys_state *css);