Searched refs:EDEADLK (Results 51 - 75 of 91) sorted by relevance

1234

/netbsd-current/external/gpl3/gdb/dist/sim/bfin/
H A Dlinux-targ-map.h1426 #ifdef EDEADLK
1428 { "EDEADLK", EDEADLK, TARGET_LINUX_EDEADLK },
/netbsd-current/lib/libpthread/
H A Dpthread.c613 return EDEADLK;
710 return EDEADLK;
H A Dpthread_mutex.c298 return EDEADLK;
/netbsd-current/sys/dev/acpi/
H A Dacpi_cpu.c255 return EDEADLK;
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_gem_fence_reg.c352 return ERR_PTR(-EDEADLK);
/netbsd-current/sys/kern/
H A Dsys_lwp.c235 return EDEADLK;
H A Dkern_module.c1294 error = EDEADLK;
1325 error = EDEADLK;
/netbsd-current/sys/fs/nfs/nlm/
H A Dnlm_advlock.c721 if (error == EDEADLK) {
733 * return EDEADLK.
1132 return (EDEADLK);
/netbsd-current/sys/ufs/ufs/
H A Dufs_quota2.c1153 error = EDEADLK;
1248 error = EDEADLK;
/netbsd-current/sys/ufs/lfs/
H A Dulfs_quota2.c1151 error = EDEADLK;
1246 error = EDEADLK;
/netbsd-current/external/gpl2/lvm2/dist/lib/cache/
H A Dlvmcache.c232 log_errno(EDEADLK, "Internal error: VG lock %s must "
/netbsd-current/tests/lib/libc/sys/
H A Dt_ptrace_threads_wait.h494 ATF_REQUIRE_ERRNO(EDEADLK,
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_audio.c834 if (ret == -EDEADLK) {
H A Dintel_dp_mst.c74 if (slots == -EDEADLK)
H A Dintel_psr.c1151 if (err == -EDEADLK) {
/netbsd-current/sys/external/bsd/drm2/dist/drm/
H A Ddrm_framebuffer.c917 if (ret == -EDEADLK) {
H A Ddrm_client_modeset.c1046 if (ret == -EDEADLK)
H A Ddrm_gem.c1451 if (ret == -EDEADLK) {
H A Ddrm_atomic_uapi.c67 * Zero on success, error code on failure. Cannot return -EDEADLK.
117 * Zero on success, error code on failure. Cannot return -EDEADLK.
177 * 0 on success or can fail with -EDEADLK or -ENOMEM. When the error is EDEADLK
296 * 0 on success or can fail with -EDEADLK or -ENOMEM. When the error is EDEADLK
1461 if (ret == -EDEADLK) {
/netbsd-current/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_cs.c611 if (r == -EDEADLK) {
H A Dradeon_gem.c220 if (r == -EDEADLK) {
/netbsd-current/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_fb.c455 if (ret == -EDEADLK) {
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/
H A Dnouveau_gem.c437 if (unlikely(ret == -EDEADLK)) {
/netbsd-current/external/gpl3/gdb.old/dist/sim/cris/
H A Dtraps.c416 #ifdef EDEADLK
417 { "EDEADLK", EDEADLK, 35 },
/netbsd-current/external/gpl3/gdb/dist/sim/cris/
H A Dtraps.c421 #ifdef EDEADLK
422 { "EDEADLK", EDEADLK, 35 },

Completed in 602 milliseconds

1234