Lines Matching defs:state
658 * state. If they aren't, resume function tries to reclaim
714 * Current SM state of the host isn't equal
910 *out_stat = res.state;
1238 * Cleanup SERVER-side state after a client restarts,
1245 * and clear the locking state.
1247 * When "state" is 0, we don't update host's state,
1253 nlm_host_notify_server(struct nlm_host *hostp, int32_t state)
1261 if (state != 0)
1262 hostp->nh_state = state;
1296 * Cleanup CLIENT-side state after a server restarts,
1300 * host state change notification. (also nlm_svc_stopping)
1309 nlm_host_notify_client(struct nlm_host *hostp, int32_t state)
1312 hostp->nh_state = state;
1315 * Either host's state is up to date or
1785 * so-called "idle state". All hosts that are in idle state
1789 * NOTE: only unused hosts can be in idle state.
1856 nlm_host_monitor(struct nlm_globals *g, struct nlm_host *host, int state)
1862 if (state != 0 && host->nh_state == 0) {
1864 * This is the first time we have seen an NSM state
1868 host->nh_state = state;
2376 * about NLM state change.
2435 * will fail if NLM isn't in NLM_ST_UP state.
2495 * in stopping state.