Searched refs:atomic_add_32_ov (Results 1 – 9 of 9) sorted by relevance
| /xnu-8020.101.4/tools/cocci/ |
| H A D | mcache_atomic_rewrite.cocci | 16 - 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 D | mcache.h | 76 #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 D | cuckoo_hashtable_test.c | 338 VERIFY(atomic_add_32_ov(&chth_cnt, -1) != 0); in cht_concurrent_ops_done()
|
| /xnu-8020.101.4/bsd/net/ |
| H A D | route.c | 3811 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 D | dlil.c | 1685 oldval = atomic_add_32_ov(&proto->refcount, -1); in if_proto_free()
|
| /xnu-8020.101.4/bsd/skywalk/mem/ |
| H A D | skmem_test.c | 752 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 D | kpi_mbuf.c | 1913 atomic_add_32_ov(&mbuf_tx_compl_index, 1); in mbuf_set_timestamp_requested()
|
| H A D | uipc_mbuf.c | 7749 temp = atomic_add_32_ov(&mleak_table.mleak_capture, 1);
|
| /xnu-8020.101.4/bsd/skywalk/nexus/ |
| H A D | nexus_adapter.c | 2943 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()
|