Home
last modified time | relevance | path

Searched refs:io_cgrp_subsys (Results 1 – 6 of 6) sorted by relevance

/linux-4.19.296/block/
Dblk-cgroup.c1370 struct cgroup_subsys io_cgrp_subsys = { variable
1389 EXPORT_SYMBOL_GPL(io_cgrp_subsys);
1565 WARN_ON(cgroup_add_dfl_cftypes(&io_cgrp_subsys, in blkcg_policy_register()
1568 WARN_ON(cgroup_add_legacy_cftypes(&io_cgrp_subsys, in blkcg_policy_register()
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()
Dbio.c1983 &io_cgrp_subsys); in bio_associate_blkcg_from_page()
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()
/linux-4.19.296/include/linux/
Dbacking-dev.h253 cgroup_subsys_on_dfl(io_cgrp_subsys) && in inode_cgwb_enabled()