Searched refs:ftp_mtx (Results 1 – 2 of 2) sorted by relevance
309 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()907 mutex_enter(&probe->ftp_prov->ftp_mtx); in fasttrap_pid_enable()909 mutex_exit(&probe->ftp_prov->ftp_mtx); in fasttrap_pid_enable()1031 mutex_enter(&provider->ftp_mtx); in fasttrap_pid_disable()1053 mutex_exit(&provider->ftp_mtx); in fasttrap_pid_disable()1064 mutex_exit(&provider->ftp_mtx); in fasttrap_pid_disable()1319 mutex_enter(&fp->ftp_mtx); in fasttrap_provider_lookup()1379 mutex_enter(&fp->ftp_mtx); in fasttrap_provider_lookup()[all …]
85 kmutex_t ftp_mtx; /* provider lock */ member