Searched refs:interrupted (Results 1 – 16 of 16) sorted by relevance
89 goto interrupted; in wait_for_packet()98 interrupted: in wait_for_packet()
834 goto interrupted; in sock_alloc_send_pskb()841 interrupted: in sock_alloc_send_pskb()
34 was interrupted - so if you get an interruption between the instruction
71 interrupted. However, it is less demanding on the AC97
163 for the lock, and the lock-holder is interrupted by the interrupt and will
343 struct net_device *interrupted; in COMX_interrupt() local356 interrupted = ch->HW_access_board(dev); in COMX_interrupt()447 ch->HW_release_board(dev, interrupted); in COMX_interrupt()
4390 int interrupted = 0; /* This HA generated in NCR53c7x0_intr() local4409 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()
993 ; was interrupted by a new commands arrival signaled by 995 ; selected, the host system is interrupted with an
1197 ; was interrupted by a new commands arrival signaled by 1199 ; selected, the host system is interrupted with an
21 normal data, so a data stream can be interrupted at any time to issue an
2691 int interrupted; in sky2_phys_id() local2711 interrupted = 0; in sky2_phys_id()2712 while (!interrupted && ms > 0) { in sky2_phys_id()2717 interrupted = msleep_interruptible(250); in sky2_phys_id()
302 | get_fline --- get f-line opcode of interrupted instruction
85 that the host is interrupted for as short a time as
4315 goto interrupted; in sctp_wait_for_packet()4331 interrupted: in sctp_wait_for_packet()
185 ioctls to return EINTR if interrupted by a signal.
855 - Prevented non-interruptible commands being interrupted.