Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dbacking-dev.h252 return cgroup_subsys_on_dfl(memory_cgrp_subsys) && in inode_cgwb_enabled()
253 cgroup_subsys_on_dfl(io_cgrp_subsys) && in inode_cgwb_enabled()
Dswap.h626 if (cgroup_subsys_on_dfl(memory_cgrp_subsys)) in mem_cgroup_swappiness()
Dcgroup.h97 #define cgroup_subsys_on_dfl(ss) \ macro
Dmemcontrol.h1252 if (!cgroup_subsys_on_dfl(memory_cgrp_subsys) && memcg->tcpmem_pressure) in mem_cgroup_under_socket_pressure()
/linux-4.19.296/block/
Dblk-throttle.c299 if (cgroup_subsys_on_dfl(io_cgrp_subsys) && !blkg->parent) in tg_bps_limit()
329 if (cgroup_subsys_on_dfl(io_cgrp_subsys) && !blkg->parent) in tg_iops_limit()
538 if (cgroup_subsys_on_dfl(io_cgrp_subsys) && blkg->parent) in throtl_pd_init()
1400 if (!cgroup_subsys_on_dfl(io_cgrp_subsys) || !blkg->parent || in tg_conf_updated()
Dbfq-cgroup.c428 d->weight = cgroup_subsys_on_dfl(io_cgrp_subsys) ? in bfq_cpd_init()
Dcfq-iosched.c1587 unsigned int weight = cgroup_subsys_on_dfl(io_cgrp_subsys) ? in cfq_cpd_init()
1605 bool on_dfl = cgroup_subsys_on_dfl(io_cgrp_subsys); in cfq_cpd_bind()