Home
last modified time | relevance | path

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

/linux-4.1.27/fs/lockd/
Dhost.c28 #define NLM_HOST_NRHASH 32 macro
33 static struct hlist_head nlm_server_hosts[NLM_HOST_NRHASH];
34 static struct hlist_head nlm_client_hosts[NLM_HOST_NRHASH];
38 (chain) < (table) + NLM_HOST_NRHASH; ++(chain)) \
43 (chain) < (table) + NLM_HOST_NRHASH; ++(chain)) \
103 return hash & (NLM_HOST_NRHASH - 1); in nlm_hash_address()