Searched refs:EDEADLK (Results 1 – 25 of 83) sorted by relevance
1234
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/src/c++11/ |
| D | system_error.cc | 128 #ifdef EDEADLK in default_error_condition() 129 case EDEADLK: in default_error_condition()
|
| /dragonfly/sys/dev/drm/ttm/ |
| HD | ttm_execbuf_util.c | 142 if (ret == -EDEADLK && intr) { in ttm_eu_reserve_buffers() 145 } else if (ret == -EDEADLK) { in ttm_eu_reserve_buffers()
|
| /dragonfly/sys/vfs/hammer/ |
| HD | hammer_reblock.c | 241 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()
|
| HD | hammer_mirror.c | 310 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/ |
| HD | drm_modeset_lock.c | 107 if (ret == -EDEADLK) { in drm_modeset_lock_all() 275 } else if (ret == -EDEADLK) { in modeset_lock()
|
| HD | drm_probe_helper.c | 284 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()
|
| HD | linux_wwmutex.c | 141 return -EDEADLK; in __wwlock()
|
| /dragonfly/sys/netproto/smb/ |
| HD | smb_subr.c | 256 return EDEADLK; in smb_maperror() 301 return EDEADLK; in smb_maperror()
|
| /dragonfly/sys/dev/drm/radeon/ |
| HD | radeon_fence.c | 517 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/ |
| HD | errno.h | 74 #define EDEADLK 11 /* Resource deadlock avoided */ macro
|
| /dragonfly/lib/libthread_xu/thread/ |
| HD | thr_suspend_np.c | 50 ret = EDEADLK; in _pthread_suspend_np()
|
| HD | thr_join.c | 83 return (EDEADLK); in join_common()
|
| /dragonfly/contrib/gcc-8.0/libiberty/ |
| HD | strerror.c | 211 #if defined (EDEADLK) 212 ENTRY(EDEADLK, "EDEADLK", "Deadlock condition"),
|
| /dragonfly/contrib/gcc-4.7/libiberty/ |
| HD | strerror.c | 211 #if defined (EDEADLK) 212 ENTRY(EDEADLK, "EDEADLK", "Deadlock condition"),
|
| /dragonfly/contrib/binutils-2.34/libiberty/ |
| HD | strerror.c | 211 #if defined (EDEADLK) 212 ENTRY(EDEADLK, "EDEADLK", "Deadlock condition"),
|
| /dragonfly/contrib/binutils-2.27/libiberty/ |
| HD | strerror.c | 211 #if defined (EDEADLK) 212 ENTRY(EDEADLK, "EDEADLK", "Deadlock condition"),
|
| /dragonfly/lib/libc/nls/ |
| HD | mn_Cyrl_MN.UTF-8.msg | 26 $ EDEADLK
|
| HD | el_GR.ISO8859-7.msg | 28 $ EDEADLK
|
| HD | uk_UA.UTF-8.msg | 28 $ EDEADLK
|
| HD | be_BY.UTF-8.msg | 28 $ EDEADLK
|
| HD | ru_RU.KOI8-R.msg | 28 $ EDEADLK
|
| HD | zh_Hans_CN.GB2312.msg | 24 $ EDEADLK
|
| HD | ja_JP.UTF-8.msg | 28 $ EDEADLK
|
| /dragonfly/contrib/gcc-4.7/libstdc++-v3/config/os/generic/ |
| D | error_constants.h | 146 resource_deadlock_would_occur = EDEADLK, in _GLIBCXX_VISIBILITY()
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/config/os/generic/ |
| D | error_constants.h | 146 resource_deadlock_would_occur = EDEADLK, in _GLIBCXX_VISIBILITY()
|
1234