Home
last modified time | relevance | path

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

/linux/arch/um/drivers/
H A Dvirtio_uml.c102 static int full_read(int fd, void *buf, int len, bool abortable) in full_read() argument
115 } while (len && (rc > 0 || rc == -EINTR || (!abortable && rc == -EAGAIN))); in full_read()
/linux/Documentation/networking/
H A Drxrpc.rst933 This is used to abort a call if it's still in an abortable state. The