Searched refs:sdt_probetab_size (Results 1 – 1 of 1) sorted by relevance
53 static int sdt_probetab_size; variable418 if (sdt_probetab_size == 0) in sdt_attach()419 sdt_probetab_size = SDT_PROBETAB_SIZE; in sdt_attach()421 sdt_probetab_mask = sdt_probetab_size - 1; in sdt_attach()423 kmem_zalloc(sdt_probetab_size * sizeof (sdt_probe_t *), KM_SLEEP); in sdt_attach()475 kmem_free(sdt_probetab, sdt_probetab_size * sizeof (sdt_probe_t *)); in sdt_detach()