Searched refs:OSIncrementAtomic (Results 1 - 25 of 29) sorted by relevance

12

/xnu-2422.115.4/libkern/libkern/
H A DOSAtomic.h107 * See OSIncrementAtomic.
153 * See OSIncrementAtomic.
278 * @function OSIncrementAtomic
284 * The OSIncrementAtomic function increments the value at the specified address by one and returns the original value.
290 extern SInt32 OSIncrementAtomic(volatile SInt32 * address);
291 #define OSIncrementAtomic(a) \ macro
292 (OSIncrementAtomic(__SAFE_CAST_PTR(volatile SInt32*,a)))
/xnu-2422.115.4/bsd/netinet/
H A Dtcp_newreno.c156 OSIncrementAtomic((volatile SInt32 *)&tcp_cc_newreno.num_sockets);
427 OSIncrementAtomic((volatile SInt32 *)&tcp_cc_newreno.num_sockets);
H A Dtcp_ledbat.c202 OSIncrementAtomic((volatile SInt32 *)&tcp_cc_ledbat.num_sockets);
443 OSIncrementAtomic((volatile SInt32 *)&tcp_cc_ledbat.num_sockets);
/xnu-2422.115.4/libkern/gen/
H A DOSAtomicOperations.c63 #undef OSIncrementAtomic macro
64 SInt32 OSIncrementAtomic(volatile SInt32 * value) function
/xnu-2422.115.4/osfmk/ipc/
H A Dipc_object.h196 OSIncrementAtomic(&((io)->io_references));
H A Dipc_space.h192 OSIncrementAtomic(&(is->is_bits));
H A Dipc_port.c134 return OSIncrementAtomic(&ipc_port_timestamp_data);
/xnu-2422.115.4/bsd/kern/
H A Dproc_uuid_policy.c74 if (OSIncrementAtomic(&proc_uuid_policy_table_gencount) == (INT32_MAX - 1)) { \
H A Dkern_aio.c363 OSIncrementAtomic(&aio_anchor.aio_done_count);
1502 OSIncrementAtomic(&lio_contexts_alloced);
1822 OSIncrementAtomic(&aio_anchor.aio_inflight_count);
2182 return OSIncrementAtomic(&aio_anchor.aio_total_count);
H A Dkpi_socketfilter.c143 if (OSIncrementAtomic(&entry->sfe_refcount) <= 0) {
/xnu-2422.115.4/bsd/net/
H A Ddevtimer.c105 OSIncrementAtomic(&timer->dt_retain_count);
H A Dntstat.c445 OSIncrementAtomic(&nstat_route_watchers);
602 OSIncrementAtomic(&stats->nstat_connectattempts);
619 OSIncrementAtomic(&stats->nstat_connectsuccesses);
957 OSIncrementAtomic(&nstat_tcp_watchers);
1249 OSIncrementAtomic(&nstat_udp_watchers);
H A Dif_vlan.c410 OSIncrementAtomic(&ifv->ifv_retain_count);
606 OSIncrementAtomic(&vlp->vlp_retain_count);
H A Dif_ipsec.c238 OSIncrementAtomic(&ipsec_ifcount);
H A Dif_utun.c228 OSIncrementAtomic(&utun_ifcount);
H A Droute.c1833 (void) OSIncrementAtomic(&rttrash);
/xnu-2422.115.4/bsd/nfs/
H A Dnfs_upcall.c334 uint32_t count = OSIncrementAtomic(&nfsrv_uc_queue_count);
/xnu-2422.115.4/osfmk/x86_64/
H A Dpmap_pcid.c131 if (OSIncrementAtomic(&pmap_pcid_ncpus) == machine_info.max_cpus) {
/xnu-2422.115.4/osfmk/pmc/
H A Dpmc.c435 OSIncrementAtomic(&(pm->useCount));
542 OSIncrementAtomic(&(pmc->useCount));
1984 OSIncrementAtomic(&(monitor->reservedCounters));
/xnu-2422.115.4/osfmk/kern/
H A Dtelemetry.c205 OSIncrementAtomic(&telemetry_active_tasks);
H A Dledger.c418 OSIncrementAtomic(&ledger->l_refs);
/xnu-2422.115.4/iokit/Kernel/
H A DIOCPU.cpp692 OSIncrementAtomic(&enabledCPUs);
H A DIOStatistics.cpp1206 OSIncrementAtomic(&counter->clientCalls);
/xnu-2422.115.4/bsd/miscfs/specfs/
H A Dspec_vnops.c867 SInt32 oldValue = OSIncrementAtomic(&info->throttle_refcnt);
1362 OSIncrementAtomic(&info->throttle_refcnt);
/xnu-2422.115.4/libkern/c++/
H A DOSMetaClass.cpp732 // if ((0 == OSIncrementAtomic(&(((OSMetaClass *) this)->instanceCount))) && superClassLink)
733 if ((0 == OSIncrementAtomic(&instanceCount)) && superClassLink) {

Completed in 253 milliseconds

12