Lines Matching refs:malloc_mtx
240 struct mtx malloc_mtx; variable
1276 mtx_init(&malloc_mtx, "malloc", NULL, MTX_DEF); in mallocinit()
1326 mtx_lock(&malloc_mtx); in malloc_init()
1330 mtx_unlock(&malloc_mtx); in malloc_init()
1346 mtx_lock(&malloc_mtx); in malloc_uninit()
1361 mtx_unlock(&malloc_mtx); in malloc_uninit()
1388 mtx_assert(&malloc_mtx, MA_OWNED); in malloc_desc2type()
1412 mtx_lock(&malloc_mtx); in sysctl_kern_malloc_stats()
1452 mtx_unlock(&malloc_mtx); in sysctl_kern_malloc_stats()
1473 mtx_lock(&malloc_mtx); in malloc_type_list()
1475 mtx_assert(&malloc_mtx, MA_OWNED); in malloc_type_list()
1477 mtx_unlock(&malloc_mtx); in malloc_type_list()
1482 mtx_lock(&malloc_mtx); in malloc_type_list()
1492 mtx_unlock(&malloc_mtx); in malloc_type_list()