Home
last modified time | relevance | path

Searched refs:nlm_globals (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_impl.h445 struct nlm_globals { struct
464 TAILQ_ENTRY(nlm_globals) nlm_link; /* (g) */ argument
466 TAILQ_HEAD(nlm_globals_list, nlm_globals);
513 int nlm_svc_starting(struct nlm_globals *, struct file *,
515 void nlm_svc_stopping(struct nlm_globals *);
530 void nlm_globals_register(struct nlm_globals *);
531 void nlm_globals_unregister(struct nlm_globals *);
574 struct nlm_host *nlm_host_find(struct nlm_globals *,
577 void nlm_host_release(struct nlm_globals *, struct nlm_host *);
591 struct nlm_slock *nlm_slock_register(struct nlm_globals *,
[all …]
H A Dnlm_service.c283 struct nlm_globals *g; in nlm_do_notify1()
328 struct nlm_globals *g; in nlm_do_test()
478 struct nlm_globals *g; in nlm_do_lock()
506 DTRACE_PROBE3(start, struct nlm_globals *, g, in nlm_do_lock()
841 struct nlm_globals *g; in nlm_do_cancel()
870 DTRACE_PROBE3(start, struct nlm_globals *, g, in nlm_do_cancel()
938 struct nlm_globals *g; in nlm_do_unlock()
1035 struct nlm_globals *g; in nlm_do_granted()
1090 struct nlm_globals *g; in nlm_do_free_all()
1195 struct nlm_globals *g; in nlm_do_share()
[all …]
H A Dnlm_impl.c318 struct nlm_globals *g; in nlm_kmem_reclaim()
345 nlm_gc(struct nlm_globals *g) in nlm_gc()
504 struct nlm_globals *g; in nlm_reclaimer()
663 nlm_resume_zone(struct nlm_globals *g) in nlm_resume_zone()
1352 struct nlm_globals *g; in nlm_host_wait_grace()
1945 struct nlm_globals *g, in nlm_slock_register()
1996 nlm_slock_wait(struct nlm_globals *g, in nlm_slock_wait()
2535 struct nlm_globals *g; in nlm_vp_active()
2634 struct nlm_globals *g; in nlm_unexport()
2796 struct nlm_globals *g; in nlm_cprsuspend()
[all …]
H A Dklmmod.c73 struct nlm_globals *g; in lm_zone_init()
104 struct nlm_globals *g = data; in lm_zone_fini()
184 struct nlm_globals *g; in lm_svc()
319 struct nlm_globals *g; in lm_shutdown()
430 struct nlm_globals *g; in lm_get_sysid()
454 struct nlm_globals *g; in lm_rel_sysid()
H A Dnlm_client.c143 nlm_reclaim_client(struct nlm_globals *g, struct nlm_host *hostp) in nlm_reclaim_client()
157 DTRACE_PROBE3(reclaim__iter, struct nlm_globals *, g, in nlm_reclaim_client()
268 struct nlm_globals *g; in nlm_frlock()
469 nlm_client_cancel_all(struct nlm_globals *g, struct nlm_host *hostp) in nlm_client_cancel_all()
561 struct nlm_globals *g; in nlm_safemap()
599 struct nlm_globals *g; in nlm_has_sleep()
621 struct nlm_globals *g = NULL; in nlm_register_lock_locally()
754 struct nlm_globals *g; in nlm_call_lock()
1219 struct nlm_globals *g; in nlm_shrlock()
/illumos-gate/usr/src/cmd/mdb/common/modules/klmmod/
H A Dklmmod.c162 struct nlm_globals g; in nlm_zone_walk_step()
181 static void nlm_zone_print(uintptr_t, const struct nlm_globals *, uint_t);
192 struct nlm_globals g; in nlm_zone_dcmd()
233 nlm_zone_print(uintptr_t addr, const struct nlm_globals *g, uint_t flags) in nlm_zone_print()
754 const struct nlm_globals *g = data; in nlm_list_zone_cb()