Home
last modified time | relevance | path

Searched refs:EDEADLK (Results 1 – 25 of 83) sorted by relevance

1234

/dragonfly/contrib/gcc-8.0/libstdc++-v3/src/c++11/
Dsystem_error.cc128 #ifdef EDEADLK in default_error_condition()
129 case EDEADLK: in default_error_condition()
/dragonfly/sys/dev/drm/ttm/
HDttm_execbuf_util.c142 if (ret == -EDEADLK && intr) { in ttm_eu_reserve_buffers()
145 } else if (ret == -EDEADLK) { in ttm_eu_reserve_buffers()
/dragonfly/sys/vfs/hammer/
HDhammer_reblock.c241 if (error == EDEADLK) in hammer_ioc_reblock()
359 error = EDEADLK; in hammer_reblock_helper()
363 error = EDEADLK; in hammer_reblock_helper()
366 error = EDEADLK; in hammer_reblock_helper()
HDhammer_mirror.c310 if (error == EDEADLK) in hammer_ioc_mirror_read()
468 if (error == EDEADLK) { in hammer_ioc_mirror_write()
469 while (error == EDEADLK) { in hammer_ioc_mirror_write()
/dragonfly/sys/dev/drm/
HDdrm_modeset_lock.c107 if (ret == -EDEADLK) { in drm_modeset_lock_all()
275 } else if (ret == -EDEADLK) { in modeset_lock()
HDdrm_probe_helper.c284 if (ret == -EDEADLK) { in drm_helper_probe_detect_ctx()
413 if (ret == -EDEADLK) { in drm_helper_probe_single_connector_modes()
436 if (ret == -EDEADLK) { in drm_helper_probe_single_connector_modes()
HDlinux_wwmutex.c141 return -EDEADLK; in __wwlock()
/dragonfly/sys/netproto/smb/
HDsmb_subr.c256 return EDEADLK; in smb_maperror()
301 return EDEADLK; in smb_maperror()
/dragonfly/sys/dev/drm/radeon/
HDradeon_fence.c517 r = -EDEADLK; in radeon_fence_wait_seq_timeout()
682 if (r == -EDEADLK) in radeon_fence_wait_empty()
683 return -EDEADLK; in radeon_fence_wait_empty()
1098 t = -EDEADLK; in radeon_fence_default_wait()
/dragonfly/sys/sys/
HDerrno.h74 #define EDEADLK 11 /* Resource deadlock avoided */ macro
/dragonfly/lib/libthread_xu/thread/
HDthr_suspend_np.c50 ret = EDEADLK; in _pthread_suspend_np()
HDthr_join.c83 return (EDEADLK); in join_common()
/dragonfly/contrib/gcc-8.0/libiberty/
HDstrerror.c211 #if defined (EDEADLK)
212 ENTRY(EDEADLK, "EDEADLK", "Deadlock condition"),
/dragonfly/contrib/gcc-4.7/libiberty/
HDstrerror.c211 #if defined (EDEADLK)
212 ENTRY(EDEADLK, "EDEADLK", "Deadlock condition"),
/dragonfly/contrib/binutils-2.34/libiberty/
HDstrerror.c211 #if defined (EDEADLK)
212 ENTRY(EDEADLK, "EDEADLK", "Deadlock condition"),
/dragonfly/contrib/binutils-2.27/libiberty/
HDstrerror.c211 #if defined (EDEADLK)
212 ENTRY(EDEADLK, "EDEADLK", "Deadlock condition"),
/dragonfly/lib/libc/nls/
HDmn_Cyrl_MN.UTF-8.msg26 $ EDEADLK
HDel_GR.ISO8859-7.msg28 $ EDEADLK
HDuk_UA.UTF-8.msg28 $ EDEADLK
HDbe_BY.UTF-8.msg28 $ EDEADLK
HDru_RU.KOI8-R.msg28 $ EDEADLK
HDzh_Hans_CN.GB2312.msg24 $ EDEADLK
HDja_JP.UTF-8.msg28 $ EDEADLK
/dragonfly/contrib/gcc-4.7/libstdc++-v3/config/os/generic/
Derror_constants.h146 resource_deadlock_would_occur = EDEADLK, in _GLIBCXX_VISIBILITY()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/config/os/generic/
Derror_constants.h146 resource_deadlock_would_occur = EDEADLK, in _GLIBCXX_VISIBILITY()

1234