Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/skywalk/nexus/monitor/
H A Dnx_monitor.c298 static kern_allocation_name_t skmem_tag_monitors; variable
306 ASSERT(skmem_tag_monitors == NULL); in nx_mon_dom_init()
307 skmem_tag_monitors = in nx_mon_dom_init()
309 ASSERT(skmem_tag_monitors != NULL); in nx_mon_dom_init()
324 if (skmem_tag_monitors != NULL) { in nx_mon_dom_terminate()
325 kern_allocation_name_release(skmem_tag_monitors); in nx_mon_dom_terminate()
326 skmem_tag_monitors = NULL; in nx_mon_dom_terminate()
570 nm = sk_realloc(kring->ckr_monitors, oldlen, len, Z_WAITOK, skmem_tag_monitors); in nx_mon_kr_alloc()