Home
last modified time | relevance | path

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

/linux/include/linux/
A Dtime.h85 #define time_before32(b, a) time_after32(a, b) macro
/linux/fs/ext4/
A Dialloc.c710 if (dtime && time_before32(dtime, now) && in recently_deleted()
711 time_before32(now, dtime + recentcy)) in recently_deleted()
/linux/include/net/
A Dtcp.h1521 if (unlikely(!time_before32(ktime_get_seconds(), in tcp_paws_check()
1552 if (rst && !time_before32(ktime_get_seconds(), in tcp_paws_reject()

Completed in 12 milliseconds