Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/core/
Ddatagram.c89 goto interrupted; in wait_for_packet()
98 interrupted: in wait_for_packet()
Dsock.c834 goto interrupted; in sock_alloc_send_pskb()
841 interrupted: in sock_alloc_send_pskb()
/linux-2.4.37.9/Documentation/parisc/
Ddebugging34 was interrupted - so if you get an interruption between the instruction
/linux-2.4.37.9/Documentation/
Dwolfson-touchscreen.txt71 interrupted. However, it is less demanding on the AC97
Dspinlocks.txt163 for the lock, and the lock-holder is interrupted by the interrupt and will
/linux-2.4.37.9/drivers/net/wan/
Dcomx-hw-comx.c343 struct net_device *interrupted; in COMX_interrupt() local
356 interrupted = ch->HW_access_board(dev); in COMX_interrupt()
447 ch->HW_release_board(dev, interrupted); in COMX_interrupt()
/linux-2.4.37.9/drivers/scsi/
D53c7,8xx.c4390 int interrupted = 0; /* This HA generated in NCR53c7x0_intr() local
4409 interrupted = 0; in NCR53c7x0_intr()
4416 interrupted = 0; in NCR53c7x0_intr()
4436 interrupted = 1; in NCR53c7x0_intr()
4535 interrupted = 1; in NCR53c7x0_intr()
4607 } while (interrupted); in NCR53c7x0_intr()
D53c7,8xx.scr993 ; was interrupted by a new commands arrival signaled by
995 ; selected, the host system is interrupted with an
D53c7xx.scr1197 ; was interrupted by a new commands arrival signaled by
1199 ; selected, the host system is interrupted with an
/linux-2.4.37.9/Documentation/networking/
D6pack.txt21 normal data, so a data stream can be interrupted at any time to issue an
/linux-2.4.37.9/drivers/net/
Dsky2.c2691 int interrupted; in sky2_phys_id() local
2711 interrupted = 0; in sky2_phys_id()
2712 while (!interrupted && ms > 0) { in sky2_phys_id()
2717 interrupted = msleep_interruptible(250); in sky2_phys_id()
/linux-2.4.37.9/arch/m68k/fpsp040/
Dutil.S302 | get_fline --- get f-line opcode of interrupted instruction
/linux-2.4.37.9/drivers/scsi/aic7xxx/
DREADME.aic79xx85 that the host is interrupted for as short a time as
/linux-2.4.37.9/net/sctp/
Dsocket.c4315 goto interrupted; in sctp_wait_for_packet()
4331 interrupted: in sctp_wait_for_packet()
/linux-2.4.37.9/drivers/char/
DChangeLog185 ioctls to return EINTR if interrupted by a signal.
/linux-2.4.37.9/drivers/char/ftape/
DRELEASE-NOTES855 - Prevented non-interruptible commands being interrupted.