Searched refs:XX_MallocSmartLock (Results 1 – 1 of 1) sorted by relevance
89 static struct mtx XX_MallocSmartLock; variable91 MTX_SYSINIT(XX_MallocSmartLockInit, &XX_MallocSmartLock,156 mtx_assert(&XX_MallocSmartLock, MA_OWNED); in XX_MallocSmartMapCheck()168 mtx_assert(&XX_MallocSmartLock, MA_OWNED); in XX_MallocSmartMapSet()179 mtx_assert(&XX_MallocSmartLock, MA_OWNED); in XX_MallocSmartMapClear()191 mtx_lock(&XX_MallocSmartLock); in XX_MallocSmartInit()205 mtx_unlock(&XX_MallocSmartLock); in XX_MallocSmartInit()222 mtx_lock(&XX_MallocSmartLock); in XX_MallocSmart()235 mtx_unlock(&XX_MallocSmartLock); in XX_MallocSmart()250 mtx_lock(&XX_MallocSmartLock); in XX_FreeSmart()[all …]