Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/dtrace/
H A Dfasttrap.c162 static fasttrap_hash_t fasttrap_procs; variable
1187 bucket = &fasttrap_procs.fth_table[FASTTRAP_PROCS_INDEX(pid)]; in fasttrap_proc_lookup()
1268 bucket = &fasttrap_procs.fth_table[FASTTRAP_PROCS_INDEX(pid)]; in fasttrap_proc_release()
2192 fasttrap_procs.fth_nent = nent; in fasttrap_attach()
2194 fasttrap_procs.fth_nent = 1 << fasttrap_highbit(nent); in fasttrap_attach()
2195 ASSERT(fasttrap_procs.fth_nent > 0); in fasttrap_attach()
2196 fasttrap_procs.fth_mask = fasttrap_procs.fth_nent - 1; in fasttrap_attach()
2197 fasttrap_procs.fth_table = kmem_zalloc(fasttrap_procs.fth_nent * in fasttrap_attach()
2321 kmem_free(fasttrap_procs.fth_table, in fasttrap_detach()
2322 fasttrap_procs.fth_nent * sizeof (fasttrap_bucket_t)); in fasttrap_detach()
[all …]