Searched refs:bytes_copied (Results 1 – 1 of 1) sorted by relevance
193 size_t bytes_copied; in pipe_buffer_put() local203 bytes_copied = pipe_xfer(pipe->buffer + pipe->write_index, in pipe_buffer_put()208 num_bytes_written += bytes_copied; in pipe_buffer_put()209 pipe->bytes_used += bytes_copied; in pipe_buffer_put()210 pipe->write_index += bytes_copied; in pipe_buffer_put()230 size_t bytes_copied; in pipe_buffer_get() local239 bytes_copied = pipe_xfer(dest + num_bytes_read, in pipe_buffer_get()244 num_bytes_read += bytes_copied; in pipe_buffer_get()245 pipe->bytes_used -= bytes_copied; in pipe_buffer_get()246 pipe->read_index += bytes_copied; in pipe_buffer_get()[all …]