Home
last modified time | relevance | path

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

/freebsd/sys/geom/journal/
H A Dg_journal.c79 static struct mtx g_journal_cache_mtx; variable
80 MTX_SYSINIT(g_journal_cache, &g_journal_cache_mtx, "cache usage", MTX_DEF);
270 mtx_lock(&g_journal_cache_mtx); in gj_malloc()
279 mtx_unlock(&g_journal_cache_mtx); in gj_malloc()
284 mtx_unlock(&g_journal_cache_mtx); in gj_malloc()
306 mtx_lock(&g_journal_cache_mtx); in gj_free()
309 mtx_unlock(&g_journal_cache_mtx); in gj_free()
330 mtx_lock(&g_journal_cache_mtx); in gj_realloc()
333 mtx_unlock(&g_journal_cache_mtx); in gj_realloc()
390 mtx_lock(&g_journal_cache_mtx); in g_journal_check_overflow()
[all …]