Searched refs:axq_lock (Results 1 - 8 of 8) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/io/arn/
H A Darn_xmit.c177 mutex_enter(&txq->axq_lock);
181 mutex_exit(&txq->axq_lock);
191 mutex_enter(&txq->axq_lock);
207 mutex_exit(&txq->axq_lock);
222 mutex_enter(&txq->axq_lock);
227 mutex_exit(&txq->axq_lock);
239 mutex_exit(&txq->axq_lock);
311 mutex_enter(&txq->axq_lock);
313 mutex_exit(&txq->axq_lock);
449 mutex_enter(&txq->axq_lock);
[all...]
H A Darn_main.c1740 mutex_enter(&txq->axq_lock);
1748 mutex_exit(&txq->axq_lock);
3333 mutex_destroy(&((&sc->sc_txq[i])->axq_lock));
3426 mutex_destroy(&((&sc->sc_txq[i])->axq_lock));
H A Darn_core.h464 kmutex_t axq_lock; /* lock on q and link */ member in struct:ath_txq
/opensolaris-onvv-gate/usr/src/uts/sun4u/starcat/io/
H A Daxq.c394 mutex_init(&softsp->axq_lock, NULL, MUTEX_DRIVER, NULL);
671 mutex_enter(&softsp->axq_lock);
730 mutex_exit(&softsp->axq_lock);
809 mutex_enter(&softsp->axq_lock);
813 mutex_exit(&softsp->axq_lock);
935 mutex_enter(&softsp->axq_lock);
940 mutex_exit(&softsp->axq_lock);
962 * paused thread is not holding softsp->axq_lock, which could
982 mutex_enter(&softsp->axq_lock);
986 mutex_exit(&softsp->axq_lock);
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/ath/
H A Dath_aux.c181 mutex_init(&txq->axq_lock, NULL, MUTEX_DRIVER, NULL);
212 mutex_destroy(&txq->axq_lock);
375 mutex_enter(&txq->axq_lock);
379 mutex_exit(&txq->axq_lock);
383 mutex_exit(&txq->axq_lock);
H A Dath_impl.h252 kmutex_t axq_lock; /* lock on q and link */ member in struct:ath_txq
H A Dath_main.c930 mutex_enter(&txq->axq_lock);
938 mutex_exit(&txq->axq_lock);
1109 mutex_enter(&txq->axq_lock);
1113 mutex_exit(&txq->axq_lock);
1123 mutex_exit(&txq->axq_lock);
1127 mutex_exit(&txq->axq_lock);
1228 mutex_enter(&txq->axq_lock);
1236 mutex_exit(&txq->axq_lock);
2345 mutex_destroy(&txq->axq_lock);
/opensolaris-onvv-gate/usr/src/uts/sun4u/starcat/sys/
H A Daxq.h295 kmutex_t axq_lock; /* mutex protecting this softstate */ member in struct:axq_soft_state

Completed in 125 milliseconds