Home
last modified time | relevance | path

Searched refs:cgroup_on_dfl (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/kernel/cgroup/
H A Dcgroup.c319 bool cgroup_on_dfl(const struct cgroup *cgrp) in cgroup_on_dfl() function
453 if (cgroup_on_dfl(cgrp)) in cgroup_control()
1003 if (cgroup_on_dfl(new_cgrp)) in compare_css_sets()
1157 if (cgroup_on_dfl(cgrp)) in link_css_set()
1719 if (cgroup_on_dfl(cgrp)) { in css_clear_dir()
1751 if (cgroup_on_dfl(cgrp)) { in css_populate_dir()
2714 if (!cgroup_on_dfl(dst_cgrp)) in cgroup_migrate_vet_dst()
5462 if (!cgroup_on_dfl(cgrp)) in css_free_rwork_fn()
5809 if (!cgroup_on_dfl(cgrp)) in cgroup_create()
6496 if (!cgroup_on_dfl(cgrp)) { in cgroup_get_from_file()
[all …]
H A Dcgroup-internal.h225 bool cgroup_on_dfl(const struct cgroup *cgrp);
H A Dcgroup-v1.c108 if (cgroup_on_dfl(to)) in cgroup_transfer_tasks()