CPC_HASH_BUCKETS
for (hash = 0; hash < CPC_HASH_BUCKETS; hash++)
for (hash = 0; hash < CPC_HASH_BUCKETS; hash++) {
static kmutex_t kcpc_ctx_llock[CPC_HASH_BUCKETS]; /* protects ctx_list */
static kcpc_ctx_t *kcpc_ctx_list[CPC_HASH_BUCKETS]; /* head of list */
(CPC_HASH_BUCKETS - 1))