Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/tsol/
H A Dtndb.h253 kmutex_t tpc_lock; /* lock for structure */ member
293 mutex_enter(&(a)->tpc_lock); \
296 mutex_exit(&(a)->tpc_lock); \
299 mutex_enter(&(a)->tpc_lock); \
304 mutex_exit(&(a)->tpc_lock); \
/illumos-gate/usr/src/uts/common/os/
H A Dlabelsys.c50 static kmutex_t tpc_lock; variable
196 mutex_exit(&tpc->tpc_lock); in tpc_free()
197 mutex_destroy(&tpc->tpc_lock); in tpc_free()
211 mutex_enter(&tpc_lock); in tnrhtp_find()
219 mutex_exit(&tpc_lock); in tnrhtp_find()
577 mutex_enter(&tpc_lock); in tnrhtp_create()
594 mutex_exit(&tpc_lock); in tnrhtp_create()
606 mutex_enter(&tpc_lock); in tnrhtp_delete()
616 mutex_exit(&tpc_lock); in tnrhtp_delete()
635 mutex_enter(&tpc_lock); in tnrhtp_flush()
[all …]