Home
last modified time | relevance | path

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

/linux/Documentation/devicetree/bindings/arm/
A Didle-states.yaml72 like cache flushing. This is abortable on pending wake-up
75 goes back to EXEC. This phase is optional. If not abortable,
112 has not expired. The abortable nature of the PREP period can be ignored
/linux/arch/um/drivers/
A Dvirtio_uml.c98 static int full_read(int fd, void *buf, int len, bool abortable) in full_read() argument
111 } while (len && (rc > 0 || rc == -EINTR || (!abortable && rc == -EAGAIN))); in full_read()
/linux/Documentation/networking/
A Drxrpc.rst929 This is used to abort a call if it's still in an abortable state. The

Completed in 21 milliseconds