Searched refs:time_after32 (Results 1 – 5 of 5) sorted by relevance
84 #define time_after32(a, b) ((s32)((u32)(b) - (u32)(a)) < 0) macro85 #define time_before32(b, a) time_after32(a, b)
79 if (!time_after32(jiffies, in mt76_rx_aggr_check_release()
405 #define publication_after(pa, pb) time_after32((pa)->id, (pb)->id)
171 (!twp || (reuse && time_after32(tcp_clock_ms(), reuse_thresh)))) { in tcp_twsk_unique()
2690 return time_after32(tcp_jiffies32, in mptcp_check_fastclose()