Home
last modified time | relevance | path

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

/NextBSD/sys/vm/
HDuma_core.c166 #define UMA_TIMEOUT 20 /* Seconds for callout interval. */ macro
466 callout_reset(&uma_callout, UMA_TIMEOUT * hz, uma_timeout, NULL); in uma_timeout()
1902 callout_reset(&uma_callout, UMA_TIMEOUT * hz, uma_timeout, NULL); in uma_startup3()