Searched refs:g_journal_cache_limit (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/sys/geom/journal/
H A Dg_journal.c134 static u_long g_journal_cache_limit = 64 * 1024 * 1024; variable
151 limit = g_journal_cache_limit;
155 g_journal_cache_limit = limit;
178 g_journal_cache_low = (g_journal_cache_limit / 100) * cswitch;
262 if (g_journal_cache_limit > 0 && !g_journal_switcher_wokenup &&
268 if ((flags & M_NOWAIT) && g_journal_cache_limit > 0 &&
269 g_journal_cache_used + size > g_journal_cache_limit) {
2725 if (g_journal_cache_limit > 0) {
2726 g_journal_cache_limit = vm_kmem_size / g_journal_cache_divisor;
2728 (g_journal_cache_limit / 10
[all...]

Completed in 74 milliseconds