Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/sys/
H A Dmcache.h105 #define atomic_get_64(n, a) do { \ macro
109 #define atomic_get_64(n, a) do { \
/xnu-8020.140.41/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()
1402 atomic_get_64(out_counts->nstat_rxpackets, &inp->inp_stat->rxpackets); in nstat_tcp_counts()
1403 atomic_get_64(out_counts->nstat_rxbytes, &inp->inp_stat->rxbytes); in nstat_tcp_counts()
1404 atomic_get_64(out_counts->nstat_txpackets, &inp->inp_stat->txpackets); in nstat_tcp_counts()
1405 atomic_get_64(out_counts->nstat_txbytes, &inp->inp_stat->txbytes); in nstat_tcp_counts()
1417 atomic_get_64(out_counts->nstat_cell_rxbytes, &inp->inp_cstat->rxbytes); in nstat_tcp_counts()
1418 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.c5386 atomic_get_64(_val, \ in if_data_internal_to_if_data()
5444 atomic_get_64(if_data64->fld, \ in if_data_internal_to_if_data64()
5492 atomic_get_64(if_tc->fld, \ in if_copy_traffic_class()
5525 atomic_get_64(if_de->fld, \ in if_copy_data_extended()
5542 atomic_get_64(if_ps->ifi_tcp_##fld, \ in if_copy_packet_stats()
5547 atomic_get_64(if_ps->ifi_udp_##fld, \ in if_copy_packet_stats()
H A Dnecp_client.c6014 atomic_get_64(combined_interface_details, &flow_registration->last_interface_details); in necp_request_tcp_netstats()
6184 atomic_get_64(combined_interface_details, &flow_registration->last_interface_details); in necp_request_udp_netstats()
6303 atomic_get_64(combined_interface_details, &flow_registration->last_interface_details); in necp_request_quic_netstats()
9475 atomic_get_64(route_stats.necp_stat_rxpackets, &rt_stats->nstat_rxpackets); in necp_client_copy_route_statistics()
9476 atomic_get_64(route_stats.necp_stat_rxbytes, &rt_stats->nstat_rxbytes); in necp_client_copy_route_statistics()
9477 atomic_get_64(route_stats.necp_stat_txpackets, &rt_stats->nstat_txpackets); in necp_client_copy_route_statistics()
9478 atomic_get_64(route_stats.necp_stat_txbytes, &rt_stats->nstat_txbytes); in necp_client_copy_route_statistics()
/xnu-8020.140.41/tools/cocci/
H A Dmcache_atomic_rewrite.cocci82 - atomic_get_64(E, A)
/xnu-8020.140.41/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c3283 atomic_get_64(last, &fsw_reap_last); in fsw_reap_thread_cont()