Searched refs:CPC_HASH_BUCKETS (Results 1 – 2 of 2) sorted by relevance
163 #define CPC_HASH_BUCKETS (1l << KCPC_LOG2_HASH_BUCKETS) macro165 (CPC_HASH_BUCKETS - 1))
52 static kmutex_t kcpc_ctx_llock[CPC_HASH_BUCKETS]; /* protects ctx_list */53 static kcpc_ctx_t *kcpc_ctx_list[CPC_HASH_BUCKETS]; /* head of list */149 for (hash = 0; hash < CPC_HASH_BUCKETS; hash++) in kcpc_init()1608 for (hash = 0; hash < CPC_HASH_BUCKETS; hash++) { in kcpc_invalidate_all()