Lines Matching refs:atomic_long_read

989 	dest->tx_packets = atomic_long_read(&stats->tx_packets);  in pppol2tp_copy_stats()
990 dest->tx_bytes = atomic_long_read(&stats->tx_bytes); in pppol2tp_copy_stats()
991 dest->tx_errors = atomic_long_read(&stats->tx_errors); in pppol2tp_copy_stats()
992 dest->rx_packets = atomic_long_read(&stats->rx_packets); in pppol2tp_copy_stats()
993 dest->rx_bytes = atomic_long_read(&stats->rx_bytes); in pppol2tp_copy_stats()
994 dest->rx_seq_discards = atomic_long_read(&stats->rx_seq_discards); in pppol2tp_copy_stats()
995 dest->rx_oos_packets = atomic_long_read(&stats->rx_oos_packets); in pppol2tp_copy_stats()
996 dest->rx_errors = atomic_long_read(&stats->rx_errors); in pppol2tp_copy_stats()
1633 atomic_long_read(&tunnel->stats.tx_packets), in pppol2tp_seq_tunnel_show()
1634 atomic_long_read(&tunnel->stats.tx_bytes), in pppol2tp_seq_tunnel_show()
1635 atomic_long_read(&tunnel->stats.tx_errors), in pppol2tp_seq_tunnel_show()
1636 atomic_long_read(&tunnel->stats.rx_packets), in pppol2tp_seq_tunnel_show()
1637 atomic_long_read(&tunnel->stats.rx_bytes), in pppol2tp_seq_tunnel_show()
1638 atomic_long_read(&tunnel->stats.rx_errors)); in pppol2tp_seq_tunnel_show()
1675 atomic_long_read(&session->stats.tx_packets), in pppol2tp_seq_session_show()
1676 atomic_long_read(&session->stats.tx_bytes), in pppol2tp_seq_session_show()
1677 atomic_long_read(&session->stats.tx_errors), in pppol2tp_seq_session_show()
1678 atomic_long_read(&session->stats.rx_packets), in pppol2tp_seq_session_show()
1679 atomic_long_read(&session->stats.rx_bytes), in pppol2tp_seq_session_show()
1680 atomic_long_read(&session->stats.rx_errors)); in pppol2tp_seq_session_show()