Searched refs:u64_stats_read (Results 1 – 4 of 4) sorted by relevance
81 static inline u64 u64_stats_read(const u64_stats_t *p) in u64_stats_read() function102 static inline u64 u64_stats_read(const u64_stats_t *p) in u64_stats_read() function
109 tpackets = u64_stats_read(&lb_stats->packets); in dev_lstats_read()110 tbytes = u64_stats_read(&lb_stats->bytes); in dev_lstats_read()
1180 rxpackets = u64_stats_read(&p->rx_packets); in tun_net_get_stats64()1181 rxbytes = u64_stats_read(&p->rx_bytes); in tun_net_get_stats64()1182 txpackets = u64_stats_read(&p->tx_packets); in tun_net_get_stats64()1183 txbytes = u64_stats_read(&p->tx_bytes); in tun_net_get_stats64()
197 val = u64_stats_read((const u64_stats_t *)p); in mdio_bus_get_stat()