Searched refs:NLM_HOST_NRHASH (Results 1 – 1 of 1) sorted by relevance
28 #define NLM_HOST_NRHASH 32 macro33 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()