Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/os/
H A Dkcpc.c50 static kmutex_t kcpc_ctx_llock[CPC_HASH_BUCKETS]; /* protects ctx_list */ variable
139 mutex_init(&kcpc_ctx_llock[hash], in kcpc_init()
821 mutex_enter(&kcpc_ctx_llock[hash]); in kcpc_ctx_alloc()
824 mutex_exit(&kcpc_ctx_llock[hash]); in kcpc_ctx_alloc()
898 mutex_enter(&kcpc_ctx_llock[hash]); in kcpc_ctx_free()
904 mutex_exit(&kcpc_ctx_llock[hash]); in kcpc_ctx_free()
1582 mutex_enter(&kcpc_ctx_llock[hash]); in kcpc_invalidate_all()
1585 mutex_exit(&kcpc_ctx_llock[hash]); in kcpc_invalidate_all()