Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Djiffies.h238 #define time_before_eq64(a,b) time_after_eq64(b,a) macro
250 time_before_eq64(a, c))
314 #define time_is_after_eq_jiffies64(a) time_before_eq64(get_jiffies_64(), a)
/linux-6.15/fs/bcachefs/
H A Dsix.c445 if (time_before_eq64(wait->start_time, last->start_time)) in six_lock_slowpath()
/linux-6.15/block/
H A Dblk-iocost.c2641 time_before_eq64(vtime + cost, now.vnow)) { in ioc_rqos_throttle()
2775 time_before_eq64(atomic64_read(&iocg->vtime) + cost, now.vnow)) { in ioc_rqos_merge()