Searched refs:bfq_queue (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/block/ |
H A D | bfq-iosched.h | 127 * A bfq_entity is used to represent either a bfq_queue (leaf node in the 213 struct bfq_queue *last_bfqq_created; 234 * struct bfq_queue - leaf schedulable entity. 236 * A bfq_queue is a leaf request queue; it can be associated with an 239 * (an io_context is associated with a different bfq_queue for each 246 struct bfq_queue { struct 267 * Shared bfq_queue if queue is cooperating with one or more 270 struct bfq_queue *new_bfqq; 336 * Pointer to the bfq_io_cq owning the bfq_queue, set to %NULL 345 * enqueued after this time instant in an idle @bfq_queue wit [all...] |
H A D | bfq-iosched.c | 49 * the I/O requests in a bfq_queue come from an interactive or a soft 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) \ 331 * For a bfq_queue deemed as interactive, the duration of weight 338 * and in this task each process/bfq_queue needs to have at most ~110K 356 * bfq_queue if the latter happens to have received an amount of 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 *bfq in bic_set_bfqq() [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 *bfq 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() 293 * associated to a bfq_queue. 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() 841 * bfq_queue in bfq_bic_update_cgroup() [all...] |
/kernel/linux/linux-5.10/block/ |
H A D | bfq-iosched.h | 121 * A bfq_entity is used to represent either a bfq_queue (leaf node in the 220 * struct bfq_queue - leaf schedulable entity. 222 * A bfq_queue is a leaf request queue; it can be associated with an 230 struct bfq_queue { struct 249 * Shared bfq_queue if queue is cooperating with one or more 252 struct bfq_queue *new_bfqq; 315 * Pointer to the bfq_io_cq owning the bfq_queue, set to %NULL 324 * enqueued after this time instant in an idle @bfq_queue with 339 * Time of the last transition of the @bfq_queue from idle to 344 * Cumulative service received from the @bfq_queue sinc [all...] |
H A D | bfq-iosched.c | 49 * the I/O requests in a bfq_queue come from an interactive or a soft 136 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) \ 331 * For a bfq_queue deemed as interactive, the duration of weight 338 * and in this task each process/bfq_queue needs to have at most ~110K 356 * bfq_queue if the latter happens to have received an amount of 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() 376 struct bfq_queue *old_bfq in bic_set_bfqq() [all...] |
H A D | bfq-wf2q.c | 32 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 *bfq in bfq_get_entity() [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() 257 void bfqg_stats_update_io_add(struct bfq_group *bfqg, struct bfq_queue *bfqq, in bfqg_stats_update_io_add() 298 * associated to a bfq_queue. 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() 646 void bfq_bfqq_move(struct bfq_data *bfqd, struct bfq_queue *bfqq, in bfq_bfqq_move() 710 struct bfq_queue *async_bfqq = bic_to_bfqq(bic, false); in __bfq_bic_change_cgroup() 711 struct bfq_queue *sync_bfqq = bic_to_bfqq(bic, true); in __bfq_bic_change_cgroup() 729 struct bfq_queue *bfqq; in __bfq_bic_change_cgroup() 824 * bfq_queue in bfq_bic_update_cgroup() [all...] |
Completed in 16 milliseconds