Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/block/
Dbfq-iosched.h388 struct bfq_io_cq { struct
390 struct io_cq icq; /* must be the first member */
392 struct bfq_queue *bfqq[2];
394 int ioprio;
396 uint64_t blkcg_serial_nr; /* the current blkcg serial */
403 bool saved_has_short_ttime;
408 bool saved_IO_bound;
414 bool saved_in_large_burst;
419 bool was_in_burst_list;
428 unsigned int saved_weight;
[all …]
/kernel/linux/linux-6.6/block/
Dbfq-iosched.h477 struct bfq_io_cq { struct
479 struct io_cq icq; /* must be the first member */
490 struct bfq_queue *bfqq[2][BFQ_MAX_ACTUATORS];
492 int ioprio;
494 uint64_t blkcg_serial_nr; /* the current blkcg serial */
502 struct bfq_iocq_bfqq_data bfqq_data[BFQ_MAX_ACTUATORS];
504 unsigned int requests; /* Number of requests this process has in flight */