Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ipf/lib/
H A Dmutex_emul.c15 if (mtx->eMm_held != 0) {
17 mtx->eMm_owner, mtx, mtx->eMm_held);
20 mtx->eMm_held++;
34 if (mtx->eMm_held != 1) {
36 mtx->eMm_owner, mtx, mtx->eMm_held);
39 mtx->eMm_held--;
56 mtx->eMm_held = 0;
72 if (mtx->eMm_held != 0) {
74 mtx->eMm_owner, mtx, mtx->eMm_held);
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h1388 int eMm_held; member