Searched defs:fasttrap_tpoints (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/dtrace/
H A Dfasttrap.c160 fasttrap_hash_t fasttrap_tpoints; variable
440 for (i = 0; i < fasttrap_tpoints.fth_nent; i++) {
442 fasttrap_bucket_t *bucket = &fasttrap_tpoints.fth_table[i];
525 bucket = &fasttrap_tpoints.fth_table[FASTTRAP_TPOINTS_INDEX(pid, pc)];
695 bucket = &fasttrap_tpoints.fth_table[FASTTRAP_TPOINTS_INDEX(pid, pc)];
2054 mutex_enter(&fasttrap_tpoints.fth_table[index].ftb_mtx);
2055 tp = fasttrap_tpoints.fth_table[index].ftb_data;
2066 mutex_exit(&fasttrap_tpoints.fth_table[index].ftb_mtx);
2072 mutex_exit(&fasttrap_tpoints.fth_table[index].ftb_mtx);
2166 fasttrap_tpoints
[all...]

Completed in 48 milliseconds