Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/kern/
Dkern_malloc.c216 struct mtx malloc_mtx; variable
695 mtx_init(&malloc_mtx, "malloc", NULL, MTX_DEF); in kmeminit()
808 mtx_lock(&malloc_mtx); in malloc_init()
812 mtx_unlock(&malloc_mtx); in malloc_init()
830 mtx_lock(&malloc_mtx); in malloc_uninit()
846 mtx_unlock(&malloc_mtx); in malloc_uninit()
874 mtx_assert(&malloc_mtx, MA_OWNED); in malloc_desc2type()
896 mtx_lock(&malloc_mtx); in sysctl_kern_malloc_stats()
928 mtx_unlock(&malloc_mtx); in sysctl_kern_malloc_stats()
948 mtx_lock(&malloc_mtx); in malloc_type_list()
[all …]
/freebsd-9-stable/sys/vm/
Dmemguard.c88 mtx_lock(&malloc_mtx); in memguard_sysctl_desc()
94 mtx_unlock(&malloc_mtx); in memguard_sysctl_desc()
/freebsd-9-stable/sys/sys/
Dmalloc.h164 extern struct mtx malloc_mtx;