/kernel/linux/linux-5.10/include/net/ |
D | strparser.h | 36 unsigned int interrupted; member 84 u32 interrupted : 1; member 125 if (strp->interrupted) in save_strp_stats() 126 agg_stats->interrupted++; in save_strp_stats() 143 SAVE_PSOCK_STATS(interrupted); in aggregate_strp_stats()
|
/kernel/linux/linux-5.10/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() 151 if (interrupted) in do_socket() 390 } while (!interrupted); in do_recv()
|
D | udpgso_bench_tx.c | 87 static bool interrupted; variable 93 interrupted = true; in sigint_handler() 718 } while (!interrupted && (cfg_runtime_ms == -1 || tnow < tstop)); in main()
|
/kernel/linux/linux-5.10/fs/ |
D | aio.c | 2244 bool interrupted; in SYSCALL_DEFINE6() local 2259 interrupted = signal_pending(current); in SYSCALL_DEFINE6() 2260 restore_saved_sigmask_unless(interrupted); in SYSCALL_DEFINE6() 2261 if (interrupted && !ret) in SYSCALL_DEFINE6() 2279 bool interrupted; in SYSCALL_DEFINE6() local 2295 interrupted = signal_pending(current); in SYSCALL_DEFINE6() 2296 restore_saved_sigmask_unless(interrupted); in SYSCALL_DEFINE6() 2297 if (interrupted && !ret) in SYSCALL_DEFINE6() 2346 bool interrupted; in COMPAT_SYSCALL_DEFINE6() local 2361 interrupted = signal_pending(current); in COMPAT_SYSCALL_DEFINE6() [all …]
|
/kernel/linux/linux-5.10/kernel/locking/ |
D | semaphore.c | 215 goto interrupted; in __down_common() 230 interrupted: in __down_common()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/Documentation/i2c/ |
D | i2c-protocol.rst | 64 Normally message is interrupted immediately if there is [NA] from the 98 like SCCB require that. Normally, you really don't want to get interrupted
|
/kernel/linux/linux-5.10/Documentation/userspace-api/media/mediactl/ |
D | request-func-poll.rst | 69 The call was interrupted by a signal.
|
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/ |
D | func-read.rst | 101 :c:func:`read()` was interrupted by a signal. On error, -1 is 122 The call was interrupted by a signal before any data was read.
|
D | func-write.rst | 74 The call was interrupted by a signal before any data was written.
|
D | vidioc-g-priority.rst | 78 applications which must not be interrupted, like video recording.
|
D | func-select.rst | 107 The call was interrupted by a signal.
|
/kernel/linux/linux-5.10/Documentation/userspace-api/media/cec/ |
D | cec-func-poll.rst | 70 The call was interrupted by a signal.
|
D | cec-ioc-receive.rst | 292 was unconfigured, or a transmit was interrupted, or the driver 334 reply was interrupted. 354 The wait for a message was interrupted (e.g. by Ctrl-C). 382 The wait for a successful transmit was interrupted (e.g. by Ctrl-C).
|
/kernel/linux/linux-5.10/Documentation/parisc/ |
D | debugging.rst | 41 was interrupted - so if you get an interruption between the instruction
|
/kernel/linux/linux-5.10/include/linux/sched/ |
D | signal.h | 515 static inline void restore_saved_sigmask_unless(bool interrupted) in restore_saved_sigmask_unless() argument 517 if (interrupted) in restore_saved_sigmask_unless()
|
/kernel/linux/linux-5.10/tools/testing/selftests/ftrace/ |
D | README | 59 for example, the test was interrupted
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/Documentation/locking/ |
D | seqlock.rst | 28 or interrupted by read side sections. Otherwise the reader will spin for 30 interrupted writer. If that reader belongs to a real-time scheduling
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/net/core/ |
D | datagram.c | 119 goto interrupted; in __skb_wait_for_more_packets() 126 interrupted: in __skb_wait_for_more_packets()
|
/kernel/linux/linux-5.10/lib/ |
D | Kconfig.kcsan | 153 If enabled, a task that set up a watchpoint may be interrupted while 155 interrupted tasks and other threads of execution on the same CPU.
|
/kernel/linux/linux-5.10/Documentation/filesystems/ |
D | fuse.rst | 137 If a process issuing a FUSE filesystem request is interrupted, the 145 fatal, then an interrupted flag is set for the request. When 400 to the request, the request must not be interrupted/aborted. This is
|
/kernel/linux/linux-5.10/net/kcm/ |
D | kcmproc.c | 336 strp_stats.interrupted, in kcm_stats_seq_show()
|