/Linux-v6.1/drivers/gpu/drm/i915/ |
D | i915_gem_ww.h | 25 if (err == -EDEADLK) { in __i915_gem_ww_fini() 28 err = -EDEADLK; in __i915_gem_ww_fini() 31 if (err != -EDEADLK) in __i915_gem_ww_fini() 38 for (i915_gem_ww_ctx_init(_ww, _intr), (_err) = -EDEADLK; \ 39 (_err) == -EDEADLK; \
|
/Linux-v6.1/fs/dlm/ |
D | util.c | 29 case -EDEADLK: in to_dlm_errno() 51 return -EDEADLK; in from_dlm_errno()
|
/Linux-v6.1/include/uapi/asm-generic/ |
D | errno.h | 7 #define EDEADLK 35 /* Resource deadlock would occur */ macro 40 #define EDEADLOCK EDEADLK
|
/Linux-v6.1/tools/include/uapi/asm-generic/ |
D | errno.h | 7 #define EDEADLK 35 /* Resource deadlock would occur */ macro 40 #define EDEADLOCK EDEADLK
|
/Linux-v6.1/arch/parisc/include/uapi/asm/ |
D | errno.h | 17 #define EDEADLK 45 /* Resource deadlock would occur */ macro 18 #define EDEADLOCK EDEADLK
|
/Linux-v6.1/arch/alpha/include/uapi/asm/ |
D | errno.h | 9 #define EDEADLK 11 /* Resource deadlock would occur */ macro 83 #define EDEADLOCK EDEADLK
|
/Linux-v6.1/tools/arch/alpha/include/uapi/asm/ |
D | errno.h | 9 #define EDEADLK 11 /* Resource deadlock would occur */ macro 83 #define EDEADLOCK EDEADLK
|
/Linux-v6.1/tools/arch/parisc/include/uapi/asm/ |
D | errno.h | 17 #define EDEADLK 45 /* Resource deadlock would occur */ macro 18 #define EDEADLOCK EDEADLK
|
/Linux-v6.1/kernel/locking/ |
D | test-ww_mutex.c | 204 if (abba->resolve && err == -EDEADLK) { in test_abba_work() 246 if (resolve && err == -EDEADLK) { in test_abba() 268 if (err != -EDEADLK && abba.result != -EDEADLK) { in test_abba() 299 if (err == -EDEADLK) { in test_cycle_work() 454 if (err == -EDEADLK) { in stress_inorder_work() 513 if (err != -EDEADLK) { in stress_reorder_work()
|
/Linux-v6.1/drivers/gpu/drm/ |
D | drm_probe_helper.c | 300 if (ret == -EDEADLK) { in drm_helper_probe_detect_ctx() 416 if (drm_WARN_ON_ONCE(dev, ret != -EDEADLK)) in __drm_helper_update_and_validate() 419 return -EDEADLK; in __drm_helper_update_and_validate() 507 if (ret == -EDEADLK) { in drm_helper_probe_single_connector_modes() 530 if (ret == -EDEADLK) { in drm_helper_probe_single_connector_modes() 595 if (ret == -EDEADLK) { in drm_helper_probe_single_connector_modes() 614 if (ret == -EDEADLK) { in drm_helper_probe_single_connector_modes()
|
D | drm_modeset_lock.c | 160 if (ret == -EDEADLK) { in drm_modeset_lock_all() 326 } else if (ret == -EDEADLK) { in modeset_lock()
|
/Linux-v6.1/Documentation/locking/ |
D | ww-mutex-design.rst | 55 -EDEADLK) following a wound. 87 prematurely return -EDEADLK. The advantage of the _slow functions is in 96 block on the contending lock (preventing spinning through the -EDEADLK 172 if (ret == -EDEADLK) { 201 if (ret != -EDEADLK) { 251 different when retrying due to hitting the -EDEADLK die condition) there's 261 when the dynamic locking step hits -EDEADLK we also need to unlock all the 305 if (ret == -EDEADLK) { 374 - Attempting to lock the wrong mutex after -EDEADLK and 376 - Attempting to lock the right mutex after -EDEADLK, [all …]
|
/Linux-v6.1/drivers/gpu/drm/nouveau/ |
D | nouveau_backlight.c | 164 if (ret == -EDEADLK) in nv50_edp_get_brightness() 174 if (ret == -EDEADLK) in nv50_edp_get_brightness() 207 if (ret == -EDEADLK) in nv50_edp_set_brightness() 217 if (ret == -EDEADLK) in nv50_edp_set_brightness()
|
/Linux-v6.1/tools/testing/selftests/bpf/progs/ |
D | timer.c | 182 if (bpf_timer_cancel(&val->timer) != -EDEADLK) in timer_cb2() 203 if (bpf_timer_cancel(&val->timer) != -EDEADLK) in timer_cb2()
|
/Linux-v6.1/arch/sparc/include/uapi/asm/ |
D | errno.h | 52 #define EDEADLK 78 /* Resource deadlock would occur */ macro
|
/Linux-v6.1/arch/mips/include/uapi/asm/ |
D | errno.h | 28 #define EDEADLK 45 /* Resource deadlock would occur */ macro
|
/Linux-v6.1/tools/arch/mips/include/uapi/asm/ |
D | errno.h | 28 #define EDEADLK 45 /* Resource deadlock would occur */ macro
|
/Linux-v6.1/tools/arch/sparc/include/uapi/asm/ |
D | errno.h | 52 #define EDEADLK 78 /* Resource deadlock would occur */ macro
|
/Linux-v6.1/lib/ |
D | locking-selftest.c | 1692 WARN_ON(ret != -EDEADLK); in ww_test_fail_acquire() 1865 WARN_ON(ret != -EDEADLK); in ww_test_edeadlk_normal() 1891 WARN_ON(ret != -EDEADLK); in ww_test_edeadlk_normal_slow() 1917 WARN_ON(ret != -EDEADLK); in ww_test_edeadlk_no_unlock() 1942 WARN_ON(ret != -EDEADLK); in ww_test_edeadlk_no_unlock_slow() 1967 WARN_ON(ret != -EDEADLK); in ww_test_edeadlk_acquire_more() 1988 WARN_ON(ret != -EDEADLK); in ww_test_edeadlk_acquire_more_slow() 2013 WARN_ON(ret != -EDEADLK); in ww_test_edeadlk_acquire_more_edeadlk() 2016 WARN_ON(ret != -EDEADLK); in ww_test_edeadlk_acquire_more_edeadlk() 2039 WARN_ON(ret != -EDEADLK); in ww_test_edeadlk_acquire_more_edeadlk_slow() [all …]
|
/Linux-v6.1/drivers/gpu/drm/radeon/ |
D | radeon_fence.c | 510 r = -EDEADLK; in radeon_fence_wait_seq_timeout() 672 if (r == -EDEADLK) in radeon_fence_wait_empty() 673 return -EDEADLK; in radeon_fence_wait_empty() 1084 t = -EDEADLK; in radeon_fence_default_wait()
|
/Linux-v6.1/include/drm/ |
D | drm_modeset_lock.h | 205 if (ret == -EDEADLK) { \
|
/Linux-v6.1/drivers/gpu/drm/i915/gem/ |
D | i915_gem_dmabuf.c | 133 if (err == -EDEADLK) { in i915_gem_begin_cpu_access() 157 if (err == -EDEADLK) { in i915_gem_end_cpu_access()
|
D | i915_gem_mman.c | 342 if (IS_ERR(vma) && vma != ERR_PTR(-EDEADLK)) { in vm_fault_gtt() 358 if (IS_ERR(vma) && vma != ERR_PTR(-EDEADLK)) { in vm_fault_gtt() 434 if (ret == -EDEADLK) { in vm_fault_gtt() 483 if (err == -EDEADLK) { in vm_access()
|
/Linux-v6.1/drivers/gpu/drm/ttm/ |
D | ttm_execbuf_util.c | 118 if (ret == -EDEADLK) { in ttm_eu_reserve_buffers()
|
/Linux-v6.1/net/9p/ |
D | error.c | 74 {"Resource deadlock avoided", EDEADLK},
|