Home
last modified time | relevance | path

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

/xnu-12377.41.6/libkern/libkern/
H A DOSAtomic.h390 extern SInt32 OSDecrementAtomic(volatile SInt32 * address);
391 #define OSDecrementAtomic(a) \ macro
392 (OSDecrementAtomic(__SAFE_CAST_PTR(volatile SInt32*,a)))
/xnu-12377.41.6/libkern/gen/
H A DOSAtomicOperations.c142 #undef OSDecrementAtomic
144 OSDecrementAtomic(volatile SInt32 * value) in OSDecrementAtomic() function
/xnu-12377.41.6/bsd/nfs/
H A Dnfs_upcall.c132 OSDecrementAtomic(&nfsrv_uc_queue_count); in nfsrv_uc_thread()
180 OSDecrementAtomic(&nfsrv_uc_queue_count); in nfsrv_uc_dequeue()
/xnu-12377.41.6/tools/cocci/
H A DOSAtomic_rewrite.cocci46 - OSDecrementAtomic(E)
/xnu-12377.41.6/libkern/c++/
H A DOSMetaClass.cpp998 if ((1 == OSDecrementAtomic(&instanceCount)) && superClassLink) { in instanceDestructed()
1279 OSDecrementAtomic(&reserved->retain); in releaseMetaClass()
/xnu-12377.41.6/bsd/netinet/
H A Dmptcp.c334 OSDecrementAtomic(&mptcp_reass_total_qlen); in mptcp_reass()
376 OSDecrementAtomic(&mptcp_reass_total_qlen); in mptcp_reass()
H A Dflow_divert.c99 if ((pcb) != NULL && 1 == OSDecrementAtomic(&(pcb)->ref_count)) { \
105 #define FDGRP_RELEASE(grp) if ((grp) != NULL && 1 == OSDecrementAtomic(&(grp)->ref_count)) flow_div…
H A Dtcp_subr.c1717 OSDecrementAtomic(&tcp_reass_total_qlen); in tcp_destroy_reass_qent()
1996 OSDecrementAtomic(&tcp_tfo_halfcnt); in tcp_close()
H A Dtcp_input.c1530 OSDecrementAtomic(&tcp_tfo_halfcnt); in tcp_tfo_syn()
4980 OSDecrementAtomic(&tcp_tfo_halfcnt); in tcp_input()
H A Dmptcp_subr.c6547 OSDecrementAtomic(&mptcp_kern_skt_inuse); in mptcp_symptoms_ctl_disconnect()
/xnu-12377.41.6/bsd/net/
H A Dif_vlan.c383 old_retain_count = OSDecrementAtomic(&ifv->ifv_retain_count); in ifvlan_release()
539 old_retain_count = OSDecrementAtomic(&vlp->vlp_retain_count); in vlan_parent_release()
H A Dntstat.c1245 OSDecrementAtomic(&procdetails->pdet_refcnt); in nstat_release_procdetails()
1493 OSDecrementAtomic(&nstat_route_watchers); in nstat_route_remove_watcher()
2183 OSDecrementAtomic(&nstat_tcp_watchers); in nstat_tcp_remove_watcher()
2783 OSDecrementAtomic(&nstat_udp_watchers); in nstat_udp_remove_watcher()
3374 OSDecrementAtomic(&nstat_userland_tcp_watchers); in nstat_userland_tcp_remove_watcher()
3381 OSDecrementAtomic(&nstat_userland_udp_watchers); in nstat_userland_udp_remove_watcher()
3388 OSDecrementAtomic(&nstat_userland_quic_watchers); in nstat_userland_quic_remove_watcher()
3785 if (OSDecrementAtomic(&gshad->gshad_refcnt) == 1) { in nstat_release_gshad()
4043 OSDecrementAtomic(&nstat_generic_provider_watchers[NSTAT_PROVIDER_CONN_USERLAND]); in nstat_userland_conn_remove_watcher()
4050 OSDecrementAtomic(&nstat_generic_provider_watchers[NSTAT_PROVIDER_UDP_SUBFLOW]); in nstat_udp_subflow_remove_watcher()
H A Dnecp_client.c1886 OSDecrementAtomic(&necp_nexus_flow_count); in necp_destroy_client_flow_registration()
1890 OSDecrementAtomic(&necp_socket_flow_count); in necp_destroy_client_flow_registration()
1892 OSDecrementAtomic(&necp_if_flow_count); in necp_destroy_client_flow_registration()
1966 OSDecrementAtomic(&necp_client_count); in necp_destroy_client()
2098 OSDecrementAtomic(&necp_observer_fd_count); in necpop_close()
2100 OSDecrementAtomic(&necp_client_fd_count); in necpop_close()
2496 OSDecrementAtomic(&necp_nexus_flow_count); in necp_client_update_flows()
2500 OSDecrementAtomic(&necp_socket_flow_count); in necp_client_update_flows()
2502 OSDecrementAtomic(&necp_if_flow_count); in necp_client_update_flows()
3988 OSDecrementAtomic(&necp_socket_flow_count); in necp_client_unregister_socket_flow()
[all …]
H A Dif_headless.c402 old_retain_count = OSDecrementAtomic(&headlessif->iff_retain_count); in headless_release()
H A Dif_redirect.c207 old_retain_count = OSDecrementAtomic(&rd->rd_retain_count); in redirect_release()
H A Droute.c1301 (void) OSDecrementAtomic(&rttrash); in rtfree_common()
H A Dif_fake.c1045 old_retain_count = OSDecrementAtomic(&fakeif->iff_retain_count); in feth_release()
/xnu-12377.41.6/bsd/miscfs/specfs/
H A Dspec_vnops.c1033 SInt32 oldValue = OSDecrementAtomic(&info->throttle_refcnt); in throttle_info_rel()
2285 OSDecrementAtomic(&info->throttle_inflight_count[throttle_level]); in throttle_info_end_io_internal()
/xnu-12377.41.6/bsd/kern/
H A Duipc_socket.c7614 OSDecrementAtomic(&soextbkidlestat.so_xbkidle_active); in soresume()
7635 OSDecrementAtomic(&soextbkidlestat.so_xbkidle_notsupp); in so_set_extended_bk_idle()
7701 OSDecrementAtomic(&soextbkidlestat.so_xbkidle_active); in so_stop_extended_bk_idle()
/xnu-12377.41.6/security/
H A Dmac_vfs.c205 OSDecrementAtomic(&mac_vnode_label_count); in mac_vnode_label_cleanup()
/xnu-12377.41.6/iokit/Kernel/
H A DIOMemoryDescriptor.cpp478 OSDecrementAtomic(&gIOMemoryReferenceCount); in memoryReferenceFree()
484 if (1 == OSDecrementAtomic(&ref->refCount)) { in memoryReferenceRelease()
H A DIOUserClient.cpp627 if (1 == OSDecrementAtomic(&__ipc) && isInactive()) { in ipcExit()
/xnu-12377.41.6/osfmk/kern/
H A Dtask.c2255 OSDecrementAtomic(&large_corpse_count); in task_deallocate_internal()
3003 OSDecrementAtomic(&large_corpse_count); in task_duplicate_map_and_threads()