Lines Matching refs:atomic_long_read

1026 	dest->tx_packets = atomic_long_read(&stats->tx_packets);  in pppol2tp_copy_stats()
1027 dest->tx_bytes = atomic_long_read(&stats->tx_bytes); in pppol2tp_copy_stats()
1028 dest->tx_errors = atomic_long_read(&stats->tx_errors); in pppol2tp_copy_stats()
1029 dest->rx_packets = atomic_long_read(&stats->rx_packets); in pppol2tp_copy_stats()
1030 dest->rx_bytes = atomic_long_read(&stats->rx_bytes); in pppol2tp_copy_stats()
1031 dest->rx_seq_discards = atomic_long_read(&stats->rx_seq_discards); in pppol2tp_copy_stats()
1032 dest->rx_oos_packets = atomic_long_read(&stats->rx_oos_packets); in pppol2tp_copy_stats()
1033 dest->rx_errors = atomic_long_read(&stats->rx_errors); in pppol2tp_copy_stats()
1534 atomic_long_read(&tunnel->stats.tx_packets), in pppol2tp_seq_tunnel_show()
1535 atomic_long_read(&tunnel->stats.tx_bytes), in pppol2tp_seq_tunnel_show()
1536 atomic_long_read(&tunnel->stats.tx_errors), in pppol2tp_seq_tunnel_show()
1537 atomic_long_read(&tunnel->stats.rx_packets), in pppol2tp_seq_tunnel_show()
1538 atomic_long_read(&tunnel->stats.rx_bytes), in pppol2tp_seq_tunnel_show()
1539 atomic_long_read(&tunnel->stats.rx_errors)); in pppol2tp_seq_tunnel_show()
1583 atomic_long_read(&session->stats.tx_packets), in pppol2tp_seq_session_show()
1584 atomic_long_read(&session->stats.tx_bytes), in pppol2tp_seq_session_show()
1585 atomic_long_read(&session->stats.tx_errors), in pppol2tp_seq_session_show()
1586 atomic_long_read(&session->stats.rx_packets), in pppol2tp_seq_session_show()
1587 atomic_long_read(&session->stats.rx_bytes), in pppol2tp_seq_session_show()
1588 atomic_long_read(&session->stats.rx_errors)); in pppol2tp_seq_session_show()