Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/vm/
H A Dseg_map.h132 kmutex_t sh_mtx; /* protects this hash chain */ member
H A Dseg_map.c251 #define SHASHMTX(hashid) (&smd_hash[hashid].sh_mtx)
391 mutex_init(&shashp->sh_mtx, NULL, MUTEX_DEFAULT, NULL); in segmap_create()