Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dblk-cgroup.h336 return q->root_blkg; in __blkg_lookup()
368 return q->root_blkg; in blk_queue_root_blkg()
H A Dblkdev.h508 struct blkcg_gq *root_blkg; member
/OK3568_Linux_fs/kernel/block/
H A Dblk-cgroup.c351 struct blkcg_gq *ret_blkg = q->root_blkg; in blkg_lookup_create()
437 q->root_blkg = NULL; in blkg_destroy_all()
1178 q->root_blkg = blkg; in blkcg_init_queue()
1862 blkg_get(bio->bi_disk->queue->root_blkg); in bio_associate_blkg_from_css()
1863 bio->bi_blkg = bio->bi_disk->queue->root_blkg; in bio_associate_blkg_from_css()
H A Dblk-throttle.c600 blkg_for_each_descendant_post(blkg, pos_css, td->queue->root_blkg) { in blk_throtl_update_limit_valid()
1420 global ? tg->td->queue->root_blkg : tg_to_blkg(tg)) { in tg_conf_updated()
1917 blkg_for_each_descendant_post(blkg, pos_css, td->queue->root_blkg) { in throtl_can_upgrade()
1963 blkg_for_each_descendant_post(blkg, pos_css, td->queue->root_blkg) { in throtl_upgrade_state()
H A Dblk-iolatency.c670 blkiolat->rqos.q->root_blkg) { in blkiolatency_timer_fn()
H A Dbfq-cgroup.c1270 return blkg_to_bfqg(bfqd->queue->root_blkg); in bfq_create_group_hierarchy()