Home
last modified time | relevance | path

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

/openbmc/linux/fs/lockd/
H A Dhost.c29 #define NLM_HOST_NRHASH 32 macro
34 static struct hlist_head nlm_server_hosts[NLM_HOST_NRHASH];
35 static struct hlist_head nlm_client_hosts[NLM_HOST_NRHASH];
39 (chain) < (table) + NLM_HOST_NRHASH; ++(chain)) \
44 (chain) < (table) + NLM_HOST_NRHASH; ++(chain)) \
105 return hash & (NLM_HOST_NRHASH - 1); in nlm_hash_address()