Searched full:abortable (Results 1 – 8 of 8) sorted by relevance
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/arm/ |
| D | idle-states.yaml | 72 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
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/cpu/ |
| D | idle-states.yaml | 92 like cache flushing. This is abortable on pending wake-up 95 goes back to EXEC. This phase is optional. If not abortable, 132 has not expired. The abortable nature of the PREP period can be ignored
|
| /kernel/linux/linux-5.10/arch/um/drivers/ |
| D | virtio_uml.c | 101 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()
|
| /kernel/linux/linux-6.6/arch/um/drivers/ |
| D | virtio_uml.c | 101 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()
|
| /kernel/linux/linux-6.6/net/rxrpc/ |
| D | sendmsg.c | 789 * Allow a kernel service to abort a call, if it's still in an abortable state
|
| /kernel/linux/linux-5.10/net/rxrpc/ |
| D | sendmsg.c | 860 * Allow a kernel service to abort a call, if it's still in an abortable state
|
| /kernel/linux/linux-6.6/Documentation/networking/ |
| D | rxrpc.rst | 936 This is used to abort a call if it's still in an abortable state. The
|
| /kernel/linux/linux-5.10/Documentation/networking/ |
| D | rxrpc.rst | 929 This is used to abort a call if it's still in an abortable state. The
|