Home
last modified time | relevance | path

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

1234

/linux-6.3-rc2/include/net/
A Dstrparser.h36 unsigned int interrupted; member
95 u32 interrupted : 1; member
136 if (strp->interrupted) in save_strp_stats()
137 agg_stats->interrupted++; in save_strp_stats()
154 SAVE_PSOCK_STATS(interrupted); in aggregate_strp_stats()
/linux-6.3-rc2/tools/testing/selftests/net/
A 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()
390 } while (!interrupted); in do_recv()
A Dudpgso_bench_tx.c87 static bool interrupted; variable
93 interrupted = true; in sigint_handler()
718 } while (!interrupted && (cfg_runtime_ms == -1 || tnow < tstop)); in main()
A Dl2_tos_ttl_inherit.sh401 interrupted() { function
409 trap interrupted INT
/linux-6.3-rc2/fs/
A Daio.c2257 bool interrupted; in SYSCALL_DEFINE6() local
2272 interrupted = signal_pending(current); in SYSCALL_DEFINE6()
2274 if (interrupted && !ret) in SYSCALL_DEFINE6()
2292 bool interrupted; in SYSCALL_DEFINE6() local
2308 interrupted = signal_pending(current); in SYSCALL_DEFINE6()
2310 if (interrupted && !ret) in SYSCALL_DEFINE6()
2359 bool interrupted; in COMPAT_SYSCALL_DEFINE6() local
2374 interrupted = signal_pending(current); in COMPAT_SYSCALL_DEFINE6()
2376 if (interrupted && !ret) in COMPAT_SYSCALL_DEFINE6()
2394 bool interrupted; in COMPAT_SYSCALL_DEFINE6() local
[all …]
/linux-6.3-rc2/kernel/locking/
A Dsemaphore.c220 goto interrupted; in ___down_common()
235 interrupted: in ___down_common()
/linux-6.3-rc2/drivers/i2c/busses/
A 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-6.3-rc2/Documentation/i2c/
A Di2c-protocol.rst61 Normally message is interrupted immediately if there is [NA] from the
95 like SCCB require that. Normally, you really don't want to get interrupted
/linux-6.3-rc2/Documentation/userspace-api/media/mediactl/
A Drequest-func-poll.rst69 The call was interrupted by a signal.
/linux-6.3-rc2/Documentation/devicetree/bindings/fpga/
A Dxilinx-pr-decoupler.txt17 that can occur if AXI transactions are interrupted by DFX
/linux-6.3-rc2/Documentation/userspace-api/media/v4l/
A 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.
A Dfunc-write.rst74 The call was interrupted by a signal before any data was written.
A Dvidioc-g-priority.rst78 applications which must not be interrupted, like video recording.
A Dfunc-select.rst107 The call was interrupted by a signal.
/linux-6.3-rc2/Documentation/userspace-api/media/cec/
A Dcec-func-poll.rst70 The call was interrupted by a signal.
A Dcec-ioc-receive.rst295 was unconfigured, or a transmit was interrupted, or the driver
337 reply was interrupted.
357 The wait for a message was interrupted (e.g. by Ctrl-C).
385 The wait for a successful transmit was interrupted (e.g. by Ctrl-C).
/linux-6.3-rc2/Documentation/parisc/
A Ddebugging.rst41 was interrupted - so if you get an interruption between the instruction
/linux-6.3-rc2/tools/testing/selftests/ftrace/
A DREADME59 for example, the test was interrupted
/linux-6.3-rc2/arch/arc/kernel/
A 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-6.3-rc2/include/linux/sched/
A Dsignal.h555 static inline void restore_saved_sigmask_unless(bool interrupted) in restore_saved_sigmask_unless() argument
557 if (interrupted) in restore_saved_sigmask_unless()
/linux-6.3-rc2/Documentation/RCU/
A DUP.rst21 is referencing element B when it is interrupted by softirq processing,
135 the callback might be called from a softirq that interrupted
/linux-6.3-rc2/Documentation/ABI/stable/
A 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-6.3-rc2/Documentation/locking/
A 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-6.3-rc2/net/core/
A Ddatagram.c117 goto interrupted; in __skb_wait_for_more_packets()
124 interrupted: in __skb_wait_for_more_packets()
/linux-6.3-rc2/drivers/vfio/
A Dvfio_main.c315 bool interrupted = false; in vfio_unregister_group_dev() local
324 if (interrupted) { in vfio_unregister_group_dev()
331 interrupted = true; in vfio_unregister_group_dev()

Completed in 47 milliseconds

1234