Home
last modified time | relevance | path

Searched refs:time_between32 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Dtime.h98 #define time_between32(t, l, h) ((u32)(h) - (u32)(l) >= (u32)(t) - (u32)(l)) macro
/openbmc/linux/include/net/
H A Dtcp.h520 if (!time_between32(now, last_overflow, in tcp_synq_overflow()
528 if (!time_between32(now, last_overflow, last_overflow + HZ)) in tcp_synq_overflow()
544 return !time_between32(now, last_overflow - HZ, in tcp_synq_no_recent_overflow()
559 return !time_between32(now, last_overflow - HZ, in tcp_synq_no_recent_overflow()