Searched refs:atomic_add_64_ov (Results 1 – 4 of 4) sorted by relevance
22 - atomic_add_64_ov(E, 1)40 - atomic_add_64_ov(E, -1)58 - atomic_add_64_ov(E, F)
82 #define atomic_add_64_ov(a, n) \ macro86 ((void) atomic_add_64_ov(a, n))110 (n) = atomic_add_64_ov(a, 0); \
847 *tx_tnote = atomic_add_64_ov(rx_tsync, 0); in nx_upipe_na_txsync()1067 *rx_tnote = atomic_add_64_ov(tx_tsync, 0); in nx_upipe_na_rxsync()
3441 uint64_t o = atomic_add_64_ov(&fsw_want_purge, 1); in fsw_purge_cache()