Home
last modified time | relevance | path

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

/xnu-8020.101.4/tools/cocci/
H A Dmcache_atomic_rewrite.cocci22 - atomic_add_64_ov(E, 1)
40 - atomic_add_64_ov(E, -1)
58 - atomic_add_64_ov(E, F)
/xnu-8020.101.4/bsd/sys/
H A Dmcache.h82 #define atomic_add_64_ov(a, n) \ macro
86 ((void) atomic_add_64_ov(a, n))
110 (n) = atomic_add_64_ov(a, 0); \
/xnu-8020.101.4/bsd/skywalk/nexus/upipe/
H A Dnx_user_pipe.c847 *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()
/xnu-8020.101.4/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c3441 uint64_t o = atomic_add_64_ov(&fsw_want_purge, 1); in fsw_purge_cache()