Home
last modified time | relevance | path

Searched refs:atomic_get_64 (Results 1 – 7 of 7) sorted by relevance

/xnu-8019.80.24/bsd/sys/
H A Dmcache.h105 #define atomic_get_64(n, a) do { \ macro
109 #define atomic_get_64(n, a) do { \
/xnu-8019.80.24/bsd/net/
H A Dntstat.c707 atomic_get_64(out_counts->nstat_rxpackets, &rt_stats->nstat_rxpackets); in nstat_route_counts()
708 atomic_get_64(out_counts->nstat_rxbytes, &rt_stats->nstat_rxbytes); in nstat_route_counts()
709 atomic_get_64(out_counts->nstat_txpackets, &rt_stats->nstat_txpackets); in nstat_route_counts()
710 atomic_get_64(out_counts->nstat_txbytes, &rt_stats->nstat_txbytes); in nstat_route_counts()
1422 atomic_get_64(out_counts->nstat_rxpackets, &inp->inp_stat->rxpackets); in nstat_tcp_counts()
1423 atomic_get_64(out_counts->nstat_rxbytes, &inp->inp_stat->rxbytes); in nstat_tcp_counts()
1424 atomic_get_64(out_counts->nstat_txpackets, &inp->inp_stat->txpackets); in nstat_tcp_counts()
1425 atomic_get_64(out_counts->nstat_txbytes, &inp->inp_stat->txbytes); in nstat_tcp_counts()
1437 atomic_get_64(out_counts->nstat_cell_rxbytes, &inp->inp_cstat->rxbytes); in nstat_tcp_counts()
1438 atomic_get_64(out_counts->nstat_cell_txbytes, &inp->inp_cstat->txbytes); in nstat_tcp_counts()
[all …]
H A Dkpi_interface.c1903 atomic_get_64(s->packets_in, &ifp->if_data.ifi_ipackets); in ifnet_stat()
1904 atomic_get_64(s->bytes_in, &ifp->if_data.ifi_ibytes); in ifnet_stat()
1905 atomic_get_64(s->multicasts_in, &ifp->if_data.ifi_imcasts); in ifnet_stat()
1906 atomic_get_64(s->errors_in, &ifp->if_data.ifi_ierrors); in ifnet_stat()
1908 atomic_get_64(s->packets_out, &ifp->if_data.ifi_opackets); in ifnet_stat()
1909 atomic_get_64(s->bytes_out, &ifp->if_data.ifi_obytes); in ifnet_stat()
1910 atomic_get_64(s->multicasts_out, &ifp->if_data.ifi_omcasts); in ifnet_stat()
1911 atomic_get_64(s->errors_out, &ifp->if_data.ifi_oerrors); in ifnet_stat()
1913 atomic_get_64(s->collisions, &ifp->if_data.ifi_collisions); in ifnet_stat()
1914 atomic_get_64(s->dropped, &ifp->if_data.ifi_iqdrops); in ifnet_stat()
[all …]
H A Dif.c5389 atomic_get_64(_val, \ in if_data_internal_to_if_data()
5447 atomic_get_64(if_data64->fld, \ in if_data_internal_to_if_data64()
5495 atomic_get_64(if_tc->fld, \ in if_copy_traffic_class()
5528 atomic_get_64(if_de->fld, \ in if_copy_data_extended()
5545 atomic_get_64(if_ps->ifi_tcp_##fld, \ in if_copy_packet_stats()
5550 atomic_get_64(if_ps->ifi_udp_##fld, \ in if_copy_packet_stats()
H A Dnecp_client.c5962 atomic_get_64(combined_interface_details, &flow_registration->last_interface_details); in necp_request_tcp_netstats()
6132 atomic_get_64(combined_interface_details, &flow_registration->last_interface_details); in necp_request_udp_netstats()
6251 atomic_get_64(combined_interface_details, &flow_registration->last_interface_details); in necp_request_quic_netstats()
9420 atomic_get_64(route_stats.necp_stat_rxpackets, &rt_stats->nstat_rxpackets); in necp_client_copy_route_statistics()
9421 atomic_get_64(route_stats.necp_stat_rxbytes, &rt_stats->nstat_rxbytes); in necp_client_copy_route_statistics()
9422 atomic_get_64(route_stats.necp_stat_txpackets, &rt_stats->nstat_txpackets); in necp_client_copy_route_statistics()
9423 atomic_get_64(route_stats.necp_stat_txbytes, &rt_stats->nstat_txbytes); in necp_client_copy_route_statistics()
/xnu-8019.80.24/tools/cocci/
H A Dmcache_atomic_rewrite.cocci82 - atomic_get_64(E, A)
/xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c3292 atomic_get_64(last, &fsw_reap_last); in fsw_reap_thread_cont()