Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun4v/io/
H A Dvnet_txdring.c1774 while (!(ldcp->msg_thr_flags & VGEN_WTHR_STOP)) { in vgen_ldc_msg_worker()
1782 (VGEN_WTHR_DATARCVD | VGEN_WTHR_STOP))) { in vgen_ldc_msg_worker()
1790 if (ldcp->msg_thr_flags & VGEN_WTHR_STOP) { in vgen_ldc_msg_worker()
1808 ldcp->msg_thr_flags |= VGEN_WTHR_STOP; in vgen_ldc_msg_worker()
1817 ldcp->msg_thr_flags &= ~VGEN_WTHR_STOP; in vgen_ldc_msg_worker()
1840 ldcp->msg_thr_flags |= VGEN_WTHR_STOP; in vgen_stop_msg_thread()
/titanic_50/usr/src/uts/sun4v/sys/
H A Dvnet_gen.h73 #define VGEN_WTHR_STOP 0x02 /* stop worker thr request */ macro