Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_client.c155 state = nlm_host_get_state(hostp); in nlm_reclaim_client()
242 } while (state != nlm_host_get_state(hostp)); in nlm_reclaim_client()
673 state = nlm_host_get_state(hostp); in nlm_reclaim_lock()
1292 state = nlm_host_get_state(hostp); in nlm_reclaim_share()
H A Dnlm_impl.h585 int nlm_host_get_state(struct nlm_host *);
H A Dnlm_service.c536 if (nlm_host_get_state(host) != argp->state) in nlm_do_lock()
H A Dnlm_impl.c1923 nlm_host_get_state(struct nlm_host *hostp) in nlm_host_get_state() function