Searched refs:nlm_hosts (Results 1 – 1 of 1) sorted by relevance
31 static struct nlm_host * nlm_hosts[NLM_HOST_NRHASH]; variable100 for (hp = &nlm_hosts[hash]; (host = *hp); hp = &host->h_next) { in nlm_lookup_host()107 if (hp != nlm_hosts + hash) { in nlm_lookup_host()109 host->h_next = nlm_hosts[hash]; in nlm_lookup_host()110 nlm_hosts[hash] = host; in nlm_lookup_host()151 host->h_next = nlm_hosts[hash]; in nlm_lookup_host()152 nlm_hosts[hash] = host; in nlm_lookup_host()271 for (host = nlm_hosts[i]; host; host = host->h_next) in nlm_shutdown_hosts()284 for (host = nlm_hosts[i]; host; host = host->h_next) { in nlm_shutdown_hosts()307 for (host = nlm_hosts[i]; host; host = host->h_next) in nlm_gc_hosts()[all …]