Searched refs:reader_buf (Results 1 – 1 of 1) sorted by relevance
97 struct pipe_buf_spec *reader_buf; in copy_to_pending_readers() local115 reader_buf = reader->base.swap_data; in copy_to_pending_readers()117 reader_buf->len - reader_buf->used); in copy_to_pending_readers()118 memcpy(&reader_buf->data[reader_buf->used], in copy_to_pending_readers()121 reader_buf->used += copy_size; in copy_to_pending_readers()123 if (reader_buf->used < reader_buf->len) { in copy_to_pending_readers()