Searched refs:nh_rpchc (Results 1 – 3 of 3) sorted by relevance
77 if (TAILQ_EMPTY(&hostp->nh_rpchc)) in get_nlm_rpc_fromcache()80 TAILQ_FOREACH(rpcp, &hostp->nh_rpchc, nr_link) { in get_nlm_rpc_fromcache()90 TAILQ_REMOVE(&hostp->nh_rpchc, rpcp, nr_link); in get_nlm_rpc_fromcache()301 TAILQ_INSERT_HEAD(&hostp->nh_rpchc, rpcp, nr_link); in nlm_host_rele_rpc_locked()341 while ((rpcp = TAILQ_FIRST(&hostp->nh_rpchc)) != NULL) { in nlm_rpc_cache_destroy()342 TAILQ_REMOVE(&hostp->nh_rpchc, rpcp, nr_link); in nlm_rpc_cache_destroy()
367 struct nlm_rpch_list nh_rpchc; /* (l) */ member
1410 TAILQ_INIT(&host->nh_rpchc); in nlm_host_create()