Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dkcpc.c53 static kcpc_ctx_t *kcpc_ctx_list[CPC_HASH_BUCKETS]; /* head of list */ variable
824 ctx->kc_next = kcpc_ctx_list[hash]; in kcpc_ctx_alloc()
825 kcpc_ctx_list[hash] = ctx; in kcpc_ctx_alloc()
901 loc = &kcpc_ctx_list[hash]; in kcpc_ctx_free()
1610 for (ctx = kcpc_ctx_list[hash]; ctx; ctx = ctx->kc_next) in kcpc_invalidate_all()