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; 490 struct bfq_queue *bfqq[2][BFQ_MAX_ACTUATORS]; 622 struct bfq_queue *in_service_queue; 634 struct bfq_queue *last_completed_rq_bfqq; 637 struct bfq_queue *last_bfqq_created; [all …]
|
H A D | bfq-iosched.c | 137 void bfq_mark_bfqq_##name(struct bfq_queue *bfqq) \ 141 void bfq_clear_bfqq_##name(struct bfq_queue *bfqq) \ 145 int bfq_bfqq_##name(const struct bfq_queue *bfqq) \ 379 struct bfq_queue *bic_to_bfqq(struct bfq_io_cq *bic, bool is_sync, in bic_to_bfqq() 388 static void bfq_put_stable_ref(struct bfq_queue *bfqq); 391 struct bfq_queue *bfqq, in bic_set_bfqq() 395 struct bfq_queue *old_bfqq = bic->bfqq[is_sync][actuator_idx]; in bic_set_bfqq() 594 struct bfq_queue *bfqq; in bfqq_request_over_limit() 738 static struct bfq_queue * 744 struct bfq_queue *bfqq = NULL; in bfq_rq_pos_tree_lookup() [all …]
|
H A D | bfq-wf2q.c | 32 struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); in bfq_class_idx() 270 struct bfq_queue *bfq_entity_to_bfqq(struct bfq_entity *entity) in bfq_entity_to_bfqq() 272 struct bfq_queue *bfqq = NULL; in bfq_entity_to_bfqq() 275 bfqq = container_of(entity, struct bfq_queue, entity); 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() [all …]
|
H A 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() 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() [all …]
|