Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dblk-cgroup.h365 return q->root_blkg; in __blkg_lookup()
397 return q->root_blkg; in blk_queue_root_blkg()
Dblkdev.h496 struct blkcg_gq *root_blkg; member
/Linux-v5.4/block/
Dblk-cgroup.c348 struct blkcg_gq *ret_blkg = q->root_blkg; in __blkg_lookup_create()
458 q->root_blkg = NULL; in blkg_destroy_all()
1215 q->root_blkg = blkg; in blkcg_init_queue()
1256 if (!q->root_blkg) in blkcg_drain_queue()
Dblk-throttle.c579 blkg_for_each_descendant_post(blkg, pos_css, td->queue->root_blkg) { in blk_throtl_update_limit_valid()
1385 global ? tg->td->queue->root_blkg : tg_to_blkg(tg)) { in tg_conf_updated()
1856 blkg_for_each_descendant_post(blkg, pos_css, td->queue->root_blkg) { in throtl_can_upgrade()
1902 blkg_for_each_descendant_post(blkg, pos_css, td->queue->root_blkg) { in throtl_upgrade_state()
2121 struct throtl_grp *tg = blkg_to_tg(blkg ?: q->root_blkg); in blk_throtl_bio()
2353 blkg_for_each_descendant_post(blkg, pos_css, td->queue->root_blkg) in blk_throtl_drain()
Dblk-iolatency.c665 blkiolat->rqos.q->root_blkg) { in blkiolatency_timer_fn()
Dbfq-cgroup.c1193 return blkg_to_bfqg(bfqd->queue->root_blkg); in bfq_create_group_hierarchy()
Dbio.c2053 blkg = q->root_blkg; in bio_associate_blkg_from_css()