Home
last modified time | relevance | path

Searched refs:root_group (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/block/
H A Dbfq-cgroup.c314 bfqq->bfqd->root_group; in bfqq_group()
599 if (curr_bfqg != bfqd->root_group) { in bfq_link_bfqg()
602 parent = bfqd->root_group; in bfq_link_bfqg()
626 &bfqg_to_blkg(bfqd->root_group)->blkcg->css); in bfq_bio_bfqg()
627 return bfqd->root_group; in bfq_bio_bfqg()
873 bfq_bfqq_move(bfqd, bfqq, bfqd->root_group); in bfq_reparent_leaf_entity()
981 bfq_end_wr_async_queues(bfqd, bfqd->root_group); in bfq_end_wr_async()
1447 bfq_end_wr_async_queues(bfqd, bfqd->root_group); in bfq_end_wr_async()
1452 return bfqd->root_group; in bfq_bio_bfqg()
1457 return bfqq->bfqd->root_group; in bfqq_group()
H A Dbfq-wf2q.c153 group_entity = &bfqq->bfqd->root_group->entity; in bfq_bfqq_to_bfqg()
238 return bfqq->bfqd->root_group; in bfq_bfqq_to_bfqg()
500 if (bfqg != bfqd->root_group) in bfq_active_insert()
599 if (bfqg != bfqd->root_group) in bfq_active_extract()
1501 struct bfq_sched_data *sd = &bfqd->root_group->sched_data; in next_queue_may_preempt()
1523 sd = &bfqd->root_group->sched_data; in bfq_get_next_queue()
H A Dbfq-iosched.c6304 bfq_bfqq_move(bfqd, bfqq, bfqd->root_group); in __bfq_put_async_bfqq()
6408 bfqg_and_blkg_put(bfqd->root_group); in bfq_exit_queue()
6414 bfq_put_async_queues(bfqd, bfqd->root_group); in bfq_exit_queue()
6415 kfree(bfqd->root_group); in bfq_exit_queue()
6424 static void bfq_init_root_group(struct bfq_group *root_group, in bfq_init_root_group() argument
6430 root_group->entity.parent = NULL; in bfq_init_root_group()
6431 root_group->my_entity = NULL; in bfq_init_root_group()
6432 root_group->bfqd = bfqd; in bfq_init_root_group()
6434 root_group->rq_pos_tree = RB_ROOT; in bfq_init_root_group()
6436 root_group->sched_data.service_tree[i] = BFQ_SERVICE_TREE_INIT; in bfq_init_root_group()
[all …]
H A Dbfq-iosched.h452 struct bfq_group *root_group; member