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

/linux-master/block/
H A Dblk-cgroup.c500 struct blkcg_gq *ret_blkg = q->root_blkg;
617 q->root_blkg = NULL;
1073 struct blkcg_gq *blkg = bdev->bd_disk->queue->root_blkg;
1214 * punted to the root_blkg.
1436 q->root_blkg = blkg;
2029 * and q->root_blkg. This situation only happens when a cgroup is dying and
2044 blkg_get(bdev_get_queue(bio->bi_bdev)->root_blkg);
2045 bio->bi_blkg = bdev_get_queue(bio->bi_bdev)->root_blkg;
H A Dblk-cgroup.h255 return q->root_blkg;
H A Dblk-throttle.c1046 if (!q->root_blkg)
1186 global ? tg->td->queue->root_blkg : tg_to_blkg(tg)) {
1568 blkg_for_each_descendant_post(blkg, pos_css, q->root_blkg) {
H A Dblk-iolatency.c668 blkiolat->rqos.disk->queue->root_blkg) {
H A Dbfq-cgroup.c1292 return blkg_to_bfqg(bfqd->queue->root_blkg);
/linux-master/include/linux/
H A Dblkdev.h463 struct blkcg_gq *root_blkg;
468 struct blkcg_gq *root_blkg; member in struct:request_queue

Completed in 175 milliseconds