Lines Matching refs:st
60 timespecsub(&now, &st.start, &elapsed); in sig_summary()
63 bps = st.bytes / elapsed.tv_sec; in sig_summary()
69 bps = st.bytes * 1000 / msec; in sig_summary()
71 bps = st.bytes * 1000000000 / elapsed.tv_nsec; in sig_summary()
73 bps = st.bytes; in sig_summary()
77 st.in_full, st.in_part, st.out_full, st.out_part); in sig_summary()
79 if (st.swab) { in sig_summary()
81 st.swab, (st.swab == 1) ? "block" : "blocks"); in sig_summary()
83 if (st.trunc) { in sig_summary()
85 st.trunc, (st.trunc == 1) ? "block" : "blocks"); in sig_summary()
90 "(%llu bytes/sec)\n", (long long)st.bytes, in sig_summary()