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

/linux-master/samples/bpf/
H A Dhbm.h29 unsigned long long bytes_total; member in struct:hbm_queue_stats
H A Dhbm.c232 last_cg_tx_bytes = qstats.bytes_total;
254 new_cg_tx_bytes = qstats.bytes_total;
323 unsigned int rate_mbps = ((qstats.bytes_total -
350 fprintf(fout, "bytes_MB:%d\n", (int)(qstats.bytes_total /
360 (qstats.bytes_total + 1);
368 (qstats.bytes_total + 1);
H A Dhbm_kern.h169 __sync_add_and_fetch(&(qsp->bytes_total), len);
/linux-master/drivers/staging/pi433/
H A Dpi433_if.c415 int bytes_to_read, bytes_total; local
473 bytes_total = dev->rx_cfg.fixed_message_length;
475 bytes_total);
477 bytes_total = dev->rx_buffer_size;
479 bytes_total);
489 rf69_read_fifo(spi, (u8 *)&bytes_total, 1);
490 if (bytes_total > dev->rx_buffer_size) {
496 bytes_total);
503 bytes_total--;
516 while (dev->rx_position < bytes_total) {
[all...]
/linux-master/drivers/ps3/
H A Dps3-vuart.c724 unsigned long bytes_total = 0; local
744 bytes_total += bytes_written;
766 __func__, __LINE__, bytes_total);
/linux-master/fs/nfsd/
H A Dnfs4proc.c1642 u64 bytes_total = copy->cp_count; local
1649 if (bytes_total == 0)
1650 bytes_total = ULLONG_MAX;
1656 bytes_total);
1659 bytes_total -= bytes_copied;
1663 } while (bytes_total > 0 && nfsd4_copy_is_async(copy));

Completed in 208 milliseconds