Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dblk-cgroup.h334 return q->root_blkg; in __blkg_lookup()
366 return q->root_blkg; in blk_queue_root_blkg()
Dblkdev.h502 struct blkcg_gq *root_blkg; member
/kernel/linux/linux-5.10/block/
Dblk-cgroup.c350 struct blkcg_gq *ret_blkg = q->root_blkg; in blkg_lookup_create()
436 q->root_blkg = NULL; in blkg_destroy_all()
1188 q->root_blkg = blkg; in blkcg_init_queue()
1867 blkg_get(bio->bi_disk->queue->root_blkg); in bio_associate_blkg_from_css()
1868 bio->bi_blkg = bio->bi_disk->queue->root_blkg; in bio_associate_blkg_from_css()
Dblk-throttle.c601 blkg_for_each_descendant_post(blkg, pos_css, td->queue->root_blkg) { in blk_throtl_update_limit_valid()
1421 global ? tg->td->queue->root_blkg : tg_to_blkg(tg)) { in tg_conf_updated()
1952 blkg_for_each_descendant_post(blkg, pos_css, td->queue->root_blkg) { in throtl_can_upgrade()
1998 blkg_for_each_descendant_post(blkg, pos_css, td->queue->root_blkg) { in throtl_upgrade_state()
Dblk-iolatency.c670 blkiolat->rqos.q->root_blkg) { in blkiolatency_timer_fn()
Dbfq-cgroup.c1272 return blkg_to_bfqg(bfqd->queue->root_blkg); in bfq_create_group_hierarchy()