Home
last modified time | relevance | path

Searched refs:all_hosts (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_impl.c604 struct nlm_host_list all_hosts; in nlm_suspend_zone() local
617 TAILQ_INIT(&all_hosts); in nlm_suspend_zone()
632 TAILQ_INSERT_TAIL(&all_hosts, hostp, nh_link); in nlm_suspend_zone()
642 while ((hostp = TAILQ_FIRST(&all_hosts)) != NULL) { in nlm_suspend_zone()
648 TAILQ_REMOVE(&all_hosts, hostp, nh_link); in nlm_suspend_zone()