Home
last modified time | relevance | path

Searched refs:bytes_total (Results 1 – 5 of 5) sorted by relevance

/linux/samples/bpf/
H A Dhbm.c232 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()
H A Dhbm.h29 unsigned long long bytes_total; member
H A Dhbm_kern.h169 __sync_add_and_fetch(&(qsp->bytes_total), len); in hbm_update_stats()
/linux/fs/nfsd/
H A Dnfs4proc.c1739 u64 bytes_total = copy->cp_count; in _nfsd_copy_file_range() local
1746 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()
/linux/Documentation/networking/
H A Dpacket_mmap.rst818 static unsigned long packets_total = 0, bytes_total = 0;
935 bytes_total += bytes;
998 stats.tp_packets, bytes_total, stats.tp_drops,