Searched refs:bytes_total (Results 1 – 3 of 3) sorted by relevance
29 unsigned long long bytes_total; member
232 last_cg_tx_bytes = qstats.bytes_total; in run_bpf_prog()254 new_cg_tx_bytes = qstats.bytes_total; in run_bpf_prog()323 unsigned int rate_mbps = ((qstats.bytes_total - in run_bpf_prog()350 fprintf(fout, "bytes_MB:%d\n", (int)(qstats.bytes_total / in run_bpf_prog()360 (qstats.bytes_total + 1); in run_bpf_prog()368 (qstats.bytes_total + 1); in run_bpf_prog()
169 __sync_add_and_fetch(&(qsp->bytes_total), len); in hbm_update_stats()
Completed in 4 milliseconds