Searched refs:ROLLOVER_HLEN (Results 1 – 2 of 2) sorted by relevance
101 #define ROLLOVER_HLEN (L1_CACHE_BYTES / sizeof(u32)) macro102 u32 history[ROLLOVER_HLEN] ____cacheline_aligned;
1304 for (i = 0; i < ROLLOVER_HLEN; i++) in fanout_flow_is_huge()1308 victim = prandom_u32() % ROLLOVER_HLEN; in fanout_flow_is_huge()1314 return count > (ROLLOVER_HLEN >> 1); in fanout_flow_is_huge()