Searched refs:bfq_slice_idle (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/block/ |
H A D | bfq-iosched.c | 174 static u64 bfq_slice_idle = NSEC_PER_SEC / 125; variable 1674 bfqd->bfq_slice_idle * 3; in bfq_bfqq_handle_idle_busy_switch() 3007 sl = bfqd->bfq_slice_idle; in bfq_arm_slice_timer() 3790 *delta_ms = bfq_slice_idle / NSEC_PER_MSEC; in bfq_bfqq_is_slow() 3859 * namely bfqd->bfq_slice_idle, and (2) a few extra jiffies. We 3863 * bfqd->bfq_slice_idle tends to filter out greedy applications, 3898 * bfqd->bfq_slice_idle: 3900 * higher than bfqd->bfq_slice_idle. This happens, e.g., on slow 3902 * that the approximation, in jiffies, of bfqd->bfq_slice_idle 3908 * reference time interval just bfqd->bfq_slice_idle, bu [all...] |
H A D | bfq-iosched.h | 629 u32 bfq_slice_idle; member
|
/kernel/linux/linux-6.6/block/ |
H A D | bfq-iosched.c | 174 static u64 bfq_slice_idle = NSEC_PER_SEC / 125; variable 1834 bfqd->bfq_slice_idle * 3; in bfq_bfqq_handle_idle_busy_switch() 2154 128 * (u64)bfqd->bfq_slice_idle) { in bfq_check_waker() 3380 sl = bfqd->bfq_slice_idle; in bfq_arm_slice_timer() 4178 *delta_ms = bfq_slice_idle / NSEC_PER_MSEC; in bfq_bfqq_is_slow() 4247 * namely bfqd->bfq_slice_idle, and (2) a few extra jiffies. We 4251 * bfqd->bfq_slice_idle tends to filter out greedy applications, 4286 * bfqd->bfq_slice_idle: 4288 * higher than bfqd->bfq_slice_idle. This happens, e.g., on slow 4290 * that the approximation, in jiffies, of bfqd->bfq_slice_idle [all...] |
H A D | bfq-iosched.h | 711 u32 bfq_slice_idle; member
|
Completed in 16 milliseconds