Home
last modified time | relevance | path

Searched refs:PIPE_ERROR_AGAIN (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/platform/goldfish/
H A Dgoldfish_pipe_qemu.h20 PIPE_ERROR_AGAIN = -2, enumerator
H A Dgoldfish_pipe.c249 case PIPE_ERROR_AGAIN: in goldfish_pipe_error_convert()
448 if (status != PIPE_ERROR_AGAIN) in goldfish_pipe_read_write()
456 * If the error is not PIPE_ERROR_AGAIN, or if we are in in goldfish_pipe_read_write()
459 if (status != PIPE_ERROR_AGAIN || in goldfish_pipe_read_write()
/kernel/linux/linux-6.6/drivers/platform/goldfish/
H A Dgoldfish_pipe_qemu.h20 PIPE_ERROR_AGAIN = -2, enumerator
H A Dgoldfish_pipe.c246 case PIPE_ERROR_AGAIN: in goldfish_pipe_error_convert()
445 if (status != PIPE_ERROR_AGAIN) in goldfish_pipe_read_write()
453 * If the error is not PIPE_ERROR_AGAIN, or if we are in in goldfish_pipe_read_write()
456 if (status != PIPE_ERROR_AGAIN || in goldfish_pipe_read_write()

Completed in 4 milliseconds