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

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

Completed in 116 milliseconds