Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/libipf/
H A Dmutex_emul.c29 if (mtx->eMm_held != 0) { in eMmutex_enter()
31 mtx->eMm_owner, mtx, mtx->eMm_held); in eMmutex_enter()
34 mtx->eMm_held++; in eMmutex_enter()
51 if (mtx->eMm_held != 1) { in eMmutex_exit()
53 mtx->eMm_owner, mtx, mtx->eMm_held); in eMmutex_exit()
56 mtx->eMm_held--; in eMmutex_exit()
77 mtx->eMm_held = 0; in eMmutex_init()
98 if (mtx->eMm_held != 0) { in eMmutex_destroy()
101 mtx->eMm_owner, mtx, mtx->eMm_held); in eMmutex_destroy()
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_compat.h239 int eMm_held; member