Searched defs:bfq_data (Results 1 – 6 of 6) sorted by relevance
29617 struct bfq_data { struct29618 struct request_queue *queue;29619 struct list_head dispatch;29620 struct bfq_group *root_group;29621 struct rb_root_cached queue_weights_tree;29622 unsigned int num_groups_with_pending_reqs;29623 unsigned int busy_queues[3];29624 int wr_busy_queues;29625 int queued;29626 int rq_in_driver;[all …]
62958 struct bfq_data { struct62959 struct request_queue *queue;62960 struct list_head dispatch;62961 struct bfq_group *root_group;62962 struct rb_root_cached queue_weights_tree;62963 unsigned int num_groups_with_pending_reqs;62964 unsigned int busy_queues[3];62965 int wr_busy_queues;62966 int queued;62967 int tot_rq_in_driver;[all …]
72788 struct bfq_data { struct72789 struct request_queue *queue;72790 struct list_head dispatch;72791 struct bfq_group *root_group;72792 struct rb_root_cached queue_weights_tree;72793 unsigned int num_groups_with_pending_reqs;72794 unsigned int busy_queues[3];72795 int wr_busy_queues;72796 int queued;72797 int tot_rq_in_driver;[all …]
33098 struct bfq_data { struct33099 struct request_queue *queue;33100 struct list_head dispatch;33101 struct bfq_group *root_group;33102 struct rb_root_cached queue_weights_tree;33103 unsigned int num_groups_with_pending_reqs;33104 unsigned int busy_queues[3];33105 int wr_busy_queues;33106 int queued;33107 int rq_in_driver;[all …]