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

/freebsd-9.3-release/sys/kern/
H A Dkern_malloc.c214 * The malloc_mtx protects the kmemstatistics linked list.
216 struct mtx malloc_mtx; variable in typeref:struct:mtx
695 mtx_init(&malloc_mtx, "malloc", NULL, MTX_DEF);
808 mtx_lock(&malloc_mtx);
812 mtx_unlock(&malloc_mtx);
830 mtx_lock(&malloc_mtx);
846 mtx_unlock(&malloc_mtx);
874 mtx_assert(&malloc_mtx, MA_OWNED);
896 mtx_lock(&malloc_mtx);
928 mtx_unlock(&malloc_mtx);
[all...]
/freebsd-9.3-release/sys/sys/
H A Dmalloc.h65 * The malloc_type ks_next field is protected by malloc_mtx. Other fields in
164 extern struct mtx malloc_mtx;
/freebsd-9.3-release/sys/vm/
H A Dmemguard.c88 mtx_lock(&malloc_mtx);
94 mtx_unlock(&malloc_mtx);

Completed in 54 milliseconds