Searched refs:write_bytes (Results 1 – 1 of 1) sorted by relevance
546 rt_size_t write_bytes = 0; in rt_pipe_write() local562 while (write_bytes < count) in rt_pipe_write()564 int len = rt_ringbuffer_put(pipe->fifo, &pbuf[write_bytes], count - write_bytes); in rt_pipe_write()570 write_bytes += len; in rt_pipe_write()574 return write_bytes; in rt_pipe_write()
Completed in 3 milliseconds