Home
last modified time | relevance | path

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

/xnu-10002.61.3/bsd/skywalk/nexus/upipe/
H A Dnx_user_pipe.c799 volatile uint64_t *tx_tsync, *tx_tnote, *rx_tsync; in nx_upipe_na_txsync() local
831 tx_tnote = __DECONST(uint64_t *, &txkring->ckr_ring->ring_notify_time); in nx_upipe_na_txsync()
832 *tx_tnote = os_atomic_add_orig(rx_tsync, 0, relaxed); in nx_upipe_na_txsync()