Home
last modified time | relevance | path

Searched refs:VSW_WTHR_STOP (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/io/
H A Dvsw_rxdring.c556 while (!(ldcp->rcv_thr_flags & VSW_WTHR_STOP)) { in vsw_ldc_rcv_worker()
564 (VSW_WTHR_DATARCVD | VSW_WTHR_STOP))) { in vsw_ldc_rcv_worker()
572 if (ldcp->rcv_thr_flags & VSW_WTHR_STOP) { in vsw_ldc_rcv_worker()
589 ldcp->rcv_thr_flags &= ~VSW_WTHR_STOP; in vsw_ldc_rcv_worker()
842 ldcp->rcv_thr_flags |= VSW_WTHR_STOP; in vsw_stop_rcv_thread()
H A Dvsw_txdring.c712 while (!(ldcp->msg_thr_flags & VSW_WTHR_STOP)) { in vsw_ldc_msg_worker()
720 (VSW_WTHR_DATARCVD | VSW_WTHR_STOP))) { in vsw_ldc_msg_worker()
728 if (ldcp->msg_thr_flags & VSW_WTHR_STOP) { in vsw_ldc_msg_worker()
747 ldcp->msg_thr_flags &= ~VSW_WTHR_STOP; in vsw_ldc_msg_worker()
769 ldcp->msg_thr_flags |= VSW_WTHR_STOP; in vsw_stop_msg_thread()
H A Dvsw_ldc.c4733 while (!(ldcp->tx_thr_flags & VSW_WTHR_STOP)) { in vsw_ldc_tx_worker()
4740 while (!(ldcp->tx_thr_flags & VSW_WTHR_STOP) && in vsw_ldc_tx_worker()
4749 if (ldcp->tx_thr_flags & VSW_WTHR_STOP) { in vsw_ldc_tx_worker()
4773 ldcp->tx_thr_flags &= ~VSW_WTHR_STOP; in vsw_ldc_tx_worker()
4795 ldcp->tx_thr_flags |= VSW_WTHR_STOP; in vsw_stop_tx_thread()
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dvsw_ldc.h383 #define VSW_WTHR_STOP 0x02 /* stop worker thread request */ macro