Searched refs:root_group (Results 1 – 4 of 4) sorted by relevance
309 bfqq->bfqd->root_group; in bfqq_group()598 if (curr_bfqg != bfqd->root_group) { in bfq_link_bfqg()601 parent = bfqd->root_group; in bfq_link_bfqg()625 &bfqg_to_blkg(bfqd->root_group)->blkcg->css); in bfq_bio_bfqg()626 return bfqd->root_group; in bfq_bio_bfqg()887 bfq_bfqq_move(bfqd, bfqq, bfqd->root_group); in bfq_reparent_leaf_entity()996 bfq_end_wr_async_queues(bfqd, bfqd->root_group); in bfq_end_wr_async()1462 bfq_end_wr_async_queues(bfqd, bfqd->root_group); in bfq_end_wr_async()1467 return bfqd->root_group; in bfq_bio_bfqg()1472 return bfqq->bfqd->root_group; in bfqq_group()
482 if (bfqg != bfqd->root_group) in bfq_active_insert()581 if (bfqg != bfqd->root_group) in bfq_active_extract()1482 struct bfq_sched_data *sd = &bfqd->root_group->sched_data; in next_queue_may_preempt()1504 sd = &bfqd->root_group->sched_data; in bfq_get_next_queue()
6939 bfq_bfqq_move(bfqd, bfqq, bfqd->root_group); in __bfq_put_async_bfqq()7036 bfqg_and_blkg_put(bfqd->root_group); in bfq_exit_queue()7042 bfq_put_async_queues(bfqd, bfqd->root_group); in bfq_exit_queue()7043 kfree(bfqd->root_group); in bfq_exit_queue()7053 static void bfq_init_root_group(struct bfq_group *root_group, in bfq_init_root_group() argument7059 root_group->entity.parent = NULL; in bfq_init_root_group()7060 root_group->my_entity = NULL; in bfq_init_root_group()7061 root_group->bfqd = bfqd; in bfq_init_root_group()7063 root_group->rq_pos_tree = RB_ROOT; in bfq_init_root_group()7065 root_group->sched_data.service_tree[i] = BFQ_SERVICE_TREE_INIT; in bfq_init_root_group()[all …]
482 struct bfq_group *root_group; member