Home
last modified time | relevance | path

Searched refs:time_after32 (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/include/linux/
H A Dtime.h84 #define time_after32(a, b) ((s32)((u32)(b) - (u32)(a)) < 0) macro
85 #define time_before32(b, a) time_after32(a, b)
/openbmc/linux/drivers/net/wireless/mediatek/mt76/
H A Dagg-rx.c79 if (!time_after32(jiffies, in mt76_rx_aggr_check_release()
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_gt_irq.c50 !time_after32(local_clock() >> 10, timeout_ts)); in gen11_gt_engine_identity()
/openbmc/linux/net/tipc/
H A Dname_table.c403 #define publication_after(pa, pb) time_after32((pa)->id, (pb)->id)
/openbmc/linux/net/ipv4/
H A Dtcp_ipv4.c157 (!twp || (reuse && time_after32(ktime_get_seconds(), in tcp_twsk_unique()
/openbmc/linux/net/mptcp/
H A Dprotocol.c2518 return time_after32(tcp_jiffies32, in mptcp_close_tout_expired()