Home
last modified time | relevance | path

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

/freebsd/sys/geom/journal/
H A Dg_journal.c139 static u_long g_journal_cache_limit = 64 * 1024 * 1024; variable
157 limit = g_journal_cache_limit; in g_journal_cache_limit_sysctl()
161 g_journal_cache_limit = limit; in g_journal_cache_limit_sysctl()
185 g_journal_cache_low = (g_journal_cache_limit / 100) * cswitch; in g_journal_cache_switch_sysctl()
271 if (g_journal_cache_limit > 0 && !g_journal_switcher_wokenup && in gj_malloc()
277 if ((flags & M_NOWAIT) && g_journal_cache_limit > 0 && in gj_malloc()
278 g_journal_cache_used + size > g_journal_cache_limit) { in gj_malloc()
2737 if (g_journal_cache_limit > 0) { in g_journal_init()
2738 g_journal_cache_limit = vm_kmem_size / g_journal_cache_divisor; in g_journal_init()
2740 (g_journal_cache_limit / 100) * g_journal_cache_switch; in g_journal_init()
[all …]