Home
last modified time | relevance | path

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

/linux-6.3-rc2/samples/bpf/
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()
322 unsigned int rate_mbps = ((qstats.bytes_total - in run_bpf_prog()
349 fprintf(fout, "bytes_MB:%d\n", (int)(qstats.bytes_total / in run_bpf_prog()
359 (qstats.bytes_total + 1); in run_bpf_prog()
367 (qstats.bytes_total + 1); in run_bpf_prog()
A Dhbm.h29 unsigned long long bytes_total; member
A Dhbm_kern.h169 __sync_add_and_fetch(&(qsp->bytes_total), len); in hbm_update_stats()
/linux-6.3-rc2/drivers/staging/pi433/
A Dpi433_if.c412 int bytes_to_read, bytes_total; in pi433_receive() local
470 bytes_total = dev->rx_cfg.fixed_message_length; in pi433_receive()
472 bytes_total); in pi433_receive()
474 bytes_total = dev->rx_buffer_size; in pi433_receive()
476 bytes_total); in pi433_receive()
486 rf69_read_fifo(spi, (u8 *)&bytes_total, 1); in pi433_receive()
487 if (bytes_total > dev->rx_buffer_size) { in pi433_receive()
493 bytes_total); in pi433_receive()
500 bytes_total--; in pi433_receive()
513 while (dev->rx_position < bytes_total) { in pi433_receive()
[all …]
/linux-6.3-rc2/drivers/ps3/
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-6.3-rc2/fs/nfsd/
A Dnfs4proc.c1602 u64 bytes_total = copy->cp_count; in _nfsd_copy_file_range() local
1609 if (bytes_total == 0) in _nfsd_copy_file_range()
1610 bytes_total = ULLONG_MAX; in _nfsd_copy_file_range()
1615 bytes_total); in _nfsd_copy_file_range()
1618 bytes_total -= bytes_copied; in _nfsd_copy_file_range()
1622 } while (bytes_total > 0 && nfsd4_copy_is_async(copy)); in _nfsd_copy_file_range()
/linux-6.3-rc2/Documentation/networking/
A Dpacket_mmap.rst817 static unsigned long packets_total = 0, bytes_total = 0;
934 bytes_total += bytes;
997 stats.tp_packets, bytes_total, stats.tp_drops,

Completed in 21 milliseconds