Home
last modified time | relevance | path

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

/openbmc/linux/fs/lockd/
H A Dhost.c31 #define NLM_HOST_EXPIRE (300 * HZ) macro
158 host->h_expires = now + NLM_HOST_EXPIRE; in nlm_alloc_host()
520 host->h_expires = jiffies + NLM_HOST_EXPIRE; in nlm_get_host()