Lines Matching defs:bfq_queue
230 struct bfq_queue { struct
249 * Shared bfq_queue if queue is cooperating with one or more argument
252 struct bfq_queue *new_bfqq; argument
254 struct rb_node pos_node;
256 struct rb_root *pos_root;
259 struct rb_root sort_list;
261 struct request *next_rq;
263 int queued[2];
265 int allocated;
267 int meta_pending;
269 struct list_head fifo;
272 struct bfq_entity entity;
275 struct bfq_weight_counter *weight_counter;
278 int max_budget;
280 unsigned long budget_timeout;
283 int dispatched;
286 unsigned long flags;
289 struct list_head bfqq_list;
315 * Pointer to the bfq_io_cq owning the bfq_queue, set to %NULL argument
324 * enqueued after this time instant in an idle @bfq_queue with argument
339 * Time of the last transition of the @bfq_queue from idle to argument
344 * Cumulative service received from the @bfq_queue since the argument
349 * Cumulative service received from the @bfq_queue since its argument
373 struct bfq_queue *waker_bfqq; argument
392 struct bfq_queue *bfqq[2]; argument