Home
last modified time | relevance | path

Searched refs:u64_stats_set (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Du64_stats_sync.h82 static inline void u64_stats_set(u64_stats_t *p, u64 val) in u64_stats_set() function
123 static inline void u64_stats_set(u64_stats_t *p, u64 val) in u64_stats_set() function
/openbmc/linux/net/core/
H A Dgen_stats.c120 u64_stats_set(&b->bytes, 0); in gnet_stats_basic_sync_init()
121 u64_stats_set(&b->packets, 0); in gnet_stats_basic_sync_init()
/openbmc/linux/drivers/net/
H A Dvirtio_net.c2140 u64_stats_set(&stats.packets, packets); in virtnet_receive()