Searched refs:tx_tsync (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.41.6/bsd/skywalk/nexus/upipe/ |
| H A D | nx_user_pipe.c | 799 volatile uint64_t *tx_tsync, *tx_tnote, *rx_tsync; in nx_upipe_na_txsync() local 823 tx_tsync = __DECONST(uint64_t *, &txkring->ckr_ring->ring_sync_time); in nx_upipe_na_txsync() 824 os_atomic_store(tx_tsync, txkring->ckr_sync_time, release); in nx_upipe_na_txsync() 989 volatile uint64_t *rx_tsync, *rx_tnote, *tx_tsync; in nx_upipe_na_rxsync() local 1050 tx_tsync = __DECONST(uint64_t *, &txkring->ckr_sync_time); in nx_upipe_na_rxsync() 1052 *rx_tnote = os_atomic_add_orig(tx_tsync, 0, relaxed); in nx_upipe_na_rxsync()
|