Home
last modified time | relevance | path

Searched refs:bytes_total (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/samples/bpf/
H A Dhbm.c225 last_cg_tx_bytes = qstats.bytes_total; in run_bpf_prog()
247 new_cg_tx_bytes = qstats.bytes_total; in run_bpf_prog()
316 unsigned int rate_mbps = ((qstats.bytes_total - in run_bpf_prog()
343 fprintf(fout, "bytes_MB:%d\n", (int)(qstats.bytes_total / in run_bpf_prog()
353 (qstats.bytes_total + 1); in run_bpf_prog()
361 (qstats.bytes_total + 1); in run_bpf_prog()
H A Dhbm.h29 unsigned long long bytes_total; member
H A Dhbm_kern.h171 __sync_add_and_fetch(&(qsp->bytes_total), len); in hbm_update_stats()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/staging/pi433/
H A Dpi433_if.c408 int bytes_to_read, bytes_total; in pi433_receive() local
466 bytes_total = dev->rx_cfg.fixed_message_length; in pi433_receive()
468 bytes_total); in pi433_receive()
470 bytes_total = dev->rx_buffer_size; in pi433_receive()
472 bytes_total); in pi433_receive()
482 rf69_read_fifo(spi, (u8 *)&bytes_total, 1); in pi433_receive()
483 if (bytes_total > dev->rx_buffer_size) { in pi433_receive()
489 bytes_total); in pi433_receive()
496 bytes_total--; in pi433_receive()
509 while (dev->rx_position < bytes_total) { in pi433_receive()
[all...]
/kernel/linux/linux-6.6/drivers/staging/pi433/
H A Dpi433_if.c411 int bytes_to_read, bytes_total; in pi433_receive() local
469 bytes_total = dev->rx_cfg.fixed_message_length; in pi433_receive()
471 bytes_total); in pi433_receive()
473 bytes_total = dev->rx_buffer_size; in pi433_receive()
475 bytes_total); in pi433_receive()
485 rf69_read_fifo(spi, (u8 *)&bytes_total, 1); in pi433_receive()
486 if (bytes_total > dev->rx_buffer_size) { in pi433_receive()
492 bytes_total); in pi433_receive()
499 bytes_total--; in pi433_receive()
512 while (dev->rx_position < bytes_total) { in pi433_receive()
[all...]
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/fs/nfsd/
H A Dnfs4proc.c1635 u64 bytes_total = copy->cp_count; in _nfsd_copy_file_range() local
1642 if (bytes_total == 0) in _nfsd_copy_file_range()
1643 bytes_total = ULLONG_MAX; in _nfsd_copy_file_range()
1648 bytes_total); in _nfsd_copy_file_range()
1651 bytes_total -= bytes_copied; in _nfsd_copy_file_range()
1655 } while (bytes_total > 0 && nfsd4_copy_is_async(copy)); in _nfsd_copy_file_range()
/kernel/linux/linux-5.10/fs/nfsd/
H A Dnfs4proc.c1376 size_t bytes_total = copy->cp_count; in _nfsd_copy_file_range() local
1384 bytes_total); in _nfsd_copy_file_range()
1387 bytes_total -= bytes_copied; in _nfsd_copy_file_range()
1391 } while (bytes_total > 0 && !copy->cp_synchronous); in _nfsd_copy_file_range()

Completed in 15 milliseconds