Searched refs:atomic_add_32_ov (Results 1 - 4 of 4) sorted by relevance

/xnu-2782.1.97/bsd/sys/
H A Dmcache.h76 #define atomic_add_32_ov(a, n) \ macro
80 ((void) atomic_add_32_ov(a, n))
/xnu-2782.1.97/bsd/net/
H A Droute.c3384 idx = atomic_add_32_ov(&rte->rtd_lock_cnt, 1) % CTRACE_HIST_SIZE;
3395 idx = atomic_add_32_ov(&rte->rtd_unlock_cnt, 1) % CTRACE_HIST_SIZE;
3436 old = atomic_add_32_ov(&ifp->if_route_refcnt, cnt);
H A Ddlil.c807 oldval = atomic_add_32_ov(&proto->refcount, -1);
/xnu-2782.1.97/bsd/kern/
H A Duipc_mbuf.c6740 temp = atomic_add_32_ov(&mleak_table.mleak_capture, 1);

Completed in 56 milliseconds