Home
last modified time | relevance | path

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

/freebsd/sys/dev/apple_bce/
H A Dapple_bce.c76 mtx_lock_spin(&sc->sc_timestamp_lock); in apple_bce_timestamp_start()
78 mtx_unlock_spin(&sc->sc_timestamp_lock); in apple_bce_timestamp_start()
87 mtx_lock_spin(&sc->sc_timestamp_lock); in apple_bce_timestamp_stop()
89 mtx_unlock_spin(&sc->sc_timestamp_lock); in apple_bce_timestamp_stop()
118 mtx_lock_spin(&sc->sc_timestamp_lock); in apple_bce_timestamp_cb()
122 mtx_unlock_spin(&sc->sc_timestamp_lock); in apple_bce_timestamp_cb()
410 mtx_init(&sc->sc_timestamp_lock, "bce_ts", NULL, MTX_SPIN); in apple_bce_attach()
547 if (sc->sc_bar4 != NULL && mtx_initialized(&sc->sc_timestamp_lock)) in apple_bce_detach()
623 if (mtx_initialized(&sc->sc_timestamp_lock)) in apple_bce_detach()
624 mtx_destroy(&sc->sc_timestamp_lock); in apple_bce_detach()
H A Dapple_bce.h277 struct mtx sc_timestamp_lock; member