Home
last modified time | relevance | path

Searched defs:bfqq (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/block/
Dbfq-iosched.c238 #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()
467 #define bfq_class_idle(bfqq) ((bfqq)->ioprio_class == IOPRIO_CLASS_IDLE) argument
568 static bool bfqq_request_over_limit(struct bfq_queue *bfqq, int limit) in bfqq_request_over_limit()
650 static bool bfqq_request_over_limit(struct bfq_queue *bfqq, int limit) in bfqq_request_over_limit()
675 struct bfq_queue *bfqq = bic ? bic_to_bfqq(bic, op_is_sync(opf)) : NULL; in bfq_limit_depth() local
707 struct bfq_queue *bfqq = NULL; in bfq_rq_pos_tree_lookup() local
742 static bool bfq_too_late_for_merging(struct bfq_queue *bfqq) in bfq_too_late_for_merging()
758 bfq_pos_tree_add_move(struct bfq_data *bfqd, struct bfq_queue *bfqq) in bfq_pos_tree_add_move()
[all …]
Dbfq-wf2q.c32 struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); in bfq_class_idx() local
246 struct bfq_queue *bfqq = NULL; in bfq_entity_to_bfqq() local
272 struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); in bfq_calc_finish() local
326 struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); in bfq_idle_extract() local
457 struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); in bfq_active_insert() local
512 struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); in bfq_get_entity() local
559 struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); in bfq_active_extract() local
594 struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); in bfq_idle_insert() local
628 struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); in bfq_forget_entity() local
707 struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); in __bfq_entity_update_weight_prio() local
[all …]
Dbfq-cgroup.c222 void bfqg_stats_update_io_add(struct bfq_group *bfqg, struct bfq_queue *bfqq, in bfqg_stats_update_io_add()
303 struct bfq_group *bfqq_group(struct bfq_queue *bfqq) in bfqq_group()
421 struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); in bfq_init_entity() local
643 void bfq_bfqq_move(struct bfq_data *bfqd, struct bfq_queue *bfqq, in bfq_bfqq_move()
740 struct bfq_queue *bfqq; in __bfq_bic_change_cgroup() local
871 struct bfq_queue *bfqq; in bfq_reparent_leaf_entity() local
1442 void bfq_bfqq_move(struct bfq_data *bfqd, struct bfq_queue *bfqq, in bfq_bfqq_move()
1447 struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); in bfq_init_entity() local
1470 struct bfq_group *bfqq_group(struct bfq_queue *bfqq) in bfqq_group()
Dbfq-iosched.h407 struct bfq_queue *bfqq[2]; member
1085 static inline void bfq_bfqq_name(struct bfq_queue *bfqq, char *str, int len) in bfq_bfqq_name()
1098 #define bfq_log_bfqq(bfqd, bfqq, fmt, args...) do { \ argument
1115 #define bfq_log_bfqq(bfqd, bfqq, fmt, args...) do { \ argument