| /xnu-8019.80.24/libkern/libkern/ |
| H A D | OSAtomic.h | 390 extern SInt32 OSDecrementAtomic(volatile SInt32 * address); 391 #define OSDecrementAtomic(a) \ macro 392 (OSDecrementAtomic(__SAFE_CAST_PTR(volatile SInt32*,a)))
|
| /xnu-8019.80.24/libkern/gen/ |
| H A D | OSAtomicOperations.c | 146 #undef OSDecrementAtomic 148 OSDecrementAtomic(volatile SInt32 * value) in OSDecrementAtomic() function
|
| /xnu-8019.80.24/bsd/nfs/ |
| H A D | nfs_upcall.c | 129 OSDecrementAtomic(&nfsrv_uc_queue_count); in nfsrv_uc_thread() 169 OSDecrementAtomic(&nfsrv_uc_queue_count); in nfsrv_uc_dequeue()
|
| /xnu-8019.80.24/bsd/netinet/ |
| H A D | tcp_newreno.c | 123 OSDecrementAtomic((volatile SInt32 *)&tcp_cc_newreno.num_sockets); in tcp_newreno_cleanup()
|
| H A D | tcp_rledbat.c | 99 OSDecrementAtomic((volatile int *)&tcp_cc_rledbat.num_sockets); in tcp_rledbat_cleanup()
|
| H A D | tcp_ledbat.c | 241 OSDecrementAtomic((volatile SInt32 *)&tcp_cc_ledbat.num_sockets); in tcp_ledbat_cleanup()
|
| H A D | tcp_cubic.c | 130 OSDecrementAtomic((volatile SInt32 *)&tcp_cc_cubic.num_sockets); in tcp_cubic_cleanup()
|
| H A D | tcp_sack.c | 277 OSDecrementAtomic(&tcp_sack_globalholes); in tcp_sackhole_free()
|
| H A D | tcp_input.c | 1680 OSDecrementAtomic(&tcp_tfo_halfcnt); in tcp_tfo_syn() 4251 OSDecrementAtomic(&tcp_tfo_halfcnt); in tcp_input()
|
| /xnu-8019.80.24/tools/cocci/ |
| H A D | OSAtomic_rewrite.cocci | 46 - OSDecrementAtomic(E)
|
| /xnu-8019.80.24/libkern/c++/ |
| H A D | OSMetaClass.cpp | 998 if ((1 == OSDecrementAtomic(&instanceCount)) && superClassLink) { in instanceDestructed() 1279 OSDecrementAtomic(&reserved->retain); in releaseMetaClass()
|
| /xnu-8019.80.24/osfmk/arm/ |
| H A D | cpu.c | 311 OSDecrementAtomic((SInt32*)&real_ncpus); in cpu_data_free()
|
| /xnu-8019.80.24/bsd/net/ |
| H A D | ntstat.c | 590 OSDecrementAtomic(&procdetails->pdet_refcnt); in nstat_release_procdetails() 841 OSDecrementAtomic(&nstat_route_watchers); in nstat_route_remove_watcher() 1217 OSDecrementAtomic(&cookie->inp->inp_nstat_refcnt); in nstat_tucookie_release_internal() 1506 OSDecrementAtomic(&nstat_tcp_watchers); in nstat_tcp_remove_watcher() 2044 OSDecrementAtomic(&nstat_udp_watchers); in nstat_udp_remove_watcher() 2568 OSDecrementAtomic(&nstat_userland_tcp_watchers); in nstat_userland_tcp_remove_watcher() 2575 OSDecrementAtomic(&nstat_userland_udp_watchers); in nstat_userland_udp_remove_watcher() 2582 OSDecrementAtomic(&nstat_userland_quic_watchers); in nstat_userland_quic_remove_watcher() 2942 if (OSDecrementAtomic(&gshad->gshad_refcnt) == 1) { in nstat_release_gshad() 3182 OSDecrementAtomic(&nstat_generic_provider_watchers[NSTAT_PROVIDER_CONN_USERLAND]); in nstat_userland_conn_remove_watcher() [all …]
|
| H A D | necp_client.c | 1600 OSDecrementAtomic(&necp_nexus_flow_count); in necp_destroy_client_flow_registration() 1604 OSDecrementAtomic(&necp_socket_flow_count); in necp_destroy_client_flow_registration() 1606 OSDecrementAtomic(&necp_if_flow_count); in necp_destroy_client_flow_registration() 1677 OSDecrementAtomic(&necp_client_count); in necp_destroy_client() 1802 OSDecrementAtomic(&necp_observer_fd_count); in necpop_close() 1804 OSDecrementAtomic(&necp_client_fd_count); in necpop_close() 2214 OSDecrementAtomic(&necp_nexus_flow_count); in necp_client_update_flows() 2218 OSDecrementAtomic(&necp_socket_flow_count); in necp_client_update_flows() 2220 OSDecrementAtomic(&necp_if_flow_count); in necp_client_update_flows() 3560 OSDecrementAtomic(&necp_socket_flow_count); in necp_client_unregister_socket_flow() [all …]
|
| H A D | if_vlan.c | 392 old_retain_count = OSDecrementAtomic(&ifv->ifv_retain_count); in ifvlan_release() 553 old_retain_count = OSDecrementAtomic(&vlp->vlp_retain_count); in vlan_parent_release()
|
| H A D | if_6lowpan.c | 261 old_retain_count = OSDecrementAtomic(&ifl->if6lpan_retain_count); in if6lpan_release()
|
| H A D | if_headless.c | 407 old_retain_count = OSDecrementAtomic(&headlessif->iff_retain_count); in headless_release()
|
| H A D | if_fake.c | 743 old_retain_count = OSDecrementAtomic(&fakeif->iff_retain_count); in feth_release()
|
| H A D | route.c | 1242 (void) OSDecrementAtomic(&rttrash); in rtfree_common()
|
| /xnu-8019.80.24/osfmk/kern/ |
| H A D | telemetry.c | 302 OSDecrementAtomic(&telemetry_active_tasks); in telemetry_task_ctl_locked()
|
| /xnu-8019.80.24/bsd/miscfs/specfs/ |
| H A D | spec_vnops.c | 979 SInt32 oldValue = OSDecrementAtomic(&info->throttle_refcnt); in throttle_info_rel() 2223 OSDecrementAtomic(&info->throttle_inflight_count[throttle_level]); in throttle_info_end_io_internal()
|
| /xnu-8019.80.24/bsd/kern/ |
| H A D | kpi_socketfilter.c | 203 SInt32 old = OSDecrementAtomic(&entry->sfe_refcount); in sflt_entry_release()
|
| H A D | uipc_socket.c | 7680 OSDecrementAtomic(&soextbkidlestat.so_xbkidle_active); in soresume() 7701 OSDecrementAtomic(&soextbkidlestat.so_xbkidle_notsupp); in so_set_extended_bk_idle() 7767 OSDecrementAtomic(&soextbkidlestat.so_xbkidle_active); in so_stop_extended_bk_idle()
|
| /xnu-8019.80.24/security/ |
| H A D | mac_vfs.c | 205 OSDecrementAtomic(&mac_vnode_label_count); in mac_vnode_label_cleanup()
|
| /xnu-8019.80.24/iokit/Kernel/ |
| H A D | IOMemoryDescriptor.cpp | 471 OSDecrementAtomic(&gIOMemoryReferenceCount); in memoryReferenceFree() 477 if (1 == OSDecrementAtomic(&ref->refCount)) { in memoryReferenceRelease()
|