Searched refs:bfq_queue (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/block/ |
D | bfq-iosched.h | 204 struct bfq_queue *last_bfqq_created; 235 struct bfq_queue { struct 259 struct bfq_queue *new_bfqq; argument 381 struct bfq_queue *waker_bfqq; argument 383 struct bfq_queue *tentative_waker_bfqq; argument 407 struct bfq_queue *bfqq[2]; argument 464 struct bfq_queue *stable_merge_bfqq; 578 struct bfq_queue *in_service_queue; 590 struct bfq_queue *last_completed_rq_bfqq; 593 struct bfq_queue *last_bfqq_created; [all …]
|
D | bfq-iosched.c | 138 void bfq_mark_bfqq_##name(struct bfq_queue *bfqq) \ 142 void bfq_clear_bfqq_##name(struct bfq_queue *bfqq) \ 146 int bfq_bfqq_##name(const struct bfq_queue *bfqq) \ 380 struct bfq_queue *bic_to_bfqq(struct bfq_io_cq *bic, bool is_sync) in bic_to_bfqq() 385 static void bfq_put_stable_ref(struct bfq_queue *bfqq); 387 void bic_set_bfqq(struct bfq_io_cq *bic, struct bfq_queue *bfqq, bool is_sync) in bic_set_bfqq() 389 struct bfq_queue *old_bfqq = bic->bfqq[is_sync]; in bic_set_bfqq() 574 static bool bfqq_request_over_limit(struct bfq_queue *bfqq, int limit) in bfqq_request_over_limit() 656 static bool bfqq_request_over_limit(struct bfq_queue *bfqq, int limit) in bfqq_request_over_limit() 681 struct bfq_queue *bfqq = bic ? bic_to_bfqq(bic, op_is_sync(opf)) : NULL; in bfq_limit_depth() [all …]
|
D | bfq-wf2q.c | 32 struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); in bfq_class_idx() 244 struct bfq_queue *bfq_entity_to_bfqq(struct bfq_entity *entity) in bfq_entity_to_bfqq() 246 struct bfq_queue *bfqq = NULL; in bfq_entity_to_bfqq() 249 bfqq = container_of(entity, struct bfq_queue, entity); in bfq_entity_to_bfqq() 272 struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); in bfq_calc_finish() 326 struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); in bfq_idle_extract() 457 struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); in bfq_active_insert() 512 struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); in bfq_get_entity() 559 struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); in bfq_active_extract() 594 struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); in bfq_idle_insert() [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() 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() 643 void bfq_bfqq_move(struct bfq_data *bfqd, struct bfq_queue *bfqq, in bfq_bfqq_move() 721 struct bfq_queue *async_bfqq = bic_to_bfqq(bic, 0); in __bfq_bic_change_cgroup() 722 struct bfq_queue *sync_bfqq = bic_to_bfqq(bic, 1); in __bfq_bic_change_cgroup() 740 struct bfq_queue *bfqq; in __bfq_bic_change_cgroup() 871 struct bfq_queue *bfqq; in bfq_reparent_leaf_entity() 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() [all …]
|