Home
last modified time | relevance | path

Searched refs:u64_stats_read (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Du64_stats_sync.h81 static inline u64 u64_stats_read(const u64_stats_t *p) in u64_stats_read() function
102 static inline u64 u64_stats_read(const u64_stats_t *p) in u64_stats_read() function
/OK3568_Linux_fs/kernel/drivers/net/
H A Dloopback.c109 tpackets = u64_stats_read(&lb_stats->packets); in dev_lstats_read()
110 tbytes = u64_stats_read(&lb_stats->bytes); in dev_lstats_read()
H A Dtun.c1193 rxpackets = u64_stats_read(&p->rx_packets); in tun_net_get_stats64()
1194 rxbytes = u64_stats_read(&p->rx_bytes); in tun_net_get_stats64()
1195 txpackets = u64_stats_read(&p->tx_packets); in tun_net_get_stats64()
1196 txbytes = u64_stats_read(&p->tx_bytes); in tun_net_get_stats64()
/OK3568_Linux_fs/kernel/drivers/net/phy/
H A Dmdio_bus.c197 val = u64_stats_read((const u64_stats_t *)p); in mdio_bus_get_stat()