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

/linux-master/fs/bcachefs/
H A Dio_write.c45 u64 latency_threshold = latency_capable << (rw == READ ? 2 : 3); local
46 s64 latency_over = io_latency - latency_threshold;
48 if (latency_threshold && latency_over > 0) {
51 * latency_threshold - we don't need much accuracy here so don't
56 max_t(int, ilog2(latency_threshold) - 2, 0),

Completed in 255 milliseconds