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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/
H A Dfasttrap.c157 fasttrap_hash_t fasttrap_tpoints; variable
429 for (i = 0; i < fasttrap_tpoints.fth_nent; i++) {
431 fasttrap_bucket_t *bucket = &fasttrap_tpoints.fth_table[i];
514 bucket = &fasttrap_tpoints.fth_table[FASTTRAP_TPOINTS_INDEX(pid, pc)];
684 bucket = &fasttrap_tpoints.fth_table[FASTTRAP_TPOINTS_INDEX(pid, pc)];
2040 mutex_enter(&fasttrap_tpoints.fth_table[index].ftb_mtx);
2041 tp = fasttrap_tpoints.fth_table[index].ftb_data;
2052 mutex_exit(&fasttrap_tpoints.fth_table[index].ftb_mtx);
2058 mutex_exit(&fasttrap_tpoints.fth_table[index].ftb_mtx);
2152 fasttrap_tpoints
[all...]
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/intel/dtrace/
H A Dfasttrap_isa.c669 bucket = &fasttrap_tpoints.fth_table[FASTTRAP_TPOINTS_INDEX(pid, pc)];
926 bucket = &fasttrap_tpoints.fth_table[FASTTRAP_TPOINTS_INDEX(pid, pc)];

Completed in 619 milliseconds