Searched refs:XX_MallocSmartLock (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/contrib/ncsw/user/env/
H A Dxx.c88 static struct mtx XX_MallocSmartLock; variable in typeref:struct:mtx
90 MTX_SYSINIT(XX_MallocSmartLockInit, &XX_MallocSmartLock,
170 mtx_assert(&XX_MallocSmartLock, MA_OWNED);
182 mtx_assert(&XX_MallocSmartLock, MA_OWNED);
193 mtx_assert(&XX_MallocSmartLock, MA_OWNED);
205 mtx_lock(&XX_MallocSmartLock);
219 mtx_unlock(&XX_MallocSmartLock);
236 mtx_lock(&XX_MallocSmartLock);
249 mtx_unlock(&XX_MallocSmartLock);
264 mtx_lock(&XX_MallocSmartLock);
[all...]

Completed in 51 milliseconds