Searched refs:interrupted (Results 1 – 25 of 44) sorted by relevance
12
/linux-3.4.99/kernel/ |
D | semaphore.c | 216 goto interrupted; in __down_common() 231 interrupted: in __down_common()
|
/linux-3.4.99/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-3.4.99/Documentation/parisc/ |
D | debugging | 34 was interrupted - so if you get an interruption between the instruction
|
/linux-3.4.99/arch/arm/plat-mxc/ |
D | Kconfig | 38 This feature prevents higher priority ISR to be interrupted
|
/linux-3.4.99/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-3.4.99/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-3.4.99/Documentation/i2c/ |
D | i2c-protocol | 70 Normally message is interrupted immediately if there is [NA] from the
|
/linux-3.4.99/net/core/ |
D | datagram.c | 112 goto interrupted; in wait_for_packet() 119 interrupted: in wait_for_packet()
|
D | sock.c | 1661 goto interrupted; in sock_alloc_send_pskb() 1668 interrupted: in sock_alloc_send_pskb()
|
/linux-3.4.99/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-3.4.99/fs/fuse/ |
D | fuse_i.h | 258 unsigned interrupted:1; member
|
D | dev.c | 358 req->interrupted = 1; in request_wait_answer() 1177 if (req->interrupted) in fuse_dev_do_read()
|
/linux-3.4.99/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-3.4.99/Documentation/x86/ |
D | entry_64.txt | 85 base has already been switched. If it says that we interrupted
|
/linux-3.4.99/arch/arm/kernel/ |
D | entry-armv.S | 407 @ if it was interrupted in a critical region. Here we 854 @ r4 = address of interrupted insn (must be preserved).
|
/linux-3.4.99/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-3.4.99/Documentation/x86/x86_64/ |
D | kernel-stacks | 48 nested. For example, a debug interrupt can safely be interrupted by an
|
/linux-3.4.99/net/rxrpc/ |
D | ar-connection.c | 492 goto interrupted; in rxrpc_connect_call() 607 interrupted: in rxrpc_connect_call()
|
/linux-3.4.99/Documentation/frv/ |
D | gdbstub.txt | 110 The kernel can be interrupted whilst it is running, causing a jump back to the
|
/linux-3.4.99/Documentation/ |
D | spinlocks.txt | 124 for the lock, and the lock-holder is interrupted by the interrupt and will
|
/linux-3.4.99/Documentation/networking/ |
D | 6pack.txt | 21 normal data, so a data stream can be interrupted at any time to issue an
|
/linux-3.4.99/arch/frv/kernel/ |
D | entry.S | 902 # return to interrupted process
|
/linux-3.4.99/arch/cris/arch-v10/kernel/ |
D | entry.S | 332 ;; the first longword in the sbfs frame was the interrupted PC
|
/linux-3.4.99/arch/m68k/fpsp040/ |
D | util.S | 301 | get_fline --- get f-line opcode of interrupted instruction
|
/linux-3.4.99/Documentation/timers/ |
D | highres.txt | 178 context is the avoidance of up to two context switches - from the interrupted
|
12