/Linux-v4.19/include/net/ |
D | strparser.h | 39 unsigned int interrupted; member 73 u32 interrupted : 1; member 114 if (strp->interrupted) in save_strp_stats() 115 agg_stats->interrupted++; in save_strp_stats() 132 SAVE_PSOCK_STATS(interrupted); in aggregate_strp_stats()
|
/Linux-v4.19/tools/testing/selftests/net/ |
D | udpgso_bench_rx.c | 38 static bool interrupted; variable 44 interrupted = true; in sigint_handler() 73 } while (!ret && !interrupted); in do_poll() 250 } while (!interrupted); in do_recv()
|
D | udpgso_bench_tx.c | 59 static bool interrupted; variable 65 interrupted = true; in sigint_handler() 414 } while (!interrupted && (cfg_runtime_ms == -1 || tnow < tstop)); in main()
|
/Linux-v4.19/kernel/locking/ |
D | semaphore.c | 216 goto interrupted; in __down_common() 231 interrupted: in __down_common()
|
/Linux-v4.19/drivers/i2c/busses/ |
D | i2c-iop3xx.c | 167 int interrupted; in iop3xx_i2c_wait_event() local 172 interrupted = wait_event_interruptible_timeout ( in iop3xx_i2c_wait_event() 180 } else if (!interrupted) { in iop3xx_i2c_wait_event()
|
/Linux-v4.19/Documentation/i2c/ |
D | i2c-protocol | 57 Normally message is interrupted immediately if there is [NA] from the 87 like SCCB require that. Normally, you really don't want to get interrupted
|
/Linux-v4.19/fs/nfs/ |
D | nfs4session.h | 26 unsigned int interrupted : 1, member
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | func-read.rst | 104 :ref:`read() <func-read>` was interrupted by a signal. On error, -1 is 125 The call was interrupted by a signal before any data was read.
|
D | vidioc-g-priority.rst | 79 applications which must not be interrupted, like video recording.
|
D | func-write.rst | 77 The call was interrupted by a signal before any data was written.
|
D | func-select.rst | 111 The call was interrupted by a signal.
|
D | func-poll.rst | 113 The call was interrupted by a signal.
|
/Linux-v4.19/Documentation/media/uapi/cec/ |
D | cec-func-poll.rst | 74 The call was interrupted by a signal.
|
/Linux-v4.19/Documentation/parisc/ |
D | debugging | 34 was interrupted - so if you get an interruption between the instruction
|
/Linux-v4.19/Documentation/RCU/ |
D | UP.txt | 19 is referencing element B when it is interrupted by softirq processing, 118 the callback might be called from a softirq that interrupted
|
/Linux-v4.19/tools/testing/selftests/ftrace/ |
D | README | 59 for example, the test was interrupted
|
/Linux-v4.19/arch/arc/kernel/ |
D | entry-compact.S | 155 ; if L2 IRQ interrupted a L1 ISR, disable preemption 361 ; if L2 IRQ interrupted an L1 ISR, we'd disabled preemption earlier
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-kernel-livepatch | 45 signal pending structures). Tasks are interrupted or woken up,
|
/Linux-v4.19/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-v4.19/net/core/ |
D | datagram.c | 115 goto interrupted; in __skb_wait_for_more_packets() 122 interrupted: in __skb_wait_for_more_packets()
|
/Linux-v4.19/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-v4.19/net/kcm/ |
D | kcmproc.c | 336 strp_stats.interrupted, in kcm_stats_seq_show()
|
/Linux-v4.19/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-v4.19/Documentation/scheduler/ |
D | completion.txt | 155 code path for successful completion and for the interrupted case - which is 182 designated tasks state and will return -ERESTARTSYS if it is interrupted or
|
/Linux-v4.19/Documentation/trace/ |
D | hwlat_detector.rst | 27 time when the polling was interrupted and since the interrupts are disabled,
|