Searched refs:bfq_queue (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/block/ |
D | bfq-iosched.h | 232 struct bfq_queue { struct 247 struct bfq_queue *new_bfqq; argument 363 struct bfq_queue *bfqq[2]; argument 467 struct bfq_queue *in_service_queue; 616 struct bfq_queue oom_bfqq; 630 struct bfq_queue *bio_bfqq; 668 void bfq_mark_bfqq_##name(struct bfq_queue *bfqq); \ 669 void bfq_clear_bfqq_##name(struct bfq_queue *bfqq); \ 670 int bfq_bfqq_##name(const struct bfq_queue *bfqq); 792 struct bfq_queue *async_bfqq[2][IOPRIO_BE_NR]; [all …]
|
D | bfq-iosched.c | 144 void bfq_mark_bfqq_##name(struct bfq_queue *bfqq) \ 148 void bfq_clear_bfqq_##name(struct bfq_queue *bfqq) \ 152 int bfq_bfqq_##name(const struct bfq_queue *bfqq) \ 363 struct bfq_queue *bic_to_bfqq(struct bfq_io_cq *bic, bool is_sync) in bic_to_bfqq() 368 void bic_set_bfqq(struct bfq_io_cq *bic, struct bfq_queue *bfqq, bool is_sync) in bic_set_bfqq() 545 static struct bfq_queue * 551 struct bfq_queue *bfqq = NULL; in bfq_rq_pos_tree_lookup() 559 bfqq = rb_entry(parent, struct bfq_queue, pos_node); in bfq_rq_pos_tree_lookup() 586 static bool bfq_too_late_for_merging(struct bfq_queue *bfqq) in bfq_too_late_for_merging() 593 void bfq_pos_tree_add_move(struct bfq_data *bfqd, struct bfq_queue *bfqq) in bfq_pos_tree_add_move() [all …]
|
D | bfq-wf2q.c | 41 struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); in bfq_class_idx() 151 struct bfq_group *bfq_bfqq_to_bfqg(struct bfq_queue *bfqq) in bfq_bfqq_to_bfqg() 239 struct bfq_group *bfq_bfqq_to_bfqg(struct bfq_queue *bfqq) in bfq_bfqq_to_bfqg() 265 struct bfq_queue *bfq_entity_to_bfqq(struct bfq_entity *entity) in bfq_entity_to_bfqq() 267 struct bfq_queue *bfqq = NULL; in bfq_entity_to_bfqq() 270 bfqq = container_of(entity, struct bfq_queue, entity); in bfq_entity_to_bfqq() 296 struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); in bfq_calc_finish() 350 struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); in bfq_idle_extract() 481 struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); in bfq_active_insert() 536 struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); in bfq_get_entity() [all …]
|
D | bfq-cgroup.c | 155 void bfqg_stats_update_io_add(struct bfq_group *bfqg, struct bfq_queue *bfqq, in bfqg_stats_update_io_add() 190 void bfqg_stats_update_io_add(struct bfq_group *bfqg, struct bfq_queue *bfqq, in bfqg_stats_update_io_add() 241 struct bfq_group *bfqq_group(struct bfq_queue *bfqq) in bfqq_group() 348 struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); in bfq_init_entity() 554 void bfq_bfqq_move(struct bfq_data *bfqd, struct bfq_queue *bfqq, in bfq_bfqq_move() 607 struct bfq_queue *async_bfqq = bic_to_bfqq(bic, 0); in __bfq_bic_change_cgroup() 608 struct bfq_queue *sync_bfqq = bic_to_bfqq(bic, 1); in __bfq_bic_change_cgroup() 731 struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); in bfq_reparent_leaf_entity() 1186 void bfq_bfqq_move(struct bfq_data *bfqd, struct bfq_queue *bfqq, in bfq_bfqq_move() 1191 struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); in bfq_init_entity() [all …]
|