Searched refs:EDEADLK (Results 1 - 25 of 45) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/win32/Include/
H A Derrno.h38 #define EDEADLK 35 /* Resource deadlock would occur */ macro
62 #define EDEADLOCK EDEADLK
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/include/asm/
H A Derrno.h16 #define EDEADLK 45 /* Resource deadlock would occur */ macro
17 #define EDEADLOCK EDEADLK
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/
H A Derrno.h6 #define EDEADLK 35 /* Resource deadlock would occur */ macro
30 #define EDEADLOCK EDEADLK
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/include/asm/
H A Derrno.h8 #define EDEADLK 11 /* Resource deadlock would occur */ macro
82 #define EDEADLOCK EDEADLK
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Derrno.h56 #define EDEADLK 11 /* Resource deadlock avoided */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Derrno.h56 #define EDEADLK 11 /* Resource deadlock avoided */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A Derrno.h56 #define EDEADLK 11 /* Resource deadlock avoided */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/afs/
H A Dmisc.c53 case 0x2f6df22: return -EDEADLK;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Derrno.h51 #define EDEADLK 78 /* Resource deadlock would occur */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Derrno.h27 #define EDEADLK 45 /* Resource deadlock would occur */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dgsockmac.h31 #undef EDEADLK macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/
H A Dtest-errno.c60 int e35 = EDEADLK;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/clib/
H A Dstrerror.c103 ERRSTR(EDEADLK, "Resource deadlock avoided");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/glthread/
H A Dthread.c192 return EDEADLK;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/dlm/
H A Dutil.c47 case -EDEADLK:
69 return -EDEADLK;
H A Dlock.c305 rv = -EDEADLK;
1449 * list. We either cancel lkb's conversion (PR->EX) and return EDEADLK, or we
1654 *err = -EDEADLK;
2304 deadlock, so we leave it on the granted queue and return EDEADLK in
2313 queue_cast(r, lkb, -EDEADLK);
2314 error = -EDEADLK;
2639 if (error == -EAGAIN || error == -EDEADLK)
3587 case -EDEADLK:
3590 queue_cast(r, lkb, -EDEADLK);
4645 if (error == -EINPROGRESS || error == -EAGAIN || error == -EDEADLK)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/9p/
H A Derror.c88 {"Resource deadlock avoided", EDEADLK},
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Drtmutex.c154 * Returns 0 or -EDEADLK.
192 return deadlock_detect ? -EDEADLK : 0;
244 ret = deadlock_detect ? -EDEADLK : 0;
664 * have returned with -EDEADLK and the
881 * -EDEADLK when the lock would deadlock (when deadlock detection is on)
906 * -EDEADLK when the lock would deadlock (when deadlock detection is on)
1053 * returned with -EDEADLK and the owner
1098 * <0 - error, one of -EINTR, -ETIMEDOUT, or -EDEADLK
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/tdb/common/
H A Dlock.c94 if (errno != EDEADLK) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Dstack_o2cb.c142 [DLM_DEADLOCK] = -EDEADLK,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/keys/
H A Dkeyring.c595 ret = -EDEADLK;
658 ret = -EDEADLK;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/glib/
H A Dgstrfuncs.c947 #if defined(EDEADLK) && (!defined(EWOULDBLOCK) || (EDEADLK != EWOULDBLOCK))
948 case EDEADLK: return "resource deadlock avoided";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/glib/
H A Dgstrfuncs.c947 #if defined(EDEADLK) && (!defined(EWOULDBLOCK) || (EDEADLK != EWOULDBLOCK))
948 case EDEADLK: return "resource deadlock avoided";
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dnfs4callback.c181 { NFS4ERR_DEADLOCK, EDEADLK },
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dablkcipher.c280 return -EDEADLK;

Completed in 231 milliseconds

12