Searched refs:bytes_consumed (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Drelay.c368 buf->bytes_consumed = 0;
942 size_t bytes_consumed)
949 buf->offset == buf->bytes_consumed)
952 if (buf->bytes_consumed + bytes_consumed > subbuf_size) {
954 buf->bytes_consumed = 0;
957 buf->bytes_consumed += bytes_consumed;
962 if (buf->bytes_consumed + buf->padding[read_subbuf] == subbuf_size) {
967 buf->bytes_consumed
940 relay_file_read_consume(struct rchan_buf *buf, size_t read_pos, size_t bytes_consumed) argument
1182 relay_consume_bytes(struct rchan_buf *rbuf, int bytes_consumed) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Drelay.h50 size_t bytes_consumed; /* bytes consumed in cur read subbuf */ member in struct:rchan_buf
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_log.c1760 int *bytes_consumed)
1764 still_to_copy = space_required - *bytes_consumed;
1765 *copy_off = *bytes_consumed;
1774 *bytes_consumed = 0;
1784 *bytes_consumed += *copy_len;
1752 xlog_write_setup_copy( struct xlog_ticket *ticket, struct xlog_op_header *ophdr, int space_available, int space_required, int *copy_off, int *copy_len, int *last_was_partial_copy, int *bytes_consumed) argument

Completed in 49 milliseconds