Lines Matching refs:atomic_long_read

1012 	dest->tx_packets = atomic_long_read(&stats->tx_packets);  in pppol2tp_copy_stats()
1013 dest->tx_bytes = atomic_long_read(&stats->tx_bytes); in pppol2tp_copy_stats()
1014 dest->tx_errors = atomic_long_read(&stats->tx_errors); in pppol2tp_copy_stats()
1015 dest->rx_packets = atomic_long_read(&stats->rx_packets); in pppol2tp_copy_stats()
1016 dest->rx_bytes = atomic_long_read(&stats->rx_bytes); in pppol2tp_copy_stats()
1017 dest->rx_seq_discards = atomic_long_read(&stats->rx_seq_discards); in pppol2tp_copy_stats()
1018 dest->rx_oos_packets = atomic_long_read(&stats->rx_oos_packets); in pppol2tp_copy_stats()
1019 dest->rx_errors = atomic_long_read(&stats->rx_errors); in pppol2tp_copy_stats()
1507 atomic_long_read(&tunnel->stats.tx_packets), in pppol2tp_seq_tunnel_show()
1508 atomic_long_read(&tunnel->stats.tx_bytes), in pppol2tp_seq_tunnel_show()
1509 atomic_long_read(&tunnel->stats.tx_errors), in pppol2tp_seq_tunnel_show()
1510 atomic_long_read(&tunnel->stats.rx_packets), in pppol2tp_seq_tunnel_show()
1511 atomic_long_read(&tunnel->stats.rx_bytes), in pppol2tp_seq_tunnel_show()
1512 atomic_long_read(&tunnel->stats.rx_errors)); in pppol2tp_seq_tunnel_show()
1556 atomic_long_read(&session->stats.tx_packets), in pppol2tp_seq_session_show()
1557 atomic_long_read(&session->stats.tx_bytes), in pppol2tp_seq_session_show()
1558 atomic_long_read(&session->stats.tx_errors), in pppol2tp_seq_session_show()
1559 atomic_long_read(&session->stats.rx_packets), in pppol2tp_seq_session_show()
1560 atomic_long_read(&session->stats.rx_bytes), in pppol2tp_seq_session_show()
1561 atomic_long_read(&session->stats.rx_errors)); in pppol2tp_seq_session_show()