Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/os/
H A Dkcpc.c51 static kcpc_ctx_t *kcpc_ctx_list[CPC_HASH_BUCKETS]; /* head of list */ variable
822 ctx->kc_next = kcpc_ctx_list[hash]; in kcpc_ctx_alloc()
823 kcpc_ctx_list[hash] = ctx; in kcpc_ctx_alloc()
899 loc = &kcpc_ctx_list[hash]; in kcpc_ctx_free()
1583 for (ctx = kcpc_ctx_list[hash]; ctx; ctx = ctx->kc_next) in kcpc_invalidate_all()