Home
last modified time | relevance | path

Searched refs:last_ins_in_burst (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/block/
H A Dbfq-iosched.h667 unsigned long last_ins_in_burst; member
670 * been activated shortly after @last_ins_in_burst.
H A Dbfq-iosched.c1272 * device. In this case, last_ins_in_burst and in bfq_handle_burst()
1281 if (time_is_before_jiffies(bfqd->last_ins_in_burst + in bfq_handle_burst()
1311 * burst. In both cases last_ins_in_burst needs to be moved in bfq_handle_burst()
1314 bfqd->last_ins_in_burst = jiffies; in bfq_handle_burst()
/kernel/linux/linux-6.6/block/
H A Dbfq-iosched.h741 unsigned long last_ins_in_burst; member
744 * been activated shortly after @last_ins_in_burst.
H A Dbfq-iosched.c1403 * device. In this case, last_ins_in_burst and in bfq_handle_burst()
1412 if (time_is_before_jiffies(bfqd->last_ins_in_burst + in bfq_handle_burst()
1442 * burst. In both cases last_ins_in_burst needs to be moved in bfq_handle_burst()
1445 bfqd->last_ins_in_burst = jiffies; in bfq_handle_burst()

Completed in 22 milliseconds