Home
last modified time | relevance | path

Searched refs:bfq_queue (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/block/
Dbfq-iosched.h230 struct bfq_queue { struct
252 struct bfq_queue *new_bfqq; argument
373 struct bfq_queue *waker_bfqq; argument
392 struct bfq_queue *bfqq[2]; argument
548 struct bfq_queue *in_service_queue;
560 struct bfq_queue *last_completed_rq_bfqq;
724 struct bfq_queue oom_bfqq;
738 struct bfq_queue *bio_bfqq;
777 void bfq_mark_bfqq_##name(struct bfq_queue *bfqq); \
778 void bfq_clear_bfqq_##name(struct bfq_queue *bfqq); \
[all …]
Dbfq-iosched.c136 void bfq_mark_bfqq_##name(struct bfq_queue *bfqq) \
140 void bfq_clear_bfqq_##name(struct bfq_queue *bfqq) \
144 int bfq_bfqq_##name(const struct bfq_queue *bfqq) \
369 struct bfq_queue *bic_to_bfqq(struct bfq_io_cq *bic, bool is_sync) in bic_to_bfqq()
374 void bic_set_bfqq(struct bfq_io_cq *bic, struct bfq_queue *bfqq, bool is_sync) in bic_set_bfqq()
550 static struct bfq_queue *
556 struct bfq_queue *bfqq = NULL; in bfq_rq_pos_tree_lookup()
564 bfqq = rb_entry(parent, struct bfq_queue, pos_node); in bfq_rq_pos_tree_lookup()
591 static bool bfq_too_late_for_merging(struct bfq_queue *bfqq) in bfq_too_late_for_merging()
607 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()
148 struct bfq_group *bfq_bfqq_to_bfqg(struct bfq_queue *bfqq) in bfq_bfqq_to_bfqg()
236 struct bfq_group *bfq_bfqq_to_bfqg(struct bfq_queue *bfqq) in bfq_bfqq_to_bfqg()
262 struct bfq_queue *bfq_entity_to_bfqq(struct bfq_entity *entity) in bfq_entity_to_bfqq()
264 struct bfq_queue *bfqq = NULL; in bfq_entity_to_bfqq()
267 bfqq = container_of(entity, struct bfq_queue, entity); in bfq_entity_to_bfqq()
290 struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); in bfq_calc_finish()
344 struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); in bfq_idle_extract()
475 struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); in bfq_active_insert()
530 struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); in bfq_get_entity()
[all …]
Dbfq-cgroup.c222 void bfqg_stats_update_io_add(struct bfq_group *bfqg, struct bfq_queue *bfqq, in bfqg_stats_update_io_add()
257 void bfqg_stats_update_io_add(struct bfq_group *bfqg, struct bfq_queue *bfqq, in bfqg_stats_update_io_add()
308 struct bfq_group *bfqq_group(struct bfq_queue *bfqq) in bfqq_group()
426 struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); in bfq_init_entity()
640 void bfq_bfqq_move(struct bfq_data *bfqd, struct bfq_queue *bfqq, in bfq_bfqq_move()
702 struct bfq_queue *async_bfqq = bic_to_bfqq(bic, 0); in __bfq_bic_change_cgroup()
703 struct bfq_queue *sync_bfqq = bic_to_bfqq(bic, 1); in __bfq_bic_change_cgroup()
825 struct bfq_queue *bfqq; in bfq_reparent_leaf_entity()
1394 void bfq_bfqq_move(struct bfq_data *bfqd, struct bfq_queue *bfqq, in bfq_bfqq_move()
1399 struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); in bfq_init_entity()
[all …]