Searched defs:bfqq (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.15/block/ |
D | bfq-iosched.c | 238 #define BFQQ_SEEKY(bfqq) (hweight32(bfqq->seek_history) > 19) argument 246 #define BFQQ_TOTALLY_SEEKY(bfqq) (bfqq->seek_history == -1) argument 387 void bic_set_bfqq(struct bfq_io_cq *bic, struct bfq_queue *bfqq, bool is_sync) in bic_set_bfqq() 470 #define bfq_class_idle(bfqq) ((bfqq)->ioprio_class == IOPRIO_CLASS_IDLE) argument 596 struct bfq_queue *bfqq = NULL; in bfq_rq_pos_tree_lookup() local 631 static bool bfq_too_late_for_merging(struct bfq_queue *bfqq) in bfq_too_late_for_merging() 647 bfq_pos_tree_add_move(struct bfq_data *bfqd, struct bfq_queue *bfqq) in bfq_pos_tree_add_move() 718 struct bfq_queue *bfqq) in bfq_asymmetric_scenario() 762 void bfq_weights_tree_add(struct bfq_data *bfqd, struct bfq_queue *bfqq, in bfq_weights_tree_add() 837 struct bfq_queue *bfqq, in __bfq_weights_tree_remove() [all …]
|
D | bfq-wf2q.c | 32 struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); in bfq_class_idx() local 145 struct bfq_group *bfq_bfqq_to_bfqg(struct bfq_queue *bfqq) in bfq_bfqq_to_bfqg() 233 struct bfq_group *bfq_bfqq_to_bfqg(struct bfq_queue *bfqq) in bfq_bfqq_to_bfqg() 261 struct bfq_queue *bfqq = NULL; in bfq_entity_to_bfqq() local 287 struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); in bfq_calc_finish() local 341 struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); in bfq_idle_extract() local 472 struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); in bfq_active_insert() local 527 struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); in bfq_get_entity() local 574 struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); in bfq_active_extract() local 609 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() 426 struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); in bfq_init_entity() local 642 void bfq_bfqq_move(struct bfq_data *bfqd, struct bfq_queue *bfqq, in bfq_bfqq_move() 833 struct bfq_queue *bfqq; in bfq_reparent_leaf_entity() local 1402 void bfq_bfqq_move(struct bfq_data *bfqd, struct bfq_queue *bfqq, in bfq_bfqq_move() 1407 struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); in bfq_init_entity() local 1430 struct bfq_group *bfqq_group(struct bfq_queue *bfqq) in bfqq_group()
|
D | bfq-iosched.h | 409 struct bfq_queue *bfqq[2]; member 1093 #define bfq_log_bfqq(bfqd, bfqq, fmt, args...) do { \ argument 1111 #define bfq_log_bfqq(bfqd, bfqq, fmt, args...) do { \ argument
|