Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4v/io/
H A Dvsw_ldc.c694 mutex_destroy(&ldcp->tx_thr_lock); in vsw_ldc_attach()
739 mutex_destroy(&ldcp->tx_thr_lock); in vsw_ldc_detach()
3897 mutex_enter(&ldcp->tx_thr_lock); in vsw_ldctx()
3906 mutex_exit(&ldcp->tx_thr_lock); in vsw_ldctx()
3919 mutex_exit(&ldcp->tx_thr_lock); in vsw_ldctx()
4732 mutex_enter(&ldcp->tx_thr_lock); in vsw_ldc_tx_worker()
4742 cv_wait(&ldcp->tx_thr_cv, &ldcp->tx_thr_lock); in vsw_ldc_tx_worker()
4757 mutex_exit(&ldcp->tx_thr_lock); in vsw_ldc_tx_worker()
4766 mutex_enter(&ldcp->tx_thr_lock); in vsw_ldc_tx_worker()
4792 mutex_enter(&ldcp->tx_thr_lock); in vsw_stop_tx_thread()
[all …]
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dvsw_ldc.h354 kmutex_t tx_thr_lock; /* lock for tx thread */ member