Lines Matching refs:malloc_mtx
233 struct mtx malloc_mtx; variable
1218 mtx_init(&malloc_mtx, "malloc", NULL, MTX_DEF); in mallocinit()
1267 mtx_lock(&malloc_mtx); in malloc_init()
1271 mtx_unlock(&malloc_mtx); in malloc_init()
1287 mtx_lock(&malloc_mtx); in malloc_uninit()
1302 mtx_unlock(&malloc_mtx); in malloc_uninit()
1329 mtx_assert(&malloc_mtx, MA_OWNED); in malloc_desc2type()
1353 mtx_lock(&malloc_mtx); in sysctl_kern_malloc_stats()
1393 mtx_unlock(&malloc_mtx); in sysctl_kern_malloc_stats()
1414 mtx_lock(&malloc_mtx); in malloc_type_list()
1416 mtx_assert(&malloc_mtx, MA_OWNED); in malloc_type_list()
1418 mtx_unlock(&malloc_mtx); in malloc_type_list()
1423 mtx_lock(&malloc_mtx); in malloc_type_list()
1433 mtx_unlock(&malloc_mtx); in malloc_type_list()