Searched refs:skmem_tag_monitors (Results 1 – 1 of 1) sorted by relevance
298 static kern_allocation_name_t skmem_tag_monitors; variable306 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()