Searched refs:bfq_queue (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/block/ |
| H A D | bfq-iosched.h | 213 struct bfq_queue *last_bfqq_created; 246 struct bfq_queue { struct 270 struct bfq_queue *new_bfqq; argument 392 struct bfq_queue *waker_bfqq; argument 394 struct bfq_queue *tentative_waker_bfqq; argument 469 struct bfq_queue *stable_merge_bfqq; 622 struct bfq_queue *in_service_queue; 637 struct bfq_queue *last_bfqq_created; 796 struct bfq_queue oom_bfqq; 810 struct bfq_queue *bio_bfqq; [all …]
|
| H A D | bfq-iosched.c | 594 struct bfq_queue *bfqq; in bfqq_request_over_limit() 738 static struct bfq_queue * 798 struct bfq_queue *__bfqq; in bfq_pos_tree_add_move() 1220 struct bfq_queue *item; in bfq_reset_burst_list() 2661 struct bfq_queue *bfqq; in bfq_end_wr() 2738 struct bfq_queue *bfqq; in bfq_find_close_cooperator() 2755 bfq_setup_merge(struct bfq_queue *bfqq, struct bfq_queue *new_bfqq) in bfq_setup_merge() 4759 struct bfq_queue *bfqq; in bfq_find_active_bfqq_for_actuator() 5348 struct bfq_queue *item; in bfq_put_queue() 5579 struct bfq_queue *bfqq; in bfq_check_ioprio_change() [all …]
|
| H A D | bfq-wf2q.c | 32 struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); in bfq_class_idx() 272 struct bfq_queue *bfqq = NULL; in bfq_entity_to_bfqq() 298 struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); in bfq_calc_finish() 352 struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); in bfq_idle_extract() 483 struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); in bfq_active_insert() 526 struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); in bfq_get_entity() 573 struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); in bfq_active_extract() 595 struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); in bfq_idle_insert() 629 struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); in bfq_forget_entity() 1458 struct bfq_queue *bfqq; in bfq_get_next_queue() [all …]
|
| H A D | bfq-cgroup.c | 303 struct bfq_group *bfqq_group(struct bfq_queue *bfqq) in bfqq_group() 419 struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); in bfq_init_entity() 635 void bfq_bfqq_move(struct bfq_data *bfqd, struct bfq_queue *bfqq, in bfq_bfqq_move() 704 struct bfq_queue *sync_bfqq, in bfq_sync_bfqq_move() 709 struct bfq_queue *bfqq; in bfq_sync_bfqq_move() 760 struct bfq_queue *async_bfqq = bic_to_bfqq(bic, false, act_idx); in __bfq_bic_change_cgroup() 761 struct bfq_queue *sync_bfqq = bic_to_bfqq(bic, true, act_idx); in __bfq_bic_change_cgroup() 821 struct bfq_queue *bfqq; in bfq_reparent_leaf_entity() 1391 void bfq_bfqq_move(struct bfq_data *bfqd, struct bfq_queue *bfqq, in bfq_bfqq_move() 1396 struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); in bfq_init_entity() [all …]
|