Searched refs:atomic_get_64 (Results 1 – 7 of 7) sorted by relevance
| /xnu-8792.61.2/bsd/sys/ |
| H A D | mcache.h | 105 #define atomic_get_64(n, a) do { \ macro 109 #define atomic_get_64(n, a) do { \
|
| /xnu-8792.61.2/bsd/net/ |
| H A D | ntstat.c | 707 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 D | kpi_interface.c | 1932 atomic_get_64(s->packets_in, &ifp->if_data.ifi_ipackets); in ifnet_stat() 1933 atomic_get_64(s->bytes_in, &ifp->if_data.ifi_ibytes); in ifnet_stat() 1934 atomic_get_64(s->multicasts_in, &ifp->if_data.ifi_imcasts); in ifnet_stat() 1935 atomic_get_64(s->errors_in, &ifp->if_data.ifi_ierrors); in ifnet_stat() 1937 atomic_get_64(s->packets_out, &ifp->if_data.ifi_opackets); in ifnet_stat() 1938 atomic_get_64(s->bytes_out, &ifp->if_data.ifi_obytes); in ifnet_stat() 1939 atomic_get_64(s->multicasts_out, &ifp->if_data.ifi_omcasts); in ifnet_stat() 1940 atomic_get_64(s->errors_out, &ifp->if_data.ifi_oerrors); in ifnet_stat() 1942 atomic_get_64(s->collisions, &ifp->if_data.ifi_collisions); in ifnet_stat() 1943 atomic_get_64(s->dropped, &ifp->if_data.ifi_iqdrops); in ifnet_stat() [all …]
|
| H A D | if.c | 5494 atomic_get_64(_val, \ in if_data_internal_to_if_data() 5552 atomic_get_64(if_data64->fld, \ in if_data_internal_to_if_data64() 5600 atomic_get_64(if_tc->fld, \ in if_copy_traffic_class() 5633 atomic_get_64(if_de->fld, \ in if_copy_data_extended() 5650 atomic_get_64(if_ps->ifi_tcp_##fld, \ in if_copy_packet_stats() 5655 atomic_get_64(if_ps->ifi_udp_##fld, \ in if_copy_packet_stats()
|
| H A D | necp_client.c | 6220 atomic_get_64(combined_interface_details, &flow_registration->last_interface_details); in necp_request_tcp_netstats() 6390 atomic_get_64(combined_interface_details, &flow_registration->last_interface_details); in necp_request_udp_netstats() 6509 atomic_get_64(combined_interface_details, &flow_registration->last_interface_details); in necp_request_quic_netstats() 9799 atomic_get_64(route_stats.necp_stat_rxpackets, &rt_stats->nstat_rxpackets); in necp_client_copy_route_statistics() 9800 atomic_get_64(route_stats.necp_stat_rxbytes, &rt_stats->nstat_rxbytes); in necp_client_copy_route_statistics() 9801 atomic_get_64(route_stats.necp_stat_txpackets, &rt_stats->nstat_txpackets); in necp_client_copy_route_statistics() 9802 atomic_get_64(route_stats.necp_stat_txbytes, &rt_stats->nstat_txbytes); in necp_client_copy_route_statistics()
|
| /xnu-8792.61.2/tools/cocci/ |
| H A D | mcache_atomic_rewrite.cocci | 82 - atomic_get_64(E, A)
|
| /xnu-8792.61.2/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_dp.c | 3564 atomic_get_64(last, &fsw_reap_last); in fsw_reap_thread_cont()
|