Searched refs:ftp_mtx (Results 1 – 2 of 2) sorted by relevance
485 mutex_enter(&fp->ftp_mtx); in fasttrap_pid_cleanup_cb()495 mutex_exit(&fp->ftp_mtx); in fasttrap_pid_cleanup_cb()503 mutex_exit(&fp->ftp_mtx); in fasttrap_pid_cleanup_cb()1168 mutex_enter(&probe->ftp_prov->ftp_mtx); in fasttrap_pid_enable()1170 mutex_exit(&probe->ftp_prov->ftp_mtx); in fasttrap_pid_enable()1292 mutex_enter(&provider->ftp_mtx); in fasttrap_pid_disable()1323 mutex_exit(&provider->ftp_mtx); in fasttrap_pid_disable()1331 mutex_exit(&provider->ftp_mtx); in fasttrap_pid_disable()1628 mutex_enter(&fp->ftp_mtx); in fasttrap_provider_lookup()1667 mutex_init(&new_fp->ftp_mtx, "provider mtx", MUTEX_DEFAULT, NULL); in fasttrap_provider_lookup()[all …]
115 kmutex_t ftp_mtx; /* provider lock */ member