Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dbacking-dev.h177 return cgroup_subsys_on_dfl(memory_cgrp_subsys) && in inode_cgwb_enabled()
178 cgroup_subsys_on_dfl(io_cgrp_subsys) && in inode_cgwb_enabled()
H A Dswap.h616 if (cgroup_subsys_on_dfl(memory_cgrp_subsys)) in mem_cgroup_swappiness()
H A Dmemcontrol.h1124 if (!cgroup_subsys_on_dfl(memory_cgrp_subsys)) in memcg_memory_event()
1719 if (!cgroup_subsys_on_dfl(memory_cgrp_subsys)) in mem_cgroup_under_socket_pressure()
H A Dcgroup.h96 #define cgroup_subsys_on_dfl(ss) \ macro
/openbmc/linux/kernel/cgroup/
H A Dcpuset.c452 return cgroup_subsys_on_dfl(cpuset_cgrp_subsys) || in is_in_v2_mode()
560 if (cgroup_subsys_on_dfl(cpuset_cgrp_subsys)) in cpuset_update_task_spread_flags()
1669 (!cgroup_subsys_on_dfl(cpuset_cgrp_subsys) || in update_cpumasks_hier()
1758 if (cgroup_subsys_on_dfl(cpuset_cgrp_subsys) && in update_cpumasks_hier()
1775 (!cgroup_subsys_on_dfl(cpuset_cgrp_subsys) || in update_cpumasks_hier()
1874 if ((retval == -EINVAL) && cgroup_subsys_on_dfl(cpuset_cgrp_subsys)) { in update_cpumask()
2571 if (!cgroup_subsys_on_dfl(cpuset_cgrp_subsys) || in cpuset_can_attach()
2688 if (cgroup_subsys_on_dfl(cpuset_cgrp_subsys) && in cpuset_attach()
3257 if (cgroup_subsys_on_dfl(cpuset_cgrp_subsys)) in cpuset_css_alloc()
3295 if (cgroup_subsys_on_dfl(cpuset_cgrp_subsys) && in cpuset_css_online()
[all …]
/openbmc/linux/block/
H A Dblk-throttle.h188 if (!cgroup_subsys_on_dfl(io_cgrp_subsys)) { in blk_should_throtl()
H A Dblk-throttle.c153 if (cgroup_subsys_on_dfl(io_cgrp_subsys) && !blkg->parent) in tg_bps_limit()
183 if (cgroup_subsys_on_dfl(io_cgrp_subsys) && !blkg->parent) in tg_iops_limit()
408 if (cgroup_subsys_on_dfl(io_cgrp_subsys) && blkg->parent) in throtl_pd_init()
1338 if (!cgroup_subsys_on_dfl(io_cgrp_subsys) || !blkg->parent || in tg_conf_updated()
H A Dblk-cgroup.c2155 if (!cgroup_subsys_on_dfl(io_cgrp_subsys)) in blk_cgroup_bio_start()
H A Dbfq-iosched.c6262 if (!cgroup_subsys_on_dfl(io_cgrp_subsys) && rq->bio) in bfq_insert_request()
/openbmc/linux/mm/
H A Dmemcontrol.c102 return !cgroup_subsys_on_dfl(memory_cgrp_subsys); in do_memsw_account()
374 if (!memcg || !cgroup_subsys_on_dfl(memory_cgrp_subsys)) in mem_cgroup_css_from_folio()
1627 if (cgroup_subsys_on_dfl(memory_cgrp_subsys)) in memory_stat_format()
1675 if (cgroup_subsys_on_dfl(memory_cgrp_subsys)) in mem_cgroup_print_oom_meminfo()
2055 if (!cgroup_subsys_on_dfl(memory_cgrp_subsys)) in mem_cgroup_get_oom_group()
3068 if (!cgroup_subsys_on_dfl(memory_cgrp_subsys)) { in memcg_account_kmem()
5412 if (cgroup_subsys_on_dfl(memory_cgrp_subsys) && !cgroup_memory_nosocket) in mem_cgroup_css_alloc()
5516 if (cgroup_subsys_on_dfl(memory_cgrp_subsys) && !cgroup_memory_nosocket) in mem_cgroup_css_free()
5519 if (!cgroup_subsys_on_dfl(memory_cgrp_subsys) && memcg->tcpmem_active) in mem_cgroup_css_free()
6171 if (cgroup_subsys_on_dfl(memory_cgrp_subsys)) in mem_cgroup_can_attach()
[all …]
H A Dvmpressure.c252 if (!cgroup_subsys_on_dfl(memory_cgrp_subsys) && !tree) in vmpressure()
H A Dvmscan.c465 if (cgroup_subsys_on_dfl(memory_cgrp_subsys)) in writeback_throttling_sane()
/openbmc/linux/kernel/sched/
H A Dcore.c11107 if (cgroup_subsys_on_dfl(cpu_cgrp_subsys)) { in tg_cfs_schedulable_down()