Home
last modified time | relevance | path

Searched refs:abortable (Results 1 – 1 of 1) sorted by relevance

/arch/um/drivers/
Dvirtio_uml.c101 static int full_read(int fd, void *buf, int len, bool abortable) in full_read() argument
114 } while (len && (rc > 0 || rc == -EINTR || (!abortable && rc == -EAGAIN))); in full_read()