Searched refs:p_tstamp (Results 1 – 1 of 1) sorted by relevance
482 u32 *p_tstamp = ip_tstamps + hash % IP_IDENTS_SZ; in ip_idents_reserve() local484 u32 old = READ_ONCE(*p_tstamp); in ip_idents_reserve()488 if (old != now && cmpxchg(p_tstamp, old, now) == old) in ip_idents_reserve()