Home
last modified time | relevance | path

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

/xnu-8020.101.4/tools/cocci/
H A Dmcache_atomic_rewrite.cocci16 - atomic_add_32_ov(E, 1)
34 - atomic_add_32_ov(E, -1)
52 - atomic_add_32_ov(E, F)
/xnu-8020.101.4/bsd/sys/
H A Dmcache.h76 #define atomic_add_32_ov(a, n) \ macro
80 ((void) atomic_add_32_ov(a, n))
/xnu-8020.101.4/bsd/skywalk/lib/
H A Dcuckoo_hashtable_test.c338 VERIFY(atomic_add_32_ov(&chth_cnt, -1) != 0); in cht_concurrent_ops_done()
/xnu-8020.101.4/bsd/net/
H A Droute.c3811 idx = atomic_add_32_ov(&rte->rtd_lock_cnt, 1) % CTRACE_HIST_SIZE; in rte_lock_debug()
3823 idx = atomic_add_32_ov(&rte->rtd_unlock_cnt, 1) % CTRACE_HIST_SIZE; in rte_unlock_debug()
3867 old = atomic_add_32_ov(&ifp->if_route_refcnt, cnt); in rte_if_ref()
H A Ddlil.c1685 oldval = atomic_add_32_ov(&proto->refcount, -1); in if_proto_free()
/xnu-8020.101.4/bsd/skywalk/mem/
H A Dskmem_test.c752 VERIFY(idx == atomic_add_32_ov(&skmt_alloccb_ctx.stc_idx, 1)); in skmem_test_alloccb()
1876 VERIFY(atomic_add_32_ov(&skmth_cnt, -1) != 0); in skmem_test_func()
/xnu-8020.101.4/bsd/kern/
H A Dkpi_mbuf.c1913 atomic_add_32_ov(&mbuf_tx_compl_index, 1); in mbuf_set_timestamp_requested()
H A Duipc_mbuf.c7749 temp = atomic_add_32_ov(&mleak_table.mleak_capture, 1);
/xnu-8020.101.4/bsd/skywalk/nexus/
H A Dnexus_adapter.c2943 uint32_t oref = atomic_add_32_ov(&na->na_refcount, 1); in na_retain_locked()
2961 oref = atomic_add_32_ov(&na->na_refcount, -1); in na_release_locked()