Searched refs:soft_rt_next_start (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/block/ |
H A D | bfq-iosched.h | 329 unsigned long soft_rt_next_start; member
|
H A D | bfq-iosched.c | 1688 time_is_before_jiffies(bfqq->soft_rt_next_start) && in bfq_bfqq_handle_idle_busy_switch() 3826 * batch, to compute the next-start time instant, soft_rt_next_start, such 3828 * soft_rt_next_start, then the above requirement on the bandwidth is met. 3836 * soft_rt_next_start only for applications that meet this requirement, 3837 * whereas soft_rt_next_start is set to infinity for applications that do 3854 * soft_rt_next_start: the return value of this function is forced to 3869 * (b) Current value of bfqq->soft_rt_next_start. As pointed out 3883 * stored in bfqq->soft_rt_next_start after each invocation of 3885 * bfqq->soft_rt_next_start is constantly used to lower-bound the 3887 * beginning of a low-speed interval, bfqq->soft_rt_next_start i [all...] |
/kernel/linux/linux-6.6/block/ |
H A D | bfq-iosched.h | 350 unsigned long soft_rt_next_start; member
|
H A D | bfq-iosched.c | 1852 time_is_before_jiffies(bfqq->soft_rt_next_start) && in bfq_bfqq_handle_idle_busy_switch() 2605 * reset soft_rt_next_start. We do it for the following in bfq_bfqq_end_wr() 2611 * on a fast device), then soft_rt_next_start now contains a in bfq_bfqq_end_wr() 2619 bfqq->soft_rt_next_start = jiffies; in bfq_bfqq_end_wr() 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 17 milliseconds