Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Dio_write.c45 u64 latency_threshold = latency_capable << (rw == READ ? 2 : 3); in bch2_congested_acct() local
46 s64 latency_over = io_latency - latency_threshold; in bch2_congested_acct()
48 if (latency_threshold && latency_over > 0) { in bch2_congested_acct()
56 max_t(int, ilog2(latency_threshold) - 2, 0), in bch2_congested_acct()