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

/darwin-on-arm/xnu/bsd/netinet/
H A Digmp_var.h182 #define OIGMPSTAT_ADD(name, val) atomic_add_32(&igmpstat.name , (val))
H A Digmp.c3684 atomic_add_32(&ipstat.ips_odropped, 1);
H A Dip_input.c389 atomic_add_32(&ipstat.ips_toosmall, 1); \
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Dprofile_prvd.c295 atomic_add_32(&profile_total, 1);
297 atomic_add_32(&profile_total, -1);
518 atomic_add_32(&profile_total, -1);
H A Dfasttrap.c1246 atomic_add_32(&fasttrap_total, -probe->ftp_ntps);
1803 atomic_add_32(&fasttrap_total, 1);
1806 atomic_add_32(&fasttrap_total, -1);
1848 atomic_add_32(&fasttrap_total, pdata->ftps_noffs);
1851 atomic_add_32(&fasttrap_total, -pdata->ftps_noffs);
1866 atomic_add_32(&fasttrap_total, -pdata->ftps_noffs);
2109 atomic_add_32(&fasttrap_total, ntps);
2112 atomic_add_32(&fasttrap_total, -ntps);
/darwin-on-arm/xnu/bsd/sys/
H A Dmcache.h79 #define atomic_add_32(a, n) \ macro
H A Ddtrace_glue.h506 static inline void atomic_add_32( uint32_t *theValue, int32_t theAmount ) function
/darwin-on-arm/xnu/bsd/kern/
H A Dmcache.c530 atomic_add_32(&cp->mc_wretry_cnt, 1);
536 atomic_add_32(&cp->mc_nwretry_cnt, 1);
539 atomic_add_32(&cp->mc_nwfail_cnt, 1);
594 atomic_add_32(&cp->mc_waiter_cnt, 1);
600 atomic_add_32(&cp->mc_waiter_cnt, -1);
H A Duipc_mbuf.c888 atomic_add_32(&mbs->cpu_mtypes[type], n); \
5627 atomic_add_32(&mb_normalized, 1);
/darwin-on-arm/xnu/bsd/net/
H A Ddlil.c642 atomic_add_32(&proto->refcount, 1);

Completed in 113 milliseconds