Searched refs:atomic_add_32 (Results 1 - 5 of 5) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Dprofile_prvd.c322 atomic_add_32(&profile_total, 1);
324 atomic_add_32(&profile_total, -1);
498 atomic_add_32(&profile_total, -1);
H A Dfasttrap.c1226 atomic_add_32(&fasttrap_total, -probe->ftp_ntps);
1742 atomic_add_32(&fasttrap_total, 1);
1745 atomic_add_32(&fasttrap_total, -1);
1787 atomic_add_32(&fasttrap_total, pdata->ftps_noffs);
1790 atomic_add_32(&fasttrap_total, -pdata->ftps_noffs);
2017 atomic_add_32(&fasttrap_total, ntps);
2020 atomic_add_32(&fasttrap_total, -ntps);
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dmcache.c102 #define atomic_add_32(a, n) ((void) OSAddAtomic(n, (volatile SInt32 *)a)) macro
524 atomic_add_32(&cp->mc_wretry_cnt, 1);
530 atomic_add_32(&cp->mc_nwretry_cnt, 1);
533 atomic_add_32(&cp->mc_nwfail_cnt, 1);
585 atomic_add_32(&cp->mc_waiter_cnt, 1);
591 atomic_add_32(&cp->mc_waiter_cnt, -1);
H A Duipc_mbuf.c745 #define atomic_add_32(a, n) ((void) OSAddAtomic(n, (volatile SInt32 *)a)) macro
750 atomic_add_32(&mbs->cpu_mtypes[type], n); \
752 atomic_add_32(&mbstat.m_mtypes[type], n); \
4697 atomic_add_32(&mb_normalized, 1);
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Ddtrace_glue.h469 static inline void atomic_add_32( uint32_t *theValue, int32_t theAmount ) function

Completed in 51 milliseconds