HomeSort by: relevance | last modified time | path
    Searched refs:t_mtx (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/ic/
dwc_gmac_var.h 79 kmutex_t t_mtx; member in struct:dwc_gmac_tx_ring
107 bool sc_txbusy; /* (sc_txq.t_mtx) no Tx because down or busy */
dwc_gmac.c 46 * IFNET_LOCK -> sc_intr_lock -> {sc_txq.t_mtx, sc_rxq.r_mtx}
296 mutex_init(&sc->sc_txq.t_mtx, MUTEX_DEFAULT, IPL_NET);
747 mutex_enter(&ring->t_mtx);
770 mutex_exit(&ring->t_mtx);
929 mutex_enter(&sc->sc_txq.t_mtx);
931 mutex_exit(&sc->sc_txq.t_mtx);
959 mutex_enter(&sc->sc_txq.t_mtx);
961 mutex_exit(&sc->sc_txq.t_mtx);
992 mutex_exit(&sc->sc_txq.t_mtx);
1013 mutex_enter(&sc->sc_txq.t_mtx);
    [all...]
  /src/tests/lib/libpthread/
Makefile 61 TESTS_C+= t_call_once t_cnd t_mtx t_thrd t_tss # C11 threads(3)

Completed in 35 milliseconds