Searched refs:time_after32 (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | time.h | 84 #define time_after32(a, b) ((s32)((u32)(b) - (u32)(a)) < 0) macro 85 #define time_before32(b, a) time_after32(a, b)
|
| /linux-6.15/drivers/net/wireless/mediatek/mt76/ |
| H A D | agg-rx.c | 79 if (!time_after32(jiffies, in mt76_rx_aggr_check_release()
|
| /linux-6.15/drivers/gpu/drm/i915/gt/ |
| H A D | intel_gt_irq.c | 50 !time_after32(local_clock() >> 10, timeout_ts)); in gen11_gt_engine_identity()
|
| /linux-6.15/drivers/gpu/drm/xe/ |
| H A D | xe_irq.c | 245 !time_after32(local_clock() >> 10, timeout_ts)); in gt_engine_identity()
|
| /linux-6.15/net/tipc/ |
| H A D | name_table.c | 403 #define publication_after(pa, pb) time_after32((pa)->id, (pb)->id)
|
| /linux-6.15/net/ipv4/ |
| H A D | tcp_ipv4.c | 169 (!twp || (reuse && time_after32(tcp_clock_ms(), reuse_thresh)))) { in tcp_twsk_unique()
|
| /linux-6.15/net/mptcp/ |
| H A D | protocol.c | 2489 return time_after32(tcp_jiffies32, in mptcp_close_tout_expired()
|