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

12

/macosx-10.10.1/xnu-2782.1.97/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)))
/macosx-10.10.1/xnu-2782.1.97/bsd/nfs/
H A Dnfs_upcall.c125 OSDecrementAtomic(&nfsrv_uc_queue_count);
164 OSDecrementAtomic(&nfsrv_uc_queue_count);
/macosx-10.10.1/xnu-2782.1.97/libkern/gen/
H A DOSAtomicOperations.c69 #undef OSDecrementAtomic macro
70 SInt32 OSDecrementAtomic(volatile SInt32 * value) function
/macosx-10.10.1/xnu-2782.1.97/osfmk/ipc/
H A Dipc_object.h206 if ( 1 == OSDecrementAtomic(&((io)->io_references))) {
H A Dipc_space.h202 if ( 1 == (OSDecrementAtomic(&(is->is_bits)) & IS_REFS_MAX)) {
/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Ddevtimer.c126 old_retain_count = OSDecrementAtomic(&timer->dt_retain_count);
H A Dntstat.c566 OSDecrementAtomic(&nstat_route_watchers);
903 OSDecrementAtomic(&cookie->inp->inp_nstat_refcnt);
1120 OSDecrementAtomic(&nstat_tcp_watchers);
1511 OSDecrementAtomic(&nstat_udp_watchers);
H A Dif_vlan.c429 old_retain_count = OSDecrementAtomic(&ifv->ifv_retain_count);
625 old_retain_count = OSDecrementAtomic(&vlp->vlp_retain_count);
H A Dif_ipsec.c881 OSDecrementAtomic(&ipsec_ifcount);
H A Dif_utun.c886 OSDecrementAtomic(&utun_ifcount);
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet/
H A Dtcp_newreno.c121 OSDecrementAtomic((volatile SInt32 *)&tcp_cc_newreno.num_sockets);
H A Dtcp_ledbat.c204 OSDecrementAtomic((volatile SInt32 *)&tcp_cc_ledbat.num_sockets);
H A Dtcp_cubic.c119 OSDecrementAtomic((volatile SInt32 *)&tcp_cc_cubic.num_sockets);
H A Dtcp_sack.c270 OSDecrementAtomic(&tcp_sack_globalholes);
/macosx-10.10.1/IONetworkingFamily-101/
H A DIOKernelDebugger.cpp471 OSDecrementAtomic( &gIODebuggerSemaphore );
628 OSDecrementAtomic( &gIODebuggerSemaphore );
/macosx-10.10.1/xnu-2782.1.97/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);
2557 OSDecrementAtomic(&lio_contexts_alloced);
H A Dkpi_socketfilter.c152 SInt32 old = OSDecrementAtomic(&entry->sfe_refcount);
/macosx-10.10.1/msdosfs-209.1.1/msdosfs.kextproj/msdosfs.kmodproj/
H A Dmsdosfs_fat.c733 OSDecrementAtomic(&pmp->pm_sync_scheduled);
754 OSDecrementAtomic(&pmp->pm_sync_scheduled);
756 OSDecrementAtomic(&pmp->pm_sync_incomplete);
H A Dmsdosfs_vfsops.c980 OSDecrementAtomic(&pmp->pm_sync_incomplete);
/macosx-10.10.1/xnu-2782.1.97/osfmk/pmc/
H A Dpmc.c447 if(1 == OSDecrementAtomic(&(pm->useCount))) {
554 if(1 == OSDecrementAtomic(&(pmc->useCount))) {
1989 OSDecrementAtomic(&(monitor->reservedCounters));
/macosx-10.10.1/ntfs-84/kext/
H A Dntfs_vfsops.c3448 OSDecrementAtomic(&parent_ni->nr_refs);
3449 OSDecrementAtomic(&ni->nr_refs);
3479 OSDecrementAtomic(&ni->base_ni->nr_refs);
3480 OSDecrementAtomic(&ni->nr_refs);
3664 OSDecrementAtomic(&vol->root_ni->nr_refs);
3671 OSDecrementAtomic(&vol->root_ni->nr_refs);
/macosx-10.10.1/smb-759.0/kernel/smbfs/
H A Dsmbfs_node.c1058 OSDecrementAtomic(&dnp->n_child_refcnt);
1312 OSDecrementAtomic(&np->n_child_refcnt);
2422 OSDecrementAtomic(&fdnp->n_child_refcnt);
/macosx-10.10.1/xnu-2782.1.97/libkern/c++/
H A DOSMetaClass.cpp742 if ((1 == OSDecrementAtomic(&instanceCount)) && superClassLink) {
/macosx-10.10.1/xnu-2782.1.97/osfmk/kern/
H A Dtelemetry.c245 OSDecrementAtomic(&telemetry_active_tasks);
H A Dledger.c444 v = OSDecrementAtomic(&ledger->l_refs);

Completed in 359 milliseconds

12