Lines Matching refs:cgroup_on_dfl
312 bool cgroup_on_dfl(const struct cgroup *cgrp) in cgroup_on_dfl() function
446 if (cgroup_on_dfl(cgrp)) in cgroup_control()
1019 if (cgroup_on_dfl(new_cgrp)) in compare_css_sets()
1173 if (cgroup_on_dfl(cgrp)) in link_css_set()
1497 dbg, cgroup_on_dfl(cgrp) ? ss->name : ss->legacy_name, in cgroup_file_name()
1680 if (cgroup_on_dfl(cgrp)) in css_clear_dir()
1708 if (cgroup_on_dfl(cgrp)) in css_populate_dir()
2542 if (!cgroup_on_dfl(dst_cgrp)) in cgroup_migrate_vet_dst()
3069 return cgroup_on_dfl(cgrp) && ss->implicit_on_dfl; in css_visible()
4004 if ((cft->flags & __CFTYPE_ONLY_ON_DFL) && !cgroup_on_dfl(cgrp)) in cgroup_addrm_files()
4006 if ((cft->flags & __CFTYPE_NOT_ON_DFL) && cgroup_on_dfl(cgrp)) in cgroup_addrm_files()
5381 if (!cgroup_on_dfl(cgrp)) in cgroup_create()
5979 if (cgroup_on_dfl(cgrp) || !(tsk->flags & PF_EXITING)) { in proc_cgroup_show()
5992 if (cgroup_on_dfl(cgrp) && cgroup_is_dead(cgrp)) in proc_cgroup_show()
6030 if (!cgroup_on_dfl(cgrp)) { in cgroup_get_from_file()