Home
last modified time | relevance | path

Searched refs:bytes_consumed (Results 1 – 5 of 5) sorted by relevance

/linux/kernel/
A Drelay.c300 buf->bytes_consumed = 0; in __relay_reset()
883 size_t bytes_consumed) in relay_file_read_consume() argument
890 buf->offset == buf->bytes_consumed) in relay_file_read_consume()
893 if (buf->bytes_consumed + bytes_consumed > subbuf_size) { in relay_file_read_consume()
895 buf->bytes_consumed = 0; in relay_file_read_consume()
898 buf->bytes_consumed += bytes_consumed; in relay_file_read_consume()
908 buf->bytes_consumed = 0; in relay_file_read_consume()
935 buf->bytes_consumed = 0; in relay_file_read_avail()
1080 rbuf->bytes_consumed += bytes_consumed; in relay_consume_bytes()
1082 if (rbuf->bytes_consumed >= rbuf->chan->subbuf_size) { in relay_consume_bytes()
[all …]
/linux/include/linux/
A Drelay.h51 size_t bytes_consumed; /* bytes consumed in cur read subbuf */ member
/linux/fs/xfs/
A Dxfs_log.c2338 int *bytes_consumed) in xlog_write_setup_copy() argument
2342 still_to_copy = space_required - *bytes_consumed; in xlog_write_setup_copy()
2343 *copy_off = *bytes_consumed; in xlog_write_setup_copy()
2352 *bytes_consumed = 0; in xlog_write_setup_copy()
2362 *bytes_consumed += *copy_len; in xlog_write_setup_copy()
/linux/drivers/scsi/qla2xxx/
A Dqla_iocb.c809 sgx->dma_addr = sg_dma_addr + sgx->bytes_consumed; in qla24xx_get_one_block_sg()
811 if ((cumulative_partial + (sg_len - sgx->bytes_consumed)) >= blk_sz) { in qla24xx_get_one_block_sg()
817 sgx->dma_len = sg_len - sgx->bytes_consumed; in qla24xx_get_one_block_sg()
822 sgx->bytes_consumed += sgx->dma_len; in qla24xx_get_one_block_sg()
824 if (sg_len == sgx->bytes_consumed) { in qla24xx_get_one_block_sg()
828 sgx->bytes_consumed = 0; in qla24xx_get_one_block_sg()
A Dqla_def.h5037 uint32_t bytes_consumed; member

Completed in 46 milliseconds