Searched defs:nlm_host (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_impl.h69 struct nlm_host;
77 * it the nlm_host structure that is sort of most major
78 * structure in klmmod. nlm_host is closely tied with all
89 * 3) Host's lock: (nlm_host->nh_lock) is per-host mutex
94 * lm_lck then nlm_globals->lock then nlm_host->nh_lock
230 struct nlm_host *nsl_host; /* (c) */
320 * nlm_host:
350 struct nlm_host { struct
353 TAILQ_ENTRY(nlm_host) nh_link; /* (z) */
373 TAILQ_HEAD(nlm_host_list, nlm_host);
[all...]

Completed in 89 milliseconds