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

/linux-master/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
5616 /* tentatively mark as has_short_ttime */
5950 bool has_short_ttime = true, state_changed; local
5953 * No need to update has_short_ttime if bfqq is async or in
5968 * to mark as has_short_ttime. To this goal, compare average
5974 has_short_ttime = false;
5976 state_changed = has_short_ttime != bfq_bfqq_has_short_ttime(bfqq);
5978 if (has_short_ttime)
6070 !has_short_ttime))
[all...]

Completed in 127 milliseconds