Searched refs:interrupted (Results 1 - 22 of 22) sorted by relevance

/linux-master/include/net/
H A Dstrparser.h36 unsigned int interrupted; member in struct:strp_aggr_stats
95 u32 interrupted : 1; member in struct:strparser
136 if (strp->interrupted)
137 agg_stats->interrupted++;
154 SAVE_PSOCK_STATS(interrupted);
/linux-master/tools/testing/selftests/net/
H A Dudpgso_bench_rx.c52 static bool interrupted; variable
58 interrupted = true;
103 if (interrupted)
113 interrupted = true;
151 if (interrupted)
390 } while (!interrupted);
H A Dl2_tos_ttl_inherit.sh401 interrupted() { function
409 trap interrupted INT
H A Dudpgso_bench_tx.c87 static bool interrupted; variable
93 interrupted = true;
718 } while (!interrupted && (cfg_runtime_ms == -1 || tnow < tstop));
/linux-master/tools/testing/selftests/connector/
H A Dproc_filter.c28 volatile static int interrupted; variable
131 interrupted = 1;
282 while (!interrupted) {
/linux-master/kernel/locking/
H A Dsemaphore.c69 * down_interruptible - acquire the semaphore unless interrupted
74 * If the sleep is interrupted by a signal, this function will return -EINTR.
100 * If the sleep is interrupted by a fatal signal, this function will return
220 goto interrupted;
235 interrupted:
/linux-master/drivers/i2c/busses/
H A Di2c-iop3xx.c153 * sleep until interrupted, then recover and analyse the SR
165 int interrupted; local
170 interrupted = wait_event_interruptible_timeout (
178 } else if (!interrupted) {
/linux-master/fs/
H A Daio.c2292 bool interrupted; local
2307 interrupted = signal_pending(current);
2308 restore_saved_sigmask_unless(interrupted);
2309 if (interrupted && !ret)
2327 bool interrupted; local
2343 interrupted = signal_pending(current);
2344 restore_saved_sigmask_unless(interrupted);
2345 if (interrupted && !ret)
2394 bool interrupted; local
2409 interrupted
2429 bool interrupted; local
[all...]
/linux-master/arch/arc/kernel/
H A Dentry-compact.S152 ; if L2 IRQ interrupted a L1 ISR, disable preemption
343 ; if L2 IRQ interrupted an L1 ISR, we'd disabled preemption earlier
/linux-master/include/linux/sched/
H A Dsignal.h419 * instead, especially with the case where we've got interrupted with
546 static inline void restore_saved_sigmask_unless(bool interrupted) argument
548 if (interrupted)
/linux-master/net/kcm/
H A Dkcmproc.c336 strp_stats.interrupted,
/linux-master/drivers/char/xillybus/
H A Dxillybus_core.c922 goto interrupted;
926 goto interrupted;
931 interrupted: /* Mutex is not held if got here */
/linux-master/drivers/vfio/
H A Dvfio_main.c344 bool interrupted = false; local
365 if (interrupted) {
372 interrupted = true;
/linux-master/net/strparser/
H A Dstrparser.c231 strp->interrupted = 1;
/linux-master/net/core/
H A Ddatagram.c118 goto interrupted;
125 interrupted:
H A Dsock.c2792 goto interrupted;
2801 interrupted:
/linux-master/kernel/
H A Dseccomp.c1155 goto interrupted;
1170 interrupted:
1527 * interrupted by a fatal signal between the time we were woken and
1736 /* Now we wait for it to be processed or be interrupted */
/linux-master/arch/m68k/fpsp040/
H A Dutil.S301 | get_fline --- get f-line opcode of interrupted instruction
/linux-master/tools/perf/
H A Dbuiltin-trace.c1568 static volatile sig_atomic_t interrupted = false; variable
1572 done = interrupted = true;
2600 interrupted = true;
3203 interrupted = true;
4017 if (interrupted)
/linux-master/drivers/usb/gadget/function/
H A Df_fs.c1091 bool interrupted = false; local
1131 interrupted = io_data->status < 0;
1134 if (interrupted)
/linux-master/drivers/s390/block/
H A Ddasd.c3635 goto interrupted;
3640 * that we got interrupted
3666 interrupted:
3667 /* interrupted by signal */
/linux-master/net/sctp/
H A Dsocket.c8988 goto interrupted;
9003 interrupted:

Completed in 426 milliseconds