Searched refs:LL_SA_CACHE_SIZE (Results 1 – 2 of 2) sorted by relevance
1103 #define LL_SA_CACHE_SIZE (1 << LL_SA_CACHE_BIT) macro1104 #define LL_SA_CACHE_MASK (LL_SA_CACHE_SIZE - 1)1142 struct list_head sai_cache[LL_SA_CACHE_SIZE];1143 spinlock_t sai_cache_lock[LL_SA_CACHE_SIZE];
490 for (i = 0; i < LL_SA_CACHE_SIZE; i++) { in ll_sai_alloc()