Home
last modified time | relevance | path

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

/linux/block/
H A Dblk-cgroup-fc-appid.c24 css = cgroup_get_e_css(cgrp, &io_cgrp_subsys); in blkcg_set_fc_appid()
H A Dblk-throttle.h175 if (!cgroup_subsys_on_dfl(io_cgrp_subsys)) { in blk_should_throtl()
H A Dblk-cgroup.c1524 struct cgroup_subsys io_cgrp_subsys = { variable
1543 EXPORT_SYMBOL_GPL(io_cgrp_subsys);
1795 WARN_ON(cgroup_add_cftypes(&io_cgrp_subsys, in blkcg_policy_register()
1798 WARN_ON(cgroup_add_dfl_cftypes(&io_cgrp_subsys, in blkcg_policy_register()
1800 WARN_ON(cgroup_add_legacy_cftypes(&io_cgrp_subsys, in blkcg_policy_register()
2207 if (!cgroup_subsys_on_dfl(io_cgrp_subsys)) in blk_cgroup_bio_start()
H A Dblk-throttle.c88 if (cgroup_subsys_on_dfl(io_cgrp_subsys) && !blkg->parent) in tg_bps_limit()
98 if (cgroup_subsys_on_dfl(io_cgrp_subsys) && !blkg->parent) in tg_iops_limit()
321 if (cgroup_subsys_on_dfl(io_cgrp_subsys) && blkg->parent) in throtl_pd_init()
1295 if (!cgroup_subsys_on_dfl(io_cgrp_subsys) || !blkg->parent || in tg_conf_updated()
H A Dbfq-iosched.c6248 if (!cgroup_subsys_on_dfl(io_cgrp_subsys) && rq->bio) in bfq_insert_request()