/linux-4.4.14/kernel/locking/ |
D | semaphore.c | 216 goto interrupted; in __down_common() 231 interrupted: in __down_common()
|
/linux-4.4.14/drivers/i2c/busses/ |
D | i2c-iop3xx.c | 170 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/ |
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-4.4.14/fs/nfs/ |
D | nfs4session.h | 24 unsigned int interrupted : 1; member
|
D | nfs4session.c | 194 (*p)->interrupted = 0; in nfs4_reset_slot_table()
|
D | nfs4proc.c | 670 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/ |
D | debugging | 34 was interrupted - so if you get an interruption between the instruction
|
/linux-4.4.14/arch/arc/kernel/ |
D | entry-compact.S | 169 ; 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/ |
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
|
D | whatisRCU.txt | 949 4. CPU 1 is interrupted, and the irq handler
|
/linux-4.4.14/tools/testing/selftests/ftrace/ |
D | README | 59 for example, the test was interrupted
|
/linux-4.4.14/Documentation/ABI/stable/ |
D | sysfs-class-ubi | 151 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/ |
D | datagram.c | 116 goto interrupted; in wait_for_more_packets() 123 interrupted: in wait_for_more_packets()
|
D | sock.c | 1868 goto interrupted; in sock_alloc_send_pskb() 1877 interrupted: in sock_alloc_send_pskb()
|
/linux-4.4.14/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
|
D | btrfs.txt | 181 Skip automatic resume of interrupted balance operation after mount.
|
/linux-4.4.14/Documentation/usb/ |
D | persist.txt | 16 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/ |
D | completion.txt | 156 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/ |
D | vfio.c | 762 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/ |
D | tracepoint-analysis.txt | 197 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/ |
D | entry_64.txt | 85 base has already been switched. If it says that we interrupted
|
D | kernel-stacks | 53 nested. For example, a debug interrupt can safely be interrupted by an
|
/linux-4.4.14/net/rxrpc/ |
D | ar-connection.c | 498 goto interrupted; in rxrpc_connect_call() 613 interrupted: in rxrpc_connect_call()
|
/linux-4.4.14/Documentation/frv/ |
D | gdbstub.txt | 110 The kernel can be interrupted whilst it is running, causing a jump back to the
|
/linux-4.4.14/drivers/char/xillybus/ |
D | xillybus_core.c | 901 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/ |
D | spelling.txt | 551 interruptted||interrupted 552 interupted||interrupted
|
/linux-4.4.14/Documentation/locking/ |
D | spinlocks.txt | 124 for the lock, and the lock-holder is interrupted by the interrupt and will
|
/linux-4.4.14/arch/frv/kernel/ |
D | entry.S | 910 # return to interrupted process
|
/linux-4.4.14/Documentation/networking/ |
D | 6pack.txt | 21 normal data, so a data stream can be interrupted at any time to issue an
|
/linux-4.4.14/tools/perf/ |
D | builtin-trace.c | 1587 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/ |
D | dasd.c | 3463 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/ |
D | entry.S | 340 ;; the first longword in the sbfs frame was the interrupted PC
|
/linux-4.4.14/arch/m68k/fpsp040/ |
D | util.S | 301 | get_fline --- get f-line opcode of interrupted instruction
|
/linux-4.4.14/Documentation/timers/ |
D | highres.txt | 178 context is the avoidance of up to two context switches - from the interrupted
|
/linux-4.4.14/Documentation/ia64/ |
D | fsys.txt | 170 checks whether the interrupted task was in fsys-mode and, if so, sets
|
/linux-4.4.14/Documentation/ |
D | media-framework.txt | 259 Graph traversal can be interrupted at any moment. No cleanup function call is
|
D | kprobes.txt | 237 possible for a CPU to be interrupted in the middle of executing the 256 (*)Please imagine that the 2nd instruction is interrupted and then
|
D | dma-buf-sharing.txt | 145 map_dma_buf() operation can return -EINTR if it is interrupted by a signal.
|
D | md.txt | 444 interrupted, restoring this value can cause recovery to
|
D | kmemcheck.txt | 723 interrupted code can continue as usual.
|
D | memory-barriers.txt | 1344 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/ |
D | aic79xx.txt | 110 that the host is interrupted for as short a time as
|
D | scsi_mid_low_api.txt | 210 removed (unplugged) or the connection to it has been interrupted. Some
|
/linux-4.4.14/Documentation/development-process/ |
D | 5.Posting | 100 patch series is interrupted in the middle, the result should still be a
|
/linux-4.4.14/arch/s390/kernel/ |
D | entry.S | 603 # There is work todo, find out in which context we have been interrupted:
|
/linux-4.4.14/net/sctp/ |
D | socket.c | 6719 goto interrupted; in sctp_wait_for_packet() 6734 interrupted: in sctp_wait_for_packet()
|
/linux-4.4.14/arch/blackfin/ |
D | Kconfig | 943 they can be interrupted at any time (even after they have been issued
|
/linux-4.4.14/Documentation/filesystems/cifs/ |
D | CHANGES | 858 was interrupted by a signal.
|
/linux-4.4.14/Documentation/laptops/ |
D | thinkpad-acpi.txt | 1254 EINTR (interrupted system call), and EIO (I/O error while trying to talk
|
/linux-4.4.14/arch/arm/ |
D | Kconfig | 1164 to r3p0) erratum. An interrupted ICIALLUIS operation may prevent the
|
/linux-4.4.14/Documentation/security/ |
D | keys.txt | 945 If intr is true, then the wait can be interrupted by a signal, in which
|