Home
last modified time | relevance | path

Searched defs:bfq_data (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/block/
Dbfq-iosched.h512 struct bfq_data { struct
514 struct request_queue *queue;
516 struct list_head dispatch;
519 struct bfq_group *root_group;
529 struct rb_root_cached queue_weights_tree;
578 unsigned int num_groups_with_pending_reqs;
586 unsigned int busy_queues[3];
588 int wr_busy_queues;
590 int queued;
592 int tot_rq_in_driver;
[all …]
/kernel/linux/linux-5.10/block/
Dbfq-iosched.h445 struct bfq_data { struct
447 struct request_queue *queue;
449 struct list_head dispatch;
452 struct bfq_group *root_group;
462 struct rb_root_cached queue_weights_tree;
510 unsigned int num_groups_with_pending_reqs;
517 unsigned int busy_queues[3];
519 int wr_busy_queues;
521 int queued;
523 int rq_in_driver;
[all …]