Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/dtrace/
H A Dfasttrap.c161 static fasttrap_hash_t fasttrap_provs; variable
298 for (i = 0; i < fasttrap_provs.fth_nent; i++) { in fasttrap_pid_cleanup_cb()
299 bucket = &fasttrap_provs.fth_table[i]; in fasttrap_pid_cleanup_cb()
2179 fasttrap_provs.fth_nent = nent; in fasttrap_attach()
2181 fasttrap_provs.fth_nent = 1 << fasttrap_highbit(nent); in fasttrap_attach()
2182 ASSERT(fasttrap_provs.fth_nent > 0); in fasttrap_attach()
2183 fasttrap_provs.fth_mask = fasttrap_provs.fth_nent - 1; in fasttrap_attach()
2184 fasttrap_provs.fth_table = kmem_zalloc(fasttrap_provs.fth_nent * in fasttrap_attach()
2257 for (i = 0; i < fasttrap_provs.fth_nent; i++) { in fasttrap_detach()
2317 kmem_free(fasttrap_provs.fth_table, in fasttrap_detach()
[all …]