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

/freebsd-13-stable/sys/vm/
H A Duma_core.c209 #define UMA_TIMEOUT 20 /* Seconds for callout interval. */ macro
964 callout_reset(&uma_callout, UMA_TIMEOUT * hz, uma_timeout, NULL);
983 * batches for each period over few minutes (UMA_TIMEOUT of 20s).
991 * moving average over the last several hours (UMA_TIMEOUT of 20s).
1396 else if (zdom->uzd_timin > 900 / UMA_TIMEOUT)
3058 callout_reset(&uma_callout, UMA_TIMEOUT * hz, uma_timeout, NULL);

Completed in 96 milliseconds