Searched refs:bfq_queue (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/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; 634 struct bfq_queue *last_completed_rq_bfqq; 637 struct bfq_queue *last_bfqq_created; 796 struct bfq_queue oom_bfqq; [all …]
|
H A D | bfq-iosched.c | 707 struct bfq_queue *bfqq = in bfq_limit_depth() 727 static struct bfq_queue * 787 struct bfq_queue *__bfqq; in bfq_pos_tree_add_move() 1209 struct bfq_queue *item; in bfq_reset_burst_list() 2650 struct bfq_queue *bfqq; in bfq_end_wr() 2727 struct bfq_queue *bfqq; in bfq_find_close_cooperator() 2744 bfq_setup_merge(struct bfq_queue *bfqq, struct bfq_queue *new_bfqq) in bfq_setup_merge() 3101 bfq_reassign_last_bfqq(struct bfq_queue *cur_bfqq, struct bfq_queue *new_bfqq) in bfq_reassign_last_bfqq() 4748 struct bfq_queue *bfqq; in bfq_find_active_bfqq_for_actuator() 5337 struct bfq_queue *item; in bfq_put_queue() [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() 709 struct bfq_queue *sync_bfqq, in bfq_sync_bfqq_move() 714 struct bfq_queue *bfqq; in bfq_sync_bfqq_move() 765 struct bfq_queue *async_bfqq = bic_to_bfqq(bic, false, act_idx); in __bfq_bic_change_cgroup() 766 struct bfq_queue *sync_bfqq = bic_to_bfqq(bic, true, act_idx); in __bfq_bic_change_cgroup() 877 struct bfq_queue *bfqq; in bfq_reparent_leaf_entity() 1447 void bfq_bfqq_move(struct bfq_data *bfqd, struct bfq_queue *bfqq, in bfq_bfqq_move() 1452 struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); in bfq_init_entity() [all …]
|