Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dtime.h85 #define time_before32(b, a) time_after32(a, b) macro
/linux-6.3-rc2/fs/ext4/
A Dialloc.c709 if (dtime && time_before32(dtime, now) && in recently_deleted()
710 time_before32(now, dtime + recentcy)) in recently_deleted()
/linux-6.3-rc2/include/net/
A Dtcp.h1557 if (unlikely(!time_before32(ktime_get_seconds(), in tcp_paws_check()
1588 if (rst && !time_before32(ktime_get_seconds(), in tcp_paws_reject()

Completed in 15 milliseconds