/openbmc/linux/drivers/gpu/drm/i915/ |
H A 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; \
|
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_modeset_lock.c | 20 *ret = -EDEADLK; in _intel_modeset_lock_begin() 25 if (*ret == -EDEADLK) { in _intel_modeset_lock_loop() 37 if (*ret == -EDEADLK) { in _intel_modeset_lock_end() 43 *ret = -EDEADLK; in _intel_modeset_lock_end()
|
H A D | intel_display_reset.c | 55 if (ret != -EDEADLK) in intel_display_reset_prepare() 106 drm_WARN_ON(&i915->drm, ret == -EDEADLK); in intel_display_reset_finish()
|
/openbmc/linux/fs/dlm/ |
H A D | util.c | 29 case -EDEADLK: in to_dlm_errno() 51 return -EDEADLK; in from_dlm_errno()
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | errno.h | 7 #define EDEADLK 35 /* Resource deadlock would occur */ macro 40 #define EDEADLOCK EDEADLK
|
/openbmc/linux/tools/include/uapi/asm-generic/ |
H A D | errno.h | 7 #define EDEADLK 35 /* Resource deadlock would occur */ macro 40 #define EDEADLOCK EDEADLK
|
/openbmc/linux/tools/arch/alpha/include/uapi/asm/ |
H A D | errno.h | 9 #define EDEADLK 11 /* Resource deadlock would occur */ macro 83 #define EDEADLOCK EDEADLK
|
/openbmc/linux/arch/alpha/include/uapi/asm/ |
H A D | errno.h | 9 #define EDEADLK 11 /* Resource deadlock would occur */ macro 83 #define EDEADLOCK EDEADLK
|
/openbmc/linux/tools/arch/parisc/include/uapi/asm/ |
H A D | errno.h | 17 #define EDEADLK 45 /* Resource deadlock would occur */ macro 18 #define EDEADLOCK EDEADLK
|
/openbmc/linux/arch/parisc/include/uapi/asm/ |
H A D | errno.h | 17 #define EDEADLK 45 /* Resource deadlock would occur */ macro 18 #define EDEADLOCK EDEADLK
|
/openbmc/u-boot/include/linux/ |
H A D | errno.h | 39 #define EDEADLK 35 /* Resource deadlock would occur */ macro 65 #define EDEADLOCK EDEADLK
|
/openbmc/linux/kernel/locking/ |
H A 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() 512 if (err != -EDEADLK) { in stress_reorder_work()
|
/openbmc/linux/Documentation/locking/ |
H A 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 …]
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyruvate/ |
H A D | 0001-musl-Define-SOCK_SEQPACKET-in-common-place.patch | 30 pub const EDEADLK: ::c_int = 35; 60 pub const EDEADLK: ::c_int = 35; 70 pub const EDEADLK: ::c_int = 35;
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_probe_helper.c | 360 if (ret == -EDEADLK) { in drm_helper_probe_detect_ctx() 483 if (drm_WARN_ON_ONCE(dev, ret != -EDEADLK)) in __drm_helper_update_and_validate() 486 return -EDEADLK; in __drm_helper_update_and_validate() 574 if (ret == -EDEADLK) { in drm_helper_probe_single_connector_modes() 597 if (ret == -EDEADLK) { in drm_helper_probe_single_connector_modes() 664 if (ret == -EDEADLK) { in drm_helper_probe_single_connector_modes() 683 if (ret == -EDEADLK) { in drm_helper_probe_single_connector_modes()
|
H A D | drm_exec.c | 220 if (unlikely(ret == -EDEADLK)) { in drm_exec_lock_obj() 223 return -EDEADLK; in drm_exec_lock_obj()
|
H A D | drm_modeset_lock.c | 160 if (ret == -EDEADLK) { in drm_modeset_lock_all() 326 } else if (ret == -EDEADLK) { in modeset_lock()
|
/openbmc/u-boot/lib/ |
H A D | errno_str.c | 49 ERRNO_MSG(EDEADLK, "Resource deadlock would occur"), 72 ERRNO_MSG(EDEADLOCK, SAME_AS(EDEADLK)),
|
/openbmc/linux/drivers/gpu/drm/nouveau/ |
H A D | nouveau_backlight.c | 165 if (ret == -EDEADLK) in nv50_edp_get_brightness() 175 if (ret == -EDEADLK) in nv50_edp_get_brightness() 208 if (ret == -EDEADLK) in nv50_edp_set_brightness() 218 if (ret == -EDEADLK) in nv50_edp_set_brightness()
|
/openbmc/linux/lib/ |
H A D | errname.c | 42 E(EDEADLK), /* EDEADLOCK */ 43 #if EDEADLK != EDEADLOCK /* mips, sparc, powerpc */
|
/openbmc/linux/tools/arch/sparc/include/uapi/asm/ |
H A D | errno.h | 52 #define EDEADLK 78 /* Resource deadlock would occur */ macro
|
/openbmc/linux/arch/mips/include/uapi/asm/ |
H A D | errno.h | 28 #define EDEADLK 45 /* Resource deadlock would occur */ macro
|
/openbmc/linux/tools/arch/mips/include/uapi/asm/ |
H A D | errno.h | 28 #define EDEADLK 45 /* Resource deadlock would occur */ macro
|
/openbmc/linux/arch/sparc/include/uapi/asm/ |
H A D | errno.h | 52 #define EDEADLK 78 /* Resource deadlock would occur */ macro
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | timer.c | 190 if (bpf_timer_cancel(&val->timer) != -EDEADLK) in timer_cb2() 211 if (bpf_timer_cancel(&val->timer) != -EDEADLK) in timer_cb2()
|