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 *);
537 void nlm_reclaim_client(struct nlm_globals *, struct nlm_host *);
538 void nlm_client_cancel_all(struct nlm_globals *, struct nlm_host *);
572 struct nlm_host *nlm_host_findcreate(struct nlm_globals *, char *,
[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()
500 DTRACE_PROBE4(no__host, struct nlm_globals *, g, in nlm_do_lock()
506 DTRACE_PROBE3(start, struct nlm_globals *, g, in nlm_do_lock()
679 DTRACE_PROBE3(lock__end, 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()
919 DTRACE_PROBE3(cancel__end, struct nlm_globals *, g, in nlm_do_cancel()
938 struct nlm_globals *g; in nlm_do_unlock()
[all …]
H A Dnlm_impl.c211 static void nlm_suspend_zone(struct nlm_globals *);
212 static void nlm_resume_zone(struct nlm_globals *);
219 static void nlm_gc(struct nlm_globals *);
242 static struct nlm_host *nlm_host_find_locked(struct nlm_globals *,
244 static void nlm_host_unregister(struct nlm_globals *, struct nlm_host *);
299 nlm_globals_register(struct nlm_globals *g) in nlm_globals_register()
307 nlm_globals_unregister(struct nlm_globals *g) in nlm_globals_unregister()
318 struct nlm_globals *g; in nlm_kmem_reclaim()
345 nlm_gc(struct nlm_globals *g) in nlm_gc()
367 DTRACE_PROBE2(gc__start, struct nlm_globals *, g, in nlm_gc()
[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()