Lines Matching refs:malloc_mtx
232 struct mtx malloc_mtx; variable
1170 mtx_init(&malloc_mtx, "malloc", NULL, MTX_DEF); in mallocinit()
1219 mtx_lock(&malloc_mtx); in malloc_init()
1223 mtx_unlock(&malloc_mtx); in malloc_init()
1239 mtx_lock(&malloc_mtx); in malloc_uninit()
1254 mtx_unlock(&malloc_mtx); in malloc_uninit()
1281 mtx_assert(&malloc_mtx, MA_OWNED); in malloc_desc2type()
1305 mtx_lock(&malloc_mtx); in sysctl_kern_malloc_stats()
1345 mtx_unlock(&malloc_mtx); in sysctl_kern_malloc_stats()
1366 mtx_lock(&malloc_mtx); in malloc_type_list()
1368 mtx_assert(&malloc_mtx, MA_OWNED); in malloc_type_list()
1370 mtx_unlock(&malloc_mtx); in malloc_type_list()
1375 mtx_lock(&malloc_mtx); in malloc_type_list()
1385 mtx_unlock(&malloc_mtx); in malloc_type_list()