Searched refs:was_full (Results 1 – 1 of 1) sorted by relevance
235 bool was_full, wake_next_reader = false; in pipe_read() local253 was_full = pipe_full(pipe->head, pipe->tail, pipe->max_usage); in pipe_read()367 if (unlikely(was_full)) { in pipe_read()382 was_full = pipe_full(pipe->head, pipe->tail, pipe->max_usage); in pipe_read()389 if (was_full) { in pipe_read()