Home
last modified time | relevance | path

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

/linux-4.19.296/fs/lockd/
Dhost.c31 #define NLM_HOST_EXPIRE (300 * HZ) macro
157 host->h_expires = now + NLM_HOST_EXPIRE; in nlm_alloc_host()
511 host->h_expires = jiffies + NLM_HOST_EXPIRE; in nlm_get_host()