Searched refs:bytes_total (Results 1 – 5 of 5) sorted by relevance
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()
29 unsigned long long bytes_total; member
169 __sync_add_and_fetch(&(qsp->bytes_total), len); in hbm_update_stats()
1792 u64 bytes_total = copy->cp_count; in _nfsd_copy_file_range() local1799 if (bytes_total == 0) in _nfsd_copy_file_range()1800 bytes_total = ULLONG_MAX; in _nfsd_copy_file_range()1806 bytes_total); in _nfsd_copy_file_range()1809 bytes_total -= bytes_copied; in _nfsd_copy_file_range()1813 } while (bytes_total > 0 && nfsd4_copy_is_async(copy)); in _nfsd_copy_file_range()
818 static unsigned long packets_total = 0, bytes_total = 0;935 bytes_total += bytes;998 stats.tp_packets, bytes_total, stats.tp_drops,