Searched defs:bfqq (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/block/ |
D | bfq-iosched.c | 236 #define BFQQ_SEEKY(bfqq) (hweight32(bfqq->seek_history) > 19) argument 244 #define BFQQ_TOTALLY_SEEKY(bfqq) (bfqq->seek_history == -1) argument 373 void bic_set_bfqq(struct bfq_io_cq *bic, struct bfq_queue *bfqq, bool is_sync) in bic_set_bfqq() 429 #define bfq_class_idle(bfqq) ((bfqq)->ioprio_class == IOPRIO_CLASS_IDLE) argument 430 #define bfq_class_rt(bfqq) ((bfqq)->ioprio_class == IOPRIO_CLASS_RT) argument 556 struct bfq_queue *bfqq = NULL; in bfq_rq_pos_tree_lookup() local 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() 674 struct bfq_queue *bfqq) in bfq_asymmetric_scenario() 718 void bfq_weights_tree_add(struct bfq_data *bfqd, struct bfq_queue *bfqq, in bfq_weights_tree_add() [all …]
|
D | bfq-wf2q.c | 32 struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); in bfq_class_idx() local 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() 264 struct bfq_queue *bfqq = NULL; in bfq_entity_to_bfqq() local 293 struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); in bfq_calc_finish() local 347 struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); in bfq_idle_extract() local 478 struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); in bfq_active_insert() local 533 struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); in bfq_get_entity() local 580 struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); in bfq_active_extract() local 615 struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); in bfq_idle_insert() local [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() local 622 void bfq_bfqq_move(struct bfq_data *bfqd, struct bfq_queue *bfqq, in bfq_bfqq_move() 800 struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); in bfq_reparent_leaf_entity() local 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() local 1378 struct bfq_group *bfqq_group(struct bfq_queue *bfqq) in bfqq_group()
|
D | bfq-iosched.h | 390 struct bfq_queue *bfqq[2]; member 1063 #define bfq_log_bfqq(bfqd, bfqq, fmt, args...) do { \ argument 1079 #define bfq_log_bfqq(bfqd, bfqq, fmt, args...) do { \ argument
|