Home
last modified time | relevance | path

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

/freebsd/sys/geom/journal/
H A Dg_journal.c144 static u_long g_journal_cache_low = 0; variable
162 g_journal_cache_low = (limit / 100) * g_journal_cache_switch; in g_journal_cache_limit_sysctl()
185 g_journal_cache_low = (g_journal_cache_limit / 100) * cswitch; in g_journal_cache_switch_sysctl()
272 g_journal_cache_used + size > g_journal_cache_low) { in gj_malloc()
2739 g_journal_cache_low = in g_journal_init()