Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/block/
Dbfq-iosched.h246 struct bfq_queue { struct
267 * Shared bfq_queue if queue is cooperating with one or more argument
270 struct bfq_queue *new_bfqq; argument
272 struct rb_node pos_node;
274 struct rb_root *pos_root;
277 struct rb_root sort_list;
279 struct request *next_rq;
281 int queued[2];
283 int meta_pending;
285 struct list_head fifo;
[all …]
/kernel/linux/linux-5.10/block/
Dbfq-iosched.h230 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;
[all …]