Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/lockd/
Dhost.c27 #define NLM_HOST_EXPIRE ((nrhosts > NLM_HOST_MAX)? 300 * HZ : 120 * HZ)
28 #define NLM_HOST_COLLECT ((nrhosts > NLM_HOST_MAX)? 120 * HZ : 60 * HZ)
33 static int nrhosts; variable
154 if (++nrhosts > NLM_HOST_MAX) in nlm_lookup_host()
280 if (nrhosts) { in nlm_shutdown_hosts()
282 dprintk("lockd: %d hosts left:\n", nrhosts); in nlm_shutdown_hosts()
337 nrhosts--; in nlm_gc_hosts()