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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/
H A Dfasttrap.c162 static kmutex_t fasttrap_count_mtx; /* lock on ref count */ variable
837 mutex_enter(&fasttrap_count_mtx);
847 mutex_exit(&fasttrap_count_mtx);
855 mutex_enter(&fasttrap_count_mtx);
874 mutex_exit(&fasttrap_count_mtx);
2294 mutex_enter(&fasttrap_count_mtx);
2296 mutex_exit(&fasttrap_count_mtx);

Completed in 35 milliseconds