Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/dtrace/
H A Dfasttrap.c309 mutex_enter(&fp->ftp_mtx); in fasttrap_pid_cleanup_cb()
319 mutex_exit(&fp->ftp_mtx); in fasttrap_pid_cleanup_cb()
327 mutex_exit(&fp->ftp_mtx); in fasttrap_pid_cleanup_cb()
1319 mutex_enter(&fp->ftp_mtx); in fasttrap_provider_lookup()
1379 mutex_enter(&fp->ftp_mtx); in fasttrap_provider_lookup()
1411 mutex_enter(&new_fp->ftp_mtx); in fasttrap_provider_lookup()
1489 mutex_enter(&fp->ftp_mtx); in fasttrap_provider_retire()
1492 mutex_exit(&fp->ftp_mtx); in fasttrap_provider_retire()
1518 mutex_exit(&fp->ftp_mtx); in fasttrap_provider_retire()
2271 mutex_enter(&fp->ftp_mtx); in fasttrap_detach()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dfasttrap_impl.h85 kmutex_t ftp_mtx; /* provider lock */ member