Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
315 unsigned int rate_mbps = ((qstats.bytes_total - in run_bpf_prog()
342 fprintf(fout, "bytes_MB:%d\n", (int)(qstats.bytes_total / in run_bpf_prog()
352 (qstats.bytes_total + 1); in run_bpf_prog()
360 (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()
/OK3568_Linux_fs/u-boot/common/
H A Dlrz.c903 zi.bytes_total=0; in wcreceive()
982 (long) zi.bytes_received, (long) zi.bytes_total, bps); in wcreceive()
998 zi.bytes_total = DEFBYTL; in wcreceive()
1153 if (zi->bytes_total && R_BYTESLEFT(zi) < Blklen) in wcrx()
1431 zi->bytes_total = DEFBYTL; in procheader()
1440 long bytes_total; in procheader()
1442 sscanf(nameend, "%ld%lo%o", &bytes_total, &modtime, &mode); in procheader()
1444 zi->bytes_total=bytes_total; in procheader()
1487 if (((size_t) sta.st_size) >= zi->bytes_total in procheader()
1496 int r=do_crc_check(NULL,zi->bytes_total,0); in procheader()
[all …]
H A Dzglobal.h345 size_t bytes_total; member
352 #define R_BYTESLEFT(x) ((x)->bytes_total-(x)->bytes_received)
/OK3568_Linux_fs/kernel/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 …]
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dnfs4proc.c1386 size_t bytes_total = copy->cp_count; in _nfsd_copy_file_range() local
1394 bytes_total); in _nfsd_copy_file_range()
1397 bytes_total -= bytes_copied; in _nfsd_copy_file_range()
1401 } while (bytes_total > 0 && !copy->cp_synchronous); in _nfsd_copy_file_range()
/OK3568_Linux_fs/kernel/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,