Searched refs:nh_monstate (Results 1 – 1 of 1) sorted by relevance
241 enum nlm_host_state nh_monstate; /* (l) local NSM monitoring state */ member749 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()[all …]