Home
last modified time | relevance | path

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

/Linux-v5.15/block/
Dbfq-cgroup.c314 bfqq->bfqd->root_group; in bfqq_group()
617 if (curr_bfqg != bfqd->root_group) { in bfq_find_set_group()
620 parent = bfqd->root_group; in bfq_find_set_group()
718 bfqg = bfqd->root_group; in __bfq_bic_change_cgroup()
849 bfq_bfqq_move(bfqd, bfqq, bfqd->root_group); in bfq_reparent_leaf_entity()
956 bfq_end_wr_async_queues(bfqd, bfqd->root_group); in bfq_end_wr_async()
1422 bfq_end_wr_async_queues(bfqd, bfqd->root_group); in bfq_end_wr_async()
1427 return bfqd->root_group; in bfq_find_set_group()
1432 return bfqq->bfqd->root_group; in bfqq_group()
Dbfq-wf2q.c150 group_entity = &bfqq->bfqd->root_group->entity; in bfq_bfqq_to_bfqg()
235 return bfqq->bfqd->root_group; in bfq_bfqq_to_bfqg()
497 if (bfqg != bfqd->root_group) in bfq_active_insert()
596 if (bfqg != bfqd->root_group) in bfq_active_extract()
1498 struct bfq_sched_data *sd = &bfqd->root_group->sched_data; in next_queue_may_preempt()
1520 sd = &bfqd->root_group->sched_data; in bfq_get_next_queue()
Dbfq-iosched.c6808 bfq_bfqq_move(bfqd, bfqq, bfqd->root_group); in __bfq_put_async_bfqq()
6912 bfqg_and_blkg_put(bfqd->root_group); in bfq_exit_queue()
6918 bfq_put_async_queues(bfqd, bfqd->root_group); in bfq_exit_queue()
6919 kfree(bfqd->root_group); in bfq_exit_queue()
6926 static void bfq_init_root_group(struct bfq_group *root_group, in bfq_init_root_group() argument
6932 root_group->entity.parent = NULL; in bfq_init_root_group()
6933 root_group->my_entity = NULL; in bfq_init_root_group()
6934 root_group->bfqd = bfqd; in bfq_init_root_group()
6936 root_group->rq_pos_tree = RB_ROOT; in bfq_init_root_group()
6938 root_group->sched_data.service_tree[i] = BFQ_SERVICE_TREE_INIT; in bfq_init_root_group()
[all …]
Dbfq-iosched.h483 struct bfq_group *root_group; member