Home
last modified time | relevance | path

Searched refs:malloc_mtx (Results 1 – 3 of 3) sorted by relevance

/src/sys/kern/
H A Dkern_malloc.c240 struct mtx malloc_mtx; variable
1279 mtx_init(&malloc_mtx, "malloc", NULL, MTX_DEF); in mallocinit()
1329 mtx_lock(&malloc_mtx); in malloc_init()
1333 mtx_unlock(&malloc_mtx); in malloc_init()
1349 mtx_lock(&malloc_mtx); in malloc_uninit()
1364 mtx_unlock(&malloc_mtx); in malloc_uninit()
1391 mtx_assert(&malloc_mtx, MA_OWNED); in malloc_desc2type()
1415 mtx_lock(&malloc_mtx); in sysctl_kern_malloc_stats()
1455 mtx_unlock(&malloc_mtx); in sysctl_kern_malloc_stats()
1476 mtx_lock(&malloc_mtx); in malloc_type_list()
[all …]
/src/sys/vm/
H A Dmemguard.c93 mtx_lock(&malloc_mtx); in memguard_sysctl_desc()
97 mtx_unlock(&malloc_mtx); in memguard_sysctl_desc()
/src/sys/sys/
H A Dmalloc.h174 extern struct mtx malloc_mtx;