| /Linux-v5.4/include/net/ |
| D | strparser.h | 36 unsigned int interrupted; member 70 u32 interrupted : 1; member 111 if (strp->interrupted) in save_strp_stats() 112 agg_stats->interrupted++; in save_strp_stats() 129 SAVE_PSOCK_STATS(interrupted); in aggregate_strp_stats()
|
| /Linux-v5.4/tools/testing/selftests/net/ |
| D | udpgso_bench_rx.c | 52 static bool interrupted; variable 58 interrupted = true; in sigint_handler() 103 if (interrupted) in do_poll() 113 interrupted = true; in do_poll() 148 if (interrupted) in do_socket() 384 } while (!interrupted); in do_recv()
|
| D | udpgso_bench_tx.c | 86 static bool interrupted; variable 92 interrupted = true; in sigint_handler() 689 } while (!interrupted && (cfg_runtime_ms == -1 || tnow < tstop)); in main()
|
| /Linux-v5.4/fs/ |
| D | aio.c | 2096 bool interrupted; in SYSCALL_DEFINE6() local 2111 interrupted = signal_pending(current); in SYSCALL_DEFINE6() 2112 restore_saved_sigmask_unless(interrupted); in SYSCALL_DEFINE6() 2113 if (interrupted && !ret) in SYSCALL_DEFINE6() 2131 bool interrupted; in SYSCALL_DEFINE6() local 2147 interrupted = signal_pending(current); in SYSCALL_DEFINE6() 2148 restore_saved_sigmask_unless(interrupted); in SYSCALL_DEFINE6() 2149 if (interrupted && !ret) in SYSCALL_DEFINE6() 2198 bool interrupted; in COMPAT_SYSCALL_DEFINE6() local 2213 interrupted = signal_pending(current); in COMPAT_SYSCALL_DEFINE6() [all …]
|
| /Linux-v5.4/kernel/locking/ |
| D | semaphore.c | 215 goto interrupted; in __down_common() 230 interrupted: in __down_common()
|
| /Linux-v5.4/drivers/i2c/busses/ |
| D | i2c-iop3xx.c | 163 int interrupted; in iop3xx_i2c_wait_event() local 168 interrupted = wait_event_interruptible_timeout ( in iop3xx_i2c_wait_event() 176 } else if (!interrupted) { in iop3xx_i2c_wait_event()
|
| /Linux-v5.4/Documentation/i2c/ |
| D | i2c-protocol.rst | 64 Normally message is interrupted immediately if there is [NA] from the 97 like SCCB require that. Normally, you really don't want to get interrupted
|
| /Linux-v5.4/Documentation/parisc/ |
| D | debugging.rst | 41 was interrupted - so if you get an interruption between the instruction
|
| /Linux-v5.4/include/linux/sched/ |
| D | signal.h | 479 static inline void restore_saved_sigmask_unless(bool interrupted) in restore_saved_sigmask_unless() argument 481 if (interrupted) in restore_saved_sigmask_unless()
|
| /Linux-v5.4/Documentation/media/uapi/v4l/ |
| D | func-read.rst | 111 :ref:`read() <func-read>` was interrupted by a signal. On error, -1 is 132 The call was interrupted by a signal before any data was read.
|
| D | vidioc-g-priority.rst | 86 applications which must not be interrupted, like video recording.
|
| D | func-write.rst | 84 The call was interrupted by a signal before any data was written.
|
| D | func-select.rst | 118 The call was interrupted by a signal.
|
| /Linux-v5.4/tools/testing/selftests/ftrace/ |
| D | README | 59 for example, the test was interrupted
|
| /Linux-v5.4/Documentation/media/uapi/cec/ |
| D | cec-func-poll.rst | 81 The call was interrupted by a signal.
|
| D | cec-ioc-receive.rst | 299 was unconfigured, or a transmit was interrupted, or the driver 342 reply was interrupted. 363 The wait for a message was interrupted (e.g. by Ctrl-C). 391 The wait for a successful transmit was interrupted (e.g. by Ctrl-C).
|
| /Linux-v5.4/arch/arc/kernel/ |
| D | entry-compact.S | 152 ; if L2 IRQ interrupted a L1 ISR, disable preemption 358 ; if L2 IRQ interrupted an L1 ISR, we'd disabled preemption earlier
|
| /Linux-v5.4/Documentation/RCU/ |
| D | UP.rst | 21 is referencing element B when it is interrupted by softirq processing, 126 the callback might be called from a softirq that interrupted
|
| /Linux-v5.4/net/core/ |
| D | datagram.c | 117 goto interrupted; in __skb_wait_for_more_packets() 124 interrupted: in __skb_wait_for_more_packets()
|
| /Linux-v5.4/Documentation/ABI/stable/ |
| D | sysfs-class-ubi | 160 if it is corrupted (e.g., due to an interrupted volume update). 211 at the moment of the update was interrupted. The later may be
|
| /Linux-v5.4/Documentation/media/uapi/mediactl/ |
| D | request-func-poll.rst | 97 The call was interrupted by a signal.
|
| /Linux-v5.4/Documentation/filesystems/ |
| D | fuse.txt | 151 If a process issuing a FUSE filesystem request is interrupted, the 159 fatal, then an 'interrupted' flag is set for the request. When 416 to the request, the request must not be interrupted/aborted. This is
|
| /Linux-v5.4/net/kcm/ |
| D | kcmproc.c | 336 strp_stats.interrupted, in kcm_stats_seq_show()
|
| /Linux-v5.4/Documentation/driver-api/usb/ |
| D | persist.rst | 19 If a USB device's power session is interrupted then the system is 141 When recovering an interrupted power session the kernel does its best
|
| /Linux-v5.4/Documentation/trace/ |
| D | hwlat_detector.rst | 27 time when the polling was interrupted and since the interrupts are disabled,
|