bytes_total 724 drivers/ps3/ps3-vuart.c unsigned long bytes_total = 0; bytes_total 744 drivers/ps3/ps3-vuart.c bytes_total += bytes_written; bytes_total 766 drivers/ps3/ps3-vuart.c __func__, __LINE__, bytes_total); bytes_total 408 drivers/staging/pi433/pi433_if.c int bytes_to_read, bytes_total; bytes_total 466 drivers/staging/pi433/pi433_if.c bytes_total = dev->rx_cfg.fixed_message_length; bytes_total 468 drivers/staging/pi433/pi433_if.c bytes_total); bytes_total 470 drivers/staging/pi433/pi433_if.c bytes_total = dev->rx_buffer_size; bytes_total 472 drivers/staging/pi433/pi433_if.c bytes_total); bytes_total 482 drivers/staging/pi433/pi433_if.c rf69_read_fifo(spi, (u8 *)&bytes_total, 1); bytes_total 483 drivers/staging/pi433/pi433_if.c if (bytes_total > dev->rx_buffer_size) { bytes_total 489 drivers/staging/pi433/pi433_if.c bytes_total); bytes_total 496 drivers/staging/pi433/pi433_if.c bytes_total--; bytes_total 509 drivers/staging/pi433/pi433_if.c while (dev->rx_position < bytes_total) { bytes_total 522 drivers/staging/pi433/pi433_if.c bytes_to_read = bytes_total - dev->rx_position; bytes_total 552 drivers/staging/pi433/pi433_if.c return bytes_total; bytes_total 1167 fs/nfsd/nfs4proc.c size_t bytes_total = copy->cp_count; bytes_total 1176 fs/nfsd/nfs4proc.c bytes_total); bytes_total 1179 fs/nfsd/nfs4proc.c bytes_total -= bytes_copied; bytes_total 1183 fs/nfsd/nfs4proc.c } while (bytes_total > 0 && !copy->cp_synchronous); bytes_total 224 samples/bpf/hbm.c last_cg_tx_bytes = qstats.bytes_total; bytes_total 246 samples/bpf/hbm.c new_cg_tx_bytes = qstats.bytes_total; bytes_total 314 samples/bpf/hbm.c unsigned int rate_mbps = ((qstats.bytes_total - bytes_total 341 samples/bpf/hbm.c fprintf(fout, "bytes_MB:%d\n", (int)(qstats.bytes_total / bytes_total 351 samples/bpf/hbm.c (qstats.bytes_total + 1); bytes_total 359 samples/bpf/hbm.c (qstats.bytes_total + 1); bytes_total 29 samples/bpf/hbm.h unsigned long long bytes_total; bytes_total 174 samples/bpf/hbm_kern.h __sync_add_and_fetch(&(qsp->bytes_total), len);