Searched refs:bytes_total (Results 1 – 6 of 6) 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()
724 unsigned long bytes_total = 0; in ps3_vuart_handle_interrupt_tx() local744 bytes_total += bytes_written; in ps3_vuart_handle_interrupt_tx()766 __func__, __LINE__, bytes_total); in ps3_vuart_handle_interrupt_tx()
1635 u64 bytes_total = copy->cp_count; in _nfsd_copy_file_range() local1642 if (bytes_total == 0) in _nfsd_copy_file_range()1643 bytes_total = ULLONG_MAX; in _nfsd_copy_file_range()1649 bytes_total); in _nfsd_copy_file_range()1652 bytes_total -= bytes_copied; in _nfsd_copy_file_range()1656 } 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,
Completed in 18 milliseconds