Home
last modified time | relevance | path

Searched refs:t_bytes (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/net/core/
H A Dgen_stats.c129 u64 t_bytes = 0, t_packets = 0; in gnet_stats_add_basic_cpu() local
143 t_bytes += bytes; in gnet_stats_add_basic_cpu()
146 _bstats_update(bstats, t_bytes, t_packets); in gnet_stats_add_basic_cpu()
181 u64 t_bytes = 0, t_packets = 0; in gnet_stats_read_basic() local
195 t_bytes += bytes; in gnet_stats_read_basic()
198 *ret_bytes = t_bytes; in gnet_stats_read_basic()
/openbmc/linux/kernel/trace/
H A Dblktrace.c1215 static inline u32 t_bytes(const struct trace_entry *ent) in t_bytes() function
1349 trace_seq_printf(s, "%u ", t_bytes(ent)); in blk_log_generic()