Home
last modified time | relevance | path

Searched refs:interrupted (Results 1 – 25 of 75) sorted by relevance

123

/Linux-v5.15/include/net/
Dstrparser.h36 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.15/tools/testing/selftests/net/
Dudpgso_bench_rx.c52 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()
387 } while (!interrupted); in do_recv()
Dudpgso_bench_tx.c86 static bool interrupted; variable
92 interrupted = true; in sigint_handler()
690 } while (!interrupted && (cfg_runtime_ms == -1 || tnow < tstop)); in main()
/Linux-v5.15/fs/
Daio.c2114 bool interrupted; in SYSCALL_DEFINE6() local
2129 interrupted = signal_pending(current); in SYSCALL_DEFINE6()
2130 restore_saved_sigmask_unless(interrupted); in SYSCALL_DEFINE6()
2131 if (interrupted && !ret) in SYSCALL_DEFINE6()
2149 bool interrupted; in SYSCALL_DEFINE6() local
2165 interrupted = signal_pending(current); in SYSCALL_DEFINE6()
2166 restore_saved_sigmask_unless(interrupted); in SYSCALL_DEFINE6()
2167 if (interrupted && !ret) in SYSCALL_DEFINE6()
2216 bool interrupted; in COMPAT_SYSCALL_DEFINE6() local
2231 interrupted = signal_pending(current); in COMPAT_SYSCALL_DEFINE6()
[all …]
/Linux-v5.15/kernel/locking/
Dsemaphore.c219 goto interrupted; in __down_common()
234 interrupted: in __down_common()
/Linux-v5.15/drivers/i2c/busses/
Di2c-iop3xx.c165 int interrupted; in iop3xx_i2c_wait_event() local
170 interrupted = wait_event_interruptible_timeout ( in iop3xx_i2c_wait_event()
178 } else if (!interrupted) { in iop3xx_i2c_wait_event()
/Linux-v5.15/Documentation/i2c/
Di2c-protocol.rst64 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
/Linux-v5.15/Documentation/devicetree/bindings/fpga/
Dxilinx-pr-decoupler.txt17 that can occur if AXI transactions are interrupted by DFX
/Linux-v5.15/Documentation/userspace-api/media/mediactl/
Drequest-func-poll.rst69 The call was interrupted by a signal.
/Linux-v5.15/Documentation/userspace-api/media/v4l/
Dfunc-read.rst101 :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.
Dfunc-write.rst74 The call was interrupted by a signal before any data was written.
Dvidioc-g-priority.rst78 applications which must not be interrupted, like video recording.
Dfunc-select.rst107 The call was interrupted by a signal.
/Linux-v5.15/Documentation/userspace-api/media/cec/
Dcec-func-poll.rst70 The call was interrupted by a signal.
Dcec-ioc-receive.rst292 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).
/Linux-v5.15/Documentation/parisc/
Ddebugging.rst41 was interrupted - so if you get an interruption between the instruction
/Linux-v5.15/include/linux/sched/
Dsignal.h512 static inline void restore_saved_sigmask_unless(bool interrupted) in restore_saved_sigmask_unless() argument
514 if (interrupted) in restore_saved_sigmask_unless()
/Linux-v5.15/tools/testing/selftests/ftrace/
DREADME59 for example, the test was interrupted
/Linux-v5.15/Documentation/RCU/
DUP.rst21 is referencing element B when it is interrupted by softirq processing,
126 the callback might be called from a softirq that interrupted
/Linux-v5.15/arch/arc/kernel/
Dentry-compact.S152 ; if L2 IRQ interrupted a L1 ISR, disable preemption
358 ; if L2 IRQ interrupted an L1 ISR, we'd disabled preemption earlier
/Linux-v5.15/Documentation/locking/
Dseqlock.rst28 or interrupted by read side sections. Otherwise the reader will spin for
30 interrupted writer. If that reader belongs to a real-time scheduling
/Linux-v5.15/Documentation/ABI/stable/
Dsysfs-class-ubi160 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.15/net/core/
Ddatagram.c119 goto interrupted; in __skb_wait_for_more_packets()
126 interrupted: in __skb_wait_for_more_packets()
/Linux-v5.15/Documentation/filesystems/
Dfuse.rst137 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
/Linux-v5.15/net/kcm/
Dkcmproc.c336 strp_stats.interrupted, in kcm_stats_seq_show()

123