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

/freebsd-11-stable/sys/geom/journal/
H A Dg_journal.c139 static u_long g_journal_cache_low = 0; variable
156 g_journal_cache_low = (limit / 100) * g_journal_cache_switch;
178 g_journal_cache_low = (g_journal_cache_limit / 100) * cswitch;
263 g_journal_cache_used + size > g_journal_cache_low) {
2727 g_journal_cache_low =

Completed in 55 milliseconds