Home
last modified time | relevance | path

Searched refs:cgroup_subsys_on_dfl (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/kernel/
Dcpuset.c477 if (!cgroup_subsys_on_dfl(cpuset_cgrp_subsys) && in validate_change()
884 if (cgroup_subsys_on_dfl(cpuset_cgrp_subsys) && in update_cpumasks_hier()
902 WARN_ON(!cgroup_subsys_on_dfl(cpuset_cgrp_subsys) && in update_cpumasks_hier()
1162 if (cgroup_subsys_on_dfl(cpuset_cgrp_subsys) && in update_nodemasks_hier()
1180 WARN_ON(!cgroup_subsys_on_dfl(cpuset_cgrp_subsys) && in update_nodemasks_hier()
1469 if (!cgroup_subsys_on_dfl(cpuset_cgrp_subsys) && in cpuset_can_attach()
1987 if (cgroup_subsys_on_dfl(cpuset_cgrp_subsys)) { in cpuset_css_online()
2064 if (cgroup_subsys_on_dfl(cpuset_cgrp_subsys)) { in cpuset_bind()
2246 if (cgroup_subsys_on_dfl(cpuset_cgrp_subsys)) in cpuset_hotplug_update_tasks()
2277 bool on_dfl = cgroup_subsys_on_dfl(cpuset_cgrp_subsys); in cpuset_hotplug_workfn()
/linux-4.4.14/include/linux/
Dbacking-dev.h269 return cgroup_subsys_on_dfl(memory_cgrp_subsys) && in inode_cgwb_enabled()
270 cgroup_subsys_on_dfl(io_cgrp_subsys) && in inode_cgwb_enabled()
Dcgroup.h74 #define cgroup_subsys_on_dfl(ss) \ macro
/linux-4.4.14/block/
Dblk-throttle.c372 if (cgroup_subsys_on_dfl(io_cgrp_subsys) && blkg->parent) in throtl_pd_init()
Dcfq-iosched.c1584 unsigned int weight = cgroup_subsys_on_dfl(io_cgrp_subsys) ? in cfq_cpd_init()
1602 bool on_dfl = cgroup_subsys_on_dfl(io_cgrp_subsys); in cfq_cpd_bind()
/linux-4.4.14/mm/
Dmemcontrol.c439 if (!memcg || !cgroup_subsys_on_dfl(memory_cgrp_subsys)) in mem_cgroup_css_from_page()
4835 if (cgroup_subsys_on_dfl(memory_cgrp_subsys)) in mem_cgroup_can_attach()
5068 if (cgroup_subsys_on_dfl(memory_cgrp_subsys)) in mem_cgroup_bind()
Dvmscan.c178 if (cgroup_subsys_on_dfl(memory_cgrp_subsys)) in sane_reclaim()