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