Lines Matching refs:malloc_mtx
242 struct mtx malloc_mtx; variable
1273 mtx_init(&malloc_mtx, "malloc", NULL, MTX_DEF); in mallocinit()
1323 mtx_lock(&malloc_mtx); in malloc_init()
1327 mtx_unlock(&malloc_mtx); in malloc_init()
1343 mtx_lock(&malloc_mtx); in malloc_uninit()
1358 mtx_unlock(&malloc_mtx); in malloc_uninit()
1385 mtx_assert(&malloc_mtx, MA_OWNED); in malloc_desc2type()
1409 mtx_lock(&malloc_mtx); in sysctl_kern_malloc_stats()
1449 mtx_unlock(&malloc_mtx); in sysctl_kern_malloc_stats()
1470 mtx_lock(&malloc_mtx); in malloc_type_list()
1472 mtx_assert(&malloc_mtx, MA_OWNED); in malloc_type_list()
1474 mtx_unlock(&malloc_mtx); in malloc_type_list()
1479 mtx_lock(&malloc_mtx); in malloc_type_list()
1489 mtx_unlock(&malloc_mtx); in malloc_type_list()