Searched refs:interrupted (Results 1 - 20 of 20) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/sysklogd/
H A Dlogread.c49 static void interrupted(int sig ATTRIBUTE_UNUSED) function
77 signal(SIGINT, interrupted);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dsemaphore.c67 * down_interruptible - acquire the semaphore unless interrupted
72 * If the sleep is interrupted by a signal, this function will return -EINTR.
97 * If the sleep is interrupted by a fatal signal, this function will return
216 goto interrupted;
231 interrupted:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/i2c/busses/
H A Di2c-iop3xx.c158 * sleep until interrupted, then recover and analyse the SR
170 int interrupted; local
175 interrupted = wait_event_interruptible_timeout (
183 } else if (!interrupted) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/mp/
H A Dmp_sync.c118 int interrupted, ret; local
136 __memp_sync_int(env, NULL, 0, flags, NULL, &interrupted)) != 0)
139 if (!interrupted && lsnp != NULL) {
397 /* Check if the call has been interrupted. */
593 /* Check if the call has been interrupted. */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libfuse-lite/
H A Dfuse_lowlevel.c37 int interrupted; member in struct:fuse_req
871 curr->interrupted = 1;
918 req->interrupted = 1;
1042 if (req->interrupted && func)
1049 int interrupted; local
1052 interrupted = req->interrupted;
1055 return interrupted;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dsound.tex85 Plays the sound file. If another sound is playing, it will be interrupted.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dpcap-int.h190 u_int interrupted; member in struct:pcap_md
H A Dpcap-bpf.c302 * If a previous sleep was interrupted due to signal delivery, make
312 if (p->md.interrupted && p->md.timeout) {
317 p->md.interrupted = 0;
344 if (!p->md.interrupted && p->md.timeout) {
345 p->md.interrupted = 1;
355 p->md.interrupted = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Ddatagram.c113 goto interrupted;
120 interrupted:
H A Dsock.c1537 goto interrupted;
1544 interrupted:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/fuse/
H A Dfuse_i.h226 /** Force sending of the request even if interrupted */
235 /** The request has been interrupted */
236 unsigned interrupted:1; member in struct:fuse_req
H A Ddev.c340 req->interrupted = 1;
1041 if (req->interrupted)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rxrpc/
H A Dar-connection.c492 goto interrupted;
607 interrupted:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/kernel/
H A Dentry.S902 # return to interrupted process
1010 # return to a process interrupted in kernel space
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Dutil.S301 | get_fline --- get f-line opcode of interrupted instruction
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v10/kernel/
H A Dentry.S332 ;; the first longword in the sbfs frame was the interrupted PC
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/lib/
H A Dlog4j-1.2.9.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/spi/ ...
/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dmksquashfs.c278 int interrupted = 0; variable
802 if(++interrupted > 2)
804 if(interrupted == 2)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sctp/
H A Dsocket.c5889 goto interrupted;
5904 interrupted:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Dmd.c5744 "md: ioctl lock interrupted, reason %d, cmd %d\n",
6853 goto interrupted;
6898 goto interrupted;
6980 interrupted:

Completed in 267 milliseconds