Searched refs:OSDecrementAtomic (Results 1 - 23 of 23) sorted by relevance

/xnu-2422.115.4/libkern/libkern/
H A DOSAtomic.h121 * See OSDecrementAtomic.
166 *@discussion See OSDecrementAtomic.
325 * @function OSDecrementAtomic
331 * The OSDecrementAtomic function decrements the value at the specified address by one and returns the original value.
337 extern SInt32 OSDecrementAtomic(volatile SInt32 * address);
338 #define OSDecrementAtomic(a) \ macro
339 (OSDecrementAtomic(__SAFE_CAST_PTR(volatile SInt32*,a)))
/xnu-2422.115.4/bsd/nfs/
H A Dnfs_upcall.c125 OSDecrementAtomic(&nfsrv_uc_queue_count);
164 OSDecrementAtomic(&nfsrv_uc_queue_count);
/xnu-2422.115.4/libkern/gen/
H A DOSAtomicOperations.c69 #undef OSDecrementAtomic macro
70 SInt32 OSDecrementAtomic(volatile SInt32 * value) function
/xnu-2422.115.4/osfmk/ipc/
H A Dipc_object.h205 if ( 1 == OSDecrementAtomic(&((io)->io_references))) {
H A Dipc_space.h201 if ( 1 == (OSDecrementAtomic(&(is->is_bits)) & IS_REFS_MAX)) {
/xnu-2422.115.4/bsd/net/
H A Ddevtimer.c126 old_retain_count = OSDecrementAtomic(&timer->dt_retain_count);
H A Dntstat.c497 OSDecrementAtomic(&nstat_route_watchers);
986 OSDecrementAtomic(&nstat_tcp_watchers);
1275 OSDecrementAtomic(&nstat_udp_watchers);
H A Dif_vlan.c421 old_retain_count = OSDecrementAtomic(&ifv->ifv_retain_count);
617 old_retain_count = OSDecrementAtomic(&vlp->vlp_retain_count);
H A Dif_ipsec.c877 OSDecrementAtomic(&ipsec_ifcount);
H A Dif_utun.c796 OSDecrementAtomic(&utun_ifcount);
H A Droute.c1115 (void) OSDecrementAtomic(&rttrash);
H A Dif_bond.c715 old_retain_count = OSDecrementAtomic(&ifb->ifb_retain_count);
/xnu-2422.115.4/bsd/netinet/
H A Dtcp_newreno.c162 OSDecrementAtomic((volatile SInt32 *)&tcp_cc_newreno.num_sockets);
H A Dtcp_ledbat.c208 OSDecrementAtomic((volatile SInt32 *)&tcp_cc_ledbat.num_sockets);
H A Dflow_divert.c88 if ((pcb) != NULL && 1 == OSDecrementAtomic(&(pcb)->ref_count)) { \
/xnu-2422.115.4/bsd/kern/
H A Dkern_aio.c370 OSDecrementAtomic(&aio_anchor.aio_done_count);
1725 OSDecrementAtomic(&aio_anchor.aio_inflight_count);
2188 int old = OSDecrementAtomic(&aio_anchor.aio_total_count);
2554 OSDecrementAtomic(&lio_contexts_alloced);
H A Dkpi_socketfilter.c152 SInt32 old = OSDecrementAtomic(&entry->sfe_refcount);
/xnu-2422.115.4/osfmk/pmc/
H A Dpmc.c447 if(1 == OSDecrementAtomic(&(pm->useCount))) {
554 if(1 == OSDecrementAtomic(&(pmc->useCount))) {
1989 OSDecrementAtomic(&(monitor->reservedCounters));
/xnu-2422.115.4/osfmk/kern/
H A Dtelemetry.c217 OSDecrementAtomic(&telemetry_active_tasks);
H A Dledger.c443 v = OSDecrementAtomic(&ledger->l_refs);
/xnu-2422.115.4/libkern/c++/
H A DOSMetaClass.cpp743 if ((1 == OSDecrementAtomic(&instanceCount)) && superClassLink) {
/xnu-2422.115.4/bsd/miscfs/specfs/
H A Dspec_vnops.c836 SInt32 oldValue = OSDecrementAtomic(&info->throttle_refcnt);
/xnu-2422.115.4/iokit/Kernel/
H A DIOMemoryDescriptor.cpp1292 OSDecrementAtomic(&md->__iomd_reservedA);

Completed in 117 milliseconds