Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/block/
H A Dbfq-iosched.c154 BFQ_BFQQ_FNS(has_short_ttime); variable
5110 * No need to mark as has_short_ttime if in in bfq_init_bfqq()
5115 /* tentatively mark as has_short_ttime */ in bfq_init_bfqq()
5260 bool has_short_ttime = true, state_changed; in bfq_update_has_short_ttime() local
5263 * No need to update has_short_ttime if bfqq is async or in in bfq_update_has_short_ttime()
5278 * decide whether to mark as has_short_ttime in bfq_update_has_short_ttime()
5283 has_short_ttime = false; in bfq_update_has_short_ttime()
5285 state_changed = has_short_ttime != bfq_bfqq_has_short_ttime(bfqq); in bfq_update_has_short_ttime()
5287 if (has_short_ttime) in bfq_update_has_short_ttime()
5379 !has_short_ttime)) in bfq_update_has_short_ttime()
[all...]
H A Dbfq-iosched.h786 BFQ_BFQQ_FNS(has_short_ttime); variable
/kernel/linux/linux-6.6/block/
H A Dbfq-iosched.h894 BFQ_BFQQ_FNS(has_short_ttime); variable
H A Dbfq-iosched.c155 BFQ_BFQQ_FNS(has_short_ttime); variable
5611 * No need to mark as has_short_ttime if in in bfq_init_bfqq()
5616 /* tentatively mark as has_short_ttime */ in bfq_init_bfqq()
5950 bool has_short_ttime = true, state_changed; in bfq_update_has_short_ttime() local
5953 * No need to update has_short_ttime if bfqq is async or in in bfq_update_has_short_ttime()
5968 * to mark as has_short_ttime. To this goal, compare average in bfq_update_has_short_ttime()
5974 has_short_ttime = false; in bfq_update_has_short_ttime()
5976 state_changed = has_short_ttime != bfq_bfqq_has_short_ttime(bfqq); in bfq_update_has_short_ttime()
5978 if (has_short_ttime) in bfq_update_has_short_ttime()
6070 !has_short_ttime)) in bfq_update_has_short_ttime()
[all...]

Completed in 29 milliseconds