Searched refs:malloc_mtx (Results 1 – 3 of 3) sorted by relevance
216 struct mtx malloc_mtx; variable695 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 …]
88 mtx_lock(&malloc_mtx); in memguard_sysctl_desc()94 mtx_unlock(&malloc_mtx); in memguard_sysctl_desc()
164 extern struct mtx malloc_mtx;