Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/locking/
Dsemaphore.c216 goto interrupted; in __down_common()
231 interrupted: in __down_common()
/linux-4.4.14/drivers/i2c/busses/
Di2c-iop3xx.c170 int interrupted; in iop3xx_i2c_wait_event() local
175 interrupted = wait_event_interruptible_timeout ( in iop3xx_i2c_wait_event()
183 } else if (!interrupted) { in iop3xx_i2c_wait_event()
/linux-4.4.14/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-4.4.14/fs/nfs/
Dnfs4session.h24 unsigned int interrupted : 1; member
Dnfs4session.c194 (*p)->interrupted = 0; in nfs4_reset_slot_table()
Dnfs4proc.c670 bool interrupted = false; in nfs41_sequence_done() local
681 if (slot->interrupted) { in nfs41_sequence_done()
682 slot->interrupted = 0; in nfs41_sequence_done()
683 interrupted = true; in nfs41_sequence_done()
705 slot->interrupted = 1; in nfs41_sequence_done()
728 if (interrupted) { in nfs41_sequence_done()
/linux-4.4.14/Documentation/parisc/
Ddebugging34 was interrupted - so if you get an interruption between the instruction
/linux-4.4.14/arch/arc/kernel/
Dentry-compact.S169 ; if L2 IRQ interrupted a L1 ISR, disable preemption
372 ; if L2 IRQ interrupted an L1 ISR, we'd disabled preemption earlier
/linux-4.4.14/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
DwhatisRCU.txt949 4. CPU 1 is interrupted, and the irq handler
/linux-4.4.14/tools/testing/selftests/ftrace/
DREADME59 for example, the test was interrupted
/linux-4.4.14/Documentation/ABI/stable/
Dsysfs-class-ubi151 if it is corrupted (e.g., due to an interrupted volume update).
202 at the moment of the update was interrupted. The later may be
/linux-4.4.14/net/core/
Ddatagram.c116 goto interrupted; in wait_for_more_packets()
123 interrupted: in wait_for_more_packets()
Dsock.c1868 goto interrupted; in sock_alloc_send_pskb()
1877 interrupted: in sock_alloc_send_pskb()
/linux-4.4.14/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
Dbtrfs.txt181 Skip automatic resume of interrupted balance operation after mount.
/linux-4.4.14/Documentation/usb/
Dpersist.txt16 If a USB device's power session is interrupted then the system is
135 When recovering an interrupted power session the kernel does its best
/linux-4.4.14/Documentation/scheduler/
Dcompletion.txt156 code path for successful completion and for the interrupted case - which is
183 designated tasks state and will return -ERESTARTSYS if it is interrupted or
/linux-4.4.14/drivers/vfio/
Dvfio.c762 bool interrupted = false; in vfio_del_group_dev() local
808 if (interrupted) { in vfio_del_group_dev()
815 interrupted = true; in vfio_del_group_dev()
/linux-4.4.14/Documentation/trace/
Dtracepoint-analysis.txt197 on-line, it can be interrupted once to generate a report without exiting
267 This was interrupted after a few seconds and
/linux-4.4.14/Documentation/x86/
Dentry_64.txt85 base has already been switched. If it says that we interrupted
Dkernel-stacks53 nested. For example, a debug interrupt can safely be interrupted by an
/linux-4.4.14/net/rxrpc/
Dar-connection.c498 goto interrupted; in rxrpc_connect_call()
613 interrupted: in rxrpc_connect_call()
/linux-4.4.14/Documentation/frv/
Dgdbstub.txt110 The kernel can be interrupted whilst it is running, causing a jump back to the
/linux-4.4.14/drivers/char/xillybus/
Dxillybus_core.c901 goto interrupted; in xillybus_read()
905 goto interrupted; in xillybus_read()
910 interrupted: /* Mutex is not held if got here */ in xillybus_read()
/linux-4.4.14/scripts/
Dspelling.txt551 interruptted||interrupted
552 interupted||interrupted
/linux-4.4.14/Documentation/locking/
Dspinlocks.txt124 for the lock, and the lock-holder is interrupted by the interrupt and will
/linux-4.4.14/arch/frv/kernel/
Dentry.S910 # return to interrupted process
/linux-4.4.14/Documentation/networking/
D6pack.txt21 normal data, so a data stream can be interrupted at any time to issue an
/linux-4.4.14/tools/perf/
Dbuiltin-trace.c1587 static bool interrupted = false; variable
1592 interrupted = sig == SIGINT; in sig_handler()
2650 if (interrupted) in trace__run()
/linux-4.4.14/drivers/s390/block/
Ddasd.c3463 goto interrupted; in dasd_generic_set_offline()
3470 goto interrupted; in dasd_generic_set_offline()
3486 interrupted: in dasd_generic_set_offline()
/linux-4.4.14/arch/cris/arch-v10/kernel/
Dentry.S340 ;; the first longword in the sbfs frame was the interrupted PC
/linux-4.4.14/arch/m68k/fpsp040/
Dutil.S301 | get_fline --- get f-line opcode of interrupted instruction
/linux-4.4.14/Documentation/timers/
Dhighres.txt178 context is the avoidance of up to two context switches - from the interrupted
/linux-4.4.14/Documentation/ia64/
Dfsys.txt170 checks whether the interrupted task was in fsys-mode and, if so, sets
/linux-4.4.14/Documentation/
Dmedia-framework.txt259 Graph traversal can be interrupted at any moment. No cleanup function call is
Dkprobes.txt237 possible for a CPU to be interrupted in the middle of executing the
256 (*)Please imagine that the 2nd instruction is interrupted and then
Ddma-buf-sharing.txt145 map_dma_buf() operation can return -EINTR if it is interrupted by a signal.
Dmd.txt444 interrupted, restoring this value can cause recovery to
Dkmemcheck.txt723 interrupted code can continue as usual.
Dmemory-barriers.txt1344 interrupt-handler code and the code that was interrupted.
1521 be interrupted by something that also accesses 'flag' and 'msg',
2442 A driver may be interrupted by its own interrupt service routine, and thus the
/linux-4.4.14/Documentation/scsi/
Daic79xx.txt110 that the host is interrupted for as short a time as
Dscsi_mid_low_api.txt210 removed (unplugged) or the connection to it has been interrupted. Some
/linux-4.4.14/Documentation/development-process/
D5.Posting100 patch series is interrupted in the middle, the result should still be a
/linux-4.4.14/arch/s390/kernel/
Dentry.S603 # There is work todo, find out in which context we have been interrupted:
/linux-4.4.14/net/sctp/
Dsocket.c6719 goto interrupted; in sctp_wait_for_packet()
6734 interrupted: in sctp_wait_for_packet()
/linux-4.4.14/arch/blackfin/
DKconfig943 they can be interrupted at any time (even after they have been issued
/linux-4.4.14/Documentation/filesystems/cifs/
DCHANGES858 was interrupted by a signal.
/linux-4.4.14/Documentation/laptops/
Dthinkpad-acpi.txt1254 EINTR (interrupted system call), and EIO (I/O error while trying to talk
/linux-4.4.14/arch/arm/
DKconfig1164 to r3p0) erratum. An interrupted ICIALLUIS operation may prevent the
/linux-4.4.14/Documentation/security/
Dkeys.txt945 If intr is true, then the wait can be interrupted by a signal, in which