Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_impl.h309 #define NLM_NH_RECLAIM 0x02 macro
H A Dnlm_impl.c514 hostp->nh_flags &= ~NLM_NH_RECLAIM; in nlm_reclaimer()
1321 if (hostp->nh_flags & NLM_NH_RECLAIM) { in nlm_host_notify_client()
1330 hostp->nh_flags |= NLM_NH_RECLAIM; in nlm_host_notify_client()
1369 } while (hostp->nh_flags & NLM_NH_RECLAIM); in nlm_host_wait_grace()
/illumos-gate/usr/src/cmd/mdb/common/modules/klmmod/
H A Dklmmod.c119 NLM_NH_RECLAIM,
120 NLM_NH_RECLAIM },