Home
last modified time | relevance | path

Searched refs:bytes_total (Results 1 – 6 of 6) 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/drivers/ps3/
H A Dps3-vuart.c724 unsigned long bytes_total = 0; in ps3_vuart_handle_interrupt_tx() local
744 bytes_total += bytes_written; in ps3_vuart_handle_interrupt_tx()
766 __func__, __LINE__, bytes_total); in ps3_vuart_handle_interrupt_tx()
/linux/fs/nfsd/
H A Dnfs4proc.c1745 u64 bytes_total = copy->cp_count; in _nfsd_copy_file_range() local
1752 if (bytes_total == 0) in _nfsd_copy_file_range()
1753 bytes_total = ULLONG_MAX; in _nfsd_copy_file_range()
1759 bytes_total); in _nfsd_copy_file_range()
1762 bytes_total -= bytes_copied; in _nfsd_copy_file_range()
1766 } 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,