Searched defs:bfq_data (Results 1 – 2 of 2) sorted by relevance
512 struct bfq_data { struct514 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 …]
445 struct bfq_data { struct447 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 …]