Searched defs:bfqq (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/block/ |
D | bfq-iosched.c | 239 #define BFQQ_SEEKY(bfqq) (hweight32(bfqq->seek_history) > 19) argument 368 void bic_set_bfqq(struct bfq_io_cq *bic, struct bfq_queue *bfqq, bool is_sync) in bic_set_bfqq() 424 #define bfq_class_idle(bfqq) ((bfqq)->ioprio_class == IOPRIO_CLASS_IDLE) argument 425 #define bfq_class_rt(bfqq) ((bfqq)->ioprio_class == IOPRIO_CLASS_RT) argument 551 struct bfq_queue *bfqq = NULL; in bfq_rq_pos_tree_lookup() local 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() 782 struct bfq_queue *bfqq) in bfq_weights_tree_remove() 817 static struct request *bfq_check_fifo(struct bfq_queue *bfqq, in bfq_check_fifo() 837 struct bfq_queue *bfqq, in bfq_find_next_rq() [all …]
|
D | bfq-wf2q.c | 41 struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); in bfq_class_idx() local 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() 267 struct bfq_queue *bfqq = NULL; in bfq_entity_to_bfqq() local 296 struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); in bfq_calc_finish() local 350 struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); in bfq_idle_extract() local 481 struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); in bfq_active_insert() local 536 struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); in bfq_get_entity() local 583 struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); in bfq_active_extract() local 618 struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); in bfq_idle_insert() local [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() local 554 void bfq_bfqq_move(struct bfq_data *bfqd, struct bfq_queue *bfqq, in bfq_bfqq_move() 731 struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); in bfq_reparent_leaf_entity() local 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() local 1214 struct bfq_group *bfqq_group(struct bfq_queue *bfqq) in bfqq_group()
|
D | bfq-iosched.h | 363 struct bfq_queue *bfqq[2]; member 941 #define bfq_log_bfqq(bfqd, bfqq, fmt, args...) do { \ argument 955 #define bfq_log_bfqq(bfqd, bfqq, fmt, args...) \ argument
|