Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/llite/
Dllite_internal.h1103 #define LL_SA_CACHE_SIZE (1 << LL_SA_CACHE_BIT) macro
1104 #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];
Dstatahead.c490 for (i = 0; i < LL_SA_CACHE_SIZE; i++) { in ll_sai_alloc()