HomeSort by: relevance | last modified time | path
    Searched defs:nlm_hosts (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/fs/nfs/nlm/
nlm_prot_impl.c 267 static struct nlm_host_list nlm_hosts; /* (g) */ variable in typeref:struct:nlm_host_list
303 TAILQ_INIT(&nlm_hosts);
724 TAILQ_REMOVE(&nlm_hosts, host, nh_link);
869 TAILQ_INSERT_TAIL(&nlm_hosts, host, nh_link);
960 TAILQ_FOREACH(host, &nlm_hosts, nh_link) {
997 TAILQ_FOREACH(host, &nlm_hosts, nh_link) {
1092 TAILQ_FOREACH(host, &nlm_hosts, nh_link) {
1127 TAILQ_FOREACH(host, &nlm_hosts, nh_link) {
1684 * nlm_hosts to the host (which may remove it from the list
1693 TAILQ_FOREACH_SAFE(host, &nlm_hosts, nh_link, nhost)
    [all...]
nlm_prot_impl.c 267 static struct nlm_host_list nlm_hosts; /* (g) */ variable in typeref:struct:nlm_host_list
303 TAILQ_INIT(&nlm_hosts);
724 TAILQ_REMOVE(&nlm_hosts, host, nh_link);
869 TAILQ_INSERT_TAIL(&nlm_hosts, host, nh_link);
960 TAILQ_FOREACH(host, &nlm_hosts, nh_link) {
997 TAILQ_FOREACH(host, &nlm_hosts, nh_link) {
1092 TAILQ_FOREACH(host, &nlm_hosts, nh_link) {
1127 TAILQ_FOREACH(host, &nlm_hosts, nh_link) {
1684 * nlm_hosts to the host (which may remove it from the list
1693 TAILQ_FOREACH_SAFE(host, &nlm_hosts, nh_link, nhost)
    [all...]

Completed in 25 milliseconds