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

/linux-master/block/
H A Dbfq-iosched.h350 unsigned long soft_rt_next_start; member in struct:bfq_queue
H A Dbfq-iosched.c1852 time_is_before_jiffies(bfqq->soft_rt_next_start) &&
2605 * reset soft_rt_next_start. We do it for the following
2611 * on a fast device), then soft_rt_next_start now contains a
2619 bfqq->soft_rt_next_start = jiffies;
4214 * batch, to compute the next-start time instant, soft_rt_next_start, such
4216 * soft_rt_next_start, then the above requirement on the bandwidth is met.
4224 * soft_rt_next_start only for applications that meet this requirement,
4225 * whereas soft_rt_next_start is set to infinity for applications that do
4242 * soft_rt_next_start: the return value of this function is forced to
4257 * (b) Current value of bfqq->soft_rt_next_start
[all...]

Completed in 440 milliseconds