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()
1739 u64 bytes_total = copy->cp_count; in _nfsd_copy_file_range() local1746 if (bytes_total == 0) in _nfsd_copy_file_range()1747 bytes_total = ULLONG_MAX; in _nfsd_copy_file_range()1753 bytes_total); in _nfsd_copy_file_range()1756 bytes_total -= bytes_copied; in _nfsd_copy_file_range()1760 } 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,