Lines Matching refs:nh_monstate
241 enum nlm_host_state nh_monstate; /* (l) local NSM monitoring state */ member
749 host->nh_monstate = NLM_MONITORED; in nlm_client_recovery_start()
799 && host->nh_monstate != NLM_RECOVERING in nlm_host_notify()
802 host->nh_monstate = NLM_RECOVERING; in nlm_host_notify()
861 host->nh_monstate = NLM_UNMONITORED; in nlm_create_host()
880 "monitored", CTLFLAG_RD, &host->nh_monstate, 0, ""); in nlm_create_host()
959 if (host->nh_monstate == NLM_MONITORED in nlm_check_idle()
1185 host->nh_monstate = NLM_UNMONITORED; in nlm_host_unmonitor()
1212 if (host->nh_monstate != NLM_UNMONITORED) { in nlm_host_monitor()
1216 host->nh_monstate = NLM_MONITORED; in nlm_host_monitor()
1248 host->nh_monstate = NLM_MONITOR_FAILED; in nlm_host_monitor()
1253 host->nh_monstate = NLM_MONITORED; in nlm_host_monitor()