Searched refs:interrupted (Results 1 – 25 of 42) sorted by relevance
12
/linux-2.6.39/kernel/ |
D | semaphore.c | 216 goto interrupted; in __down_common() 231 interrupted: in __down_common()
|
/linux-2.6.39/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-2.6.39/Documentation/parisc/ |
D | debugging | 34 was interrupted - so if you get an interruption between the instruction
|
/linux-2.6.39/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-2.6.39/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-2.6.39/Documentation/i2c/ |
D | i2c-protocol | 70 Normally message is interrupted immediately if there is [NA] from the
|
/linux-2.6.39/net/core/ |
D | datagram.c | 113 goto interrupted; in wait_for_packet() 120 interrupted: in wait_for_packet()
|
D | sock.c | 1564 goto interrupted; in sock_alloc_send_pskb() 1571 interrupted: in sock_alloc_send_pskb()
|
/linux-2.6.39/arch/arm/plat-mxc/ |
D | Kconfig | 60 This feature prevents higher priority ISR to be interrupted
|
/linux-2.6.39/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-2.6.39/fs/fuse/ |
D | fuse_i.h | 243 unsigned interrupted:1; member
|
D | dev.c | 354 req->interrupted = 1; in request_wait_answer() 1173 if (req->interrupted) in fuse_dev_do_read()
|
/linux-2.6.39/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-2.6.39/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-2.6.39/Documentation/x86/x86_64/ |
D | kernel-stacks | 48 nested. For example, a debug interrupt can safely be interrupted by an
|
/linux-2.6.39/net/rxrpc/ |
D | ar-connection.c | 492 goto interrupted; in rxrpc_connect_call() 607 interrupted: in rxrpc_connect_call()
|
/linux-2.6.39/Documentation/frv/ |
D | gdbstub.txt | 110 The kernel can be interrupted whilst it is running, causing a jump back to the
|
/linux-2.6.39/Documentation/ |
D | spinlocks.txt | 155 for the lock, and the lock-holder is interrupted by the interrupt and will
|
D | kprobes.txt | 236 possible for a CPU to be interrupted in the middle of executing the 255 (*)Please imagine that the 2nd instruction is interrupted and then
|
/linux-2.6.39/Documentation/networking/ |
D | 6pack.txt | 21 normal data, so a data stream can be interrupted at any time to issue an
|
/linux-2.6.39/arch/frv/kernel/ |
D | entry.S | 902 # return to interrupted process
|
/linux-2.6.39/arch/m68k/fpsp040/ |
D | util.S | 301 | get_fline --- get f-line opcode of interrupted instruction
|
/linux-2.6.39/arch/cris/arch-v10/kernel/ |
D | entry.S | 332 ;; the first longword in the sbfs frame was the interrupted PC
|
/linux-2.6.39/Documentation/timers/ |
D | highres.txt | 178 context is the avoidance of up to two context switches - from the interrupted
|
/linux-2.6.39/Documentation/ia64/ |
D | fsys.txt | 170 checks whether the interrupted task was in fsys-mode and, if so, sets
|
12