Searched refs:bfq_queue (Results 1 – 4 of 4) sorted by relevance
/block/ |
D | bfq-iosched.h | 228 struct bfq_queue { struct 250 struct bfq_queue *new_bfqq; argument 371 struct bfq_queue *waker_bfqq; argument 390 struct bfq_queue *bfqq[2]; argument 546 struct bfq_queue *in_service_queue; 558 struct bfq_queue *last_completed_rq_bfqq; 722 struct bfq_queue oom_bfqq; 736 struct bfq_queue *bio_bfqq; 775 void bfq_mark_bfqq_##name(struct bfq_queue *bfqq); \ 776 void bfq_clear_bfqq_##name(struct bfq_queue *bfqq); \ [all …]
|
D | bfq-iosched.c | 135 void bfq_mark_bfqq_##name(struct bfq_queue *bfqq) \ 139 void bfq_clear_bfqq_##name(struct bfq_queue *bfqq) \ 143 int bfq_bfqq_##name(const struct bfq_queue *bfqq) \ 368 struct bfq_queue *bic_to_bfqq(struct bfq_io_cq *bic, bool is_sync) in bic_to_bfqq() 373 void bic_set_bfqq(struct bfq_io_cq *bic, struct bfq_queue *bfqq, bool is_sync) in bic_set_bfqq() 550 static struct bfq_queue * 556 struct bfq_queue *bfqq = NULL; in bfq_rq_pos_tree_lookup() 564 bfqq = rb_entry(parent, struct bfq_queue, pos_node); in bfq_rq_pos_tree_lookup() 591 static bool bfq_too_late_for_merging(struct bfq_queue *bfqq) in bfq_too_late_for_merging() 607 bfq_pos_tree_add_move(struct bfq_data *bfqd, struct bfq_queue *bfqq) in bfq_pos_tree_add_move() [all …]
|
D | bfq-wf2q.c | 32 struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); in bfq_class_idx() 148 struct bfq_group *bfq_bfqq_to_bfqg(struct bfq_queue *bfqq) in bfq_bfqq_to_bfqg() 236 struct bfq_group *bfq_bfqq_to_bfqg(struct bfq_queue *bfqq) in bfq_bfqq_to_bfqg() 262 struct bfq_queue *bfq_entity_to_bfqq(struct bfq_entity *entity) in bfq_entity_to_bfqq() 264 struct bfq_queue *bfqq = NULL; in bfq_entity_to_bfqq() 267 bfqq = container_of(entity, struct bfq_queue, entity); in bfq_entity_to_bfqq() 293 struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); in bfq_calc_finish() 347 struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); in bfq_idle_extract() 478 struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); in bfq_active_insert() 533 struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); in bfq_get_entity() [all …]
|
D | bfq-cgroup.c | 222 void bfqg_stats_update_io_add(struct bfq_group *bfqg, struct bfq_queue *bfqq, in bfqg_stats_update_io_add() 257 void bfqg_stats_update_io_add(struct bfq_group *bfqg, struct bfq_queue *bfqq, in bfqg_stats_update_io_add() 308 struct bfq_group *bfqq_group(struct bfq_queue *bfqq) in bfqq_group() 415 struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); in bfq_init_entity() 622 void bfq_bfqq_move(struct bfq_data *bfqd, struct bfq_queue *bfqq, in bfq_bfqq_move() 676 struct bfq_queue *async_bfqq = bic_to_bfqq(bic, 0); in __bfq_bic_change_cgroup() 677 struct bfq_queue *sync_bfqq = bic_to_bfqq(bic, 1); in __bfq_bic_change_cgroup() 800 struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); in bfq_reparent_leaf_entity() 1350 void bfq_bfqq_move(struct bfq_data *bfqd, struct bfq_queue *bfqq, in bfq_bfqq_move() 1355 struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); in bfq_init_entity() [all …]
|