/linux/include/net/ |
H A D | strparser.h | 36 unsigned int interrupted; member 97 u32 interrupted : 1; member 138 if (strp->interrupted) in save_strp_stats() 139 agg_stats->interrupted++; in save_strp_stats() 156 SAVE_PSOCK_STATS(interrupted); in aggregate_strp_stats()
|
/linux/tools/testing/selftests/net/ |
H A 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()
|
H A 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()
|
H A D | l2_tos_ttl_inherit.sh | 401 interrupted() { function 409 trap interrupted INT
|
/linux/tools/testing/selftests/connector/ |
H A D | proc_filter.c | 28 volatile static int interrupted; variable 131 interrupted = 1; in sigint() 282 while (!interrupted) { in main()
|
/linux/Documentation/arch/arm64/ |
H A D | gcs.rst | 155 pointer for the interrupted context on signal delivery. This will always 159 for the interrupted context as PR_GET_SHADOW_STACK_STATUS would. 161 * The signal handler is run with the same GCS configuration as the interrupted 164 * When GCS is enabled for the interrupted thread a signal handling specific 169 * The signal handler will use the same GCS as the interrupted context.
|
/linux/Documentation/i2c/ |
H A D | i2c-protocol.rst | 61 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/drivers/gpu/drm/xe/tests/ |
H A D | xe_bo.c | 451 unsigned int interrupted = 0, successful = 0, count = 0; in shrink_test_run_device() local 583 interrupted++; in shrink_test_run_device() 593 interrupted, successful); in shrink_test_run_device()
|
/linux/Documentation/userspace-api/media/v4l/ |
H A 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.
|
H A D | vidioc-g-priority.rst | 78 applications which must not be interrupted, like video recording.
|
H A D | func-write.rst | 74 The call was interrupted by a signal before any data was written.
|
H A D | func-select.rst | 107 The call was interrupted by a signal.
|
/linux/Documentation/userspace-api/media/mediactl/ |
H A D | request-func-poll.rst | 69 The call was interrupted by a signal.
|
/linux/Documentation/userspace-api/media/cec/ |
H A D | cec-func-poll.rst | 70 The call was interrupted by a signal.
|
H A D | cec-ioc-receive.rst | 310 was unconfigured, or a transmit was interrupted, or the driver 352 reply was interrupted. 372 The wait for a message was interrupted (e.g. by Ctrl-C). 400 The wait for a successful transmit was interrupted (e.g. by Ctrl-C).
|
/linux/Documentation/arch/parisc/ |
H A D | debugging.rst | 41 was interrupted - so if you get an interruption between the instruction
|
/linux/arch/arc/kernel/ |
H A D | entry-compact.S | 152 ; if L2 IRQ interrupted a L1 ISR, disable preemption 343 ; if L2 IRQ interrupted an L1 ISR, we'd disabled preemption earlier
|
/linux/include/linux/sched/ |
H A D | signal.h | 543 static inline void restore_saved_sigmask_unless(bool interrupted) in restore_saved_sigmask_unless() argument 545 if (interrupted) in restore_saved_sigmask_unless()
|
/linux/tools/testing/selftests/ftrace/ |
H A D | README | 59 for example, the test was interrupted
|
/linux/Documentation/ABI/stable/ |
H A 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/Documentation/RCU/ |
H A D | UP.rst | 21 is referencing element B when it is interrupted by softirq processing, 135 the callback might be called from a softirq that interrupted
|
/linux/net/core/ |
H A D | datagram.c | 118 goto interrupted; in __skb_wait_for_more_packets() 125 interrupted: in __skb_wait_for_more_packets()
|
/linux/Documentation/filesystems/ |
H A 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 419 to the request, the request must not be interrupted/aborted. This is
|
/linux/Documentation/driver-api/usb/ |
H A 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/net/kcm/ |
H A D | kcmproc.c | 336 strp_stats.interrupted, in kcm_stats_seq_show()
|