Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
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
/Linux-v5.10/drivers/net/
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()
Dtun.c1118 rxpackets = u64_stats_read(&p->rx_packets); in tun_net_get_stats64()
1119 rxbytes = u64_stats_read(&p->rx_bytes); in tun_net_get_stats64()
1120 txpackets = u64_stats_read(&p->tx_packets); in tun_net_get_stats64()
1121 txbytes = u64_stats_read(&p->tx_bytes); in tun_net_get_stats64()
/Linux-v5.10/drivers/net/phy/
Dmdio_bus.c197 val = u64_stats_read((const u64_stats_t *)p); in mdio_bus_get_stat()