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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lzo-2.06/lzotest/
H A Dlzotest.c899 unsigned long t_bytes, c_bytes, d_bytes; local
908 t_bytes = c_bytes + d_bytes;
916 t_mbs = (t_secs > 0.001) ? (t_bytes / t_secs) / 1000000.0 : 0;
942 t_bytes, t_secs, t_mbs);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/trace/
H A Dblktrace.c1103 static inline u32 t_bytes(const struct trace_entry *ent) function
1216 ret = trace_seq_printf(s, "%u ", t_bytes(ent));

Completed in 102 milliseconds