Searched refs:victim (Results 1 – 1 of 1) sorted by relevance
1314 u32 victim, rxhash; in fanout_flow_is_huge() local1322 victim = prandom_u32() % ROLLOVER_HLEN; in fanout_flow_is_huge()1325 if (READ_ONCE(history[victim]) != rxhash) in fanout_flow_is_huge()1326 WRITE_ONCE(history[victim], rxhash); in fanout_flow_is_huge()