Searched refs:h_next (Results 1 – 3 of 3) sorted by relevance
100 for (hp = &nlm_hosts[hash]; (host = *hp); hp = &host->h_next) { in nlm_lookup_host()108 *hp = host->h_next; in nlm_lookup_host()109 host->h_next = nlm_hosts[hash]; in nlm_lookup_host()151 host->h_next = nlm_hosts[hash]; 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()319 q = &host->h_next; in nlm_gc_hosts()323 *q = host->h_next; in nlm_gc_hosts()
57 struct svc_clnthash * h_next; member535 for (hp = head; (tmp = *hp) != NULL; hp = &(tmp->h_next)) { in exp_getclient()539 *hp = tmp->h_next; in exp_getclient()540 tmp->h_next = *head; in exp_getclient()696 for (hp = head; (tmp = *hp) != NULL; hp = &(tmp->h_next)) { in e_show()802 ch[i]->h_next = clnt_hash[hash]; in exp_addclient()882 *hpp = hp->h_next; in exp_unhashclient()886 hpp = &(hp->h_next); in exp_unhashclient()
40 struct nlm_host * h_next; /* linked list (hash table) */ member