Home
last modified time | relevance | path

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

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