Home
last modified time | relevance | path

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

123

/Linux-v4.19/include/net/
Dstrparser.h39 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/
Dudpgso_bench_rx.c38 static bool interrupted; variable
44 interrupted = true; in sigint_handler()
73 } while (!ret && !interrupted); in do_poll()
250 } while (!interrupted); in do_recv()
Dudpgso_bench_tx.c59 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/
Dsemaphore.c216 goto interrupted; in __down_common()
231 interrupted: in __down_common()
/Linux-v4.19/drivers/i2c/busses/
Di2c-iop3xx.c167 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/
Di2c-protocol57 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/
Dnfs4session.h26 unsigned int interrupted : 1, member
/Linux-v4.19/Documentation/media/uapi/v4l/
Dfunc-read.rst104 :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.
Dvidioc-g-priority.rst79 applications which must not be interrupted, like video recording.
Dfunc-write.rst77 The call was interrupted by a signal before any data was written.
Dfunc-select.rst111 The call was interrupted by a signal.
Dfunc-poll.rst113 The call was interrupted by a signal.
/Linux-v4.19/Documentation/media/uapi/cec/
Dcec-func-poll.rst74 The call was interrupted by a signal.
/Linux-v4.19/Documentation/parisc/
Ddebugging34 was interrupted - so if you get an interruption between the instruction
/Linux-v4.19/Documentation/RCU/
DUP.txt19 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/
DREADME59 for example, the test was interrupted
/Linux-v4.19/arch/arc/kernel/
Dentry-compact.S155 ; 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/
Dsysfs-kernel-livepatch45 signal pending structures). Tasks are interrupted or woken up,
/Linux-v4.19/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-v4.19/net/core/
Ddatagram.c115 goto interrupted; in __skb_wait_for_more_packets()
122 interrupted: in __skb_wait_for_more_packets()
/Linux-v4.19/Documentation/filesystems/
Dfuse.txt151 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/
Dkcmproc.c336 strp_stats.interrupted, in kcm_stats_seq_show()
/Linux-v4.19/Documentation/driver-api/usb/
Dpersist.rst19 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/
Dcompletion.txt155 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/
Dhwlat_detector.rst27 time when the polling was interrupted and since the interrupts are disabled,

123