/linux-4.4.14/include/uapi/asm-generic/ |
D | errno.h | 6 #define EDEADLK 35 /* Resource deadlock would occur */ macro 39 #define EDEADLOCK EDEADLK
|
/linux-4.4.14/arch/alpha/include/uapi/asm/ |
D | errno.h | 8 #define EDEADLK 11 /* Resource deadlock would occur */ macro 82 #define EDEADLOCK EDEADLK
|
/linux-4.4.14/arch/parisc/include/uapi/asm/ |
D | errno.h | 16 #define EDEADLK 45 /* Resource deadlock would occur */ macro 17 #define EDEADLOCK EDEADLK
|
/linux-4.4.14/Documentation/locking/ |
D | ww-mutex-design.txt | 68 prematurely return -EDEADLK. The advantage of the _slow functions is in 76 block on the contending lock (preventing spinning through the -EDEADLK 146 if (ret == -EDEADLK) { 175 if (ret != -EDEADLK) { 223 different when retrying due to hitting the -EDEADLK wound condition) there's 233 when the dynamic locking step hits -EDEADLK we also need to unlock all the 277 if (ret == -EDEADLK) { 326 - Attempting to lock the wrong mutex after -EDEADLK and 328 - Attempting to lock the right mutex after -EDEADLK, 331 - Calling ww_mutex_lock_slow before -EDEADLK was returned.
|
/linux-4.4.14/drivers/gpu/drm/ |
D | drm_modeset_lock.c | 100 if (ret == -EDEADLK) { in drm_modeset_lock_all() 185 if (ret == -EDEADLK) { in drm_modeset_lock_crtc() 336 } else if (ret == -EDEADLK) { in modeset_lock()
|
D | drm_atomic_helper.c | 1505 if (ret == -EDEADLK) in drm_atomic_helper_update_plane() 1578 if (ret == -EDEADLK) in drm_atomic_helper_disable_plane() 1724 if (ret == -EDEADLK) in drm_atomic_helper_set_config() 1866 if (ret == -EDEADLK) in drm_atomic_helper_crtc_set_property() 1926 if (ret == -EDEADLK) in drm_atomic_helper_plane_set_property() 1986 if (ret == -EDEADLK) in drm_atomic_helper_connector_set_property() 2061 if (ret == -EDEADLK) in drm_atomic_helper_page_flip() 2148 if (ret == -EDEADLK) in drm_atomic_helper_connector_dpms()
|
D | drm_fb_helper.c | 390 if (ret == -EDEADLK) in restore_fbdev_mode_atomic() 1269 if (ret == -EDEADLK) in pan_display_atomic()
|
D | drm_atomic.c | 1637 if (ret == -EDEADLK) { in drm_mode_atomic_ioctl()
|
/linux-4.4.14/drivers/gpu/drm/ttm/ |
D | ttm_execbuf_util.c | 145 if (ret == -EDEADLK && intr) { in ttm_eu_reserve_buffers() 148 } else if (ret == -EDEADLK) { in ttm_eu_reserve_buffers()
|
/linux-4.4.14/lib/ |
D | locking-selftest.c | 1157 WARN_ON(ret != -EDEADLK); in ww_test_fail_acquire() 1314 WARN_ON(ret != -EDEADLK); in ww_test_edeadlk_normal() 1340 WARN_ON(ret != -EDEADLK); in ww_test_edeadlk_normal_slow() 1366 WARN_ON(ret != -EDEADLK); in ww_test_edeadlk_no_unlock() 1391 WARN_ON(ret != -EDEADLK); in ww_test_edeadlk_no_unlock_slow() 1416 WARN_ON(ret != -EDEADLK); in ww_test_edeadlk_acquire_more() 1437 WARN_ON(ret != -EDEADLK); in ww_test_edeadlk_acquire_more_slow() 1462 WARN_ON(ret != -EDEADLK); in ww_test_edeadlk_acquire_more_edeadlk() 1465 WARN_ON(ret != -EDEADLK); in ww_test_edeadlk_acquire_more_edeadlk() 1488 WARN_ON(ret != -EDEADLK); in ww_test_edeadlk_acquire_more_edeadlk_slow() [all …]
|
D | Kconfig.debug | 954 injecting additional -EDEADLK wound/backoff cases. Together with
|
/linux-4.4.14/fs/dlm/ |
D | util.c | 47 case -EDEADLK: in to_dlm_errno() 69 return -EDEADLK; in from_dlm_errno()
|
D | lock.c | 308 rv = -EDEADLK; in queue_cast() 2471 *err = -EDEADLK; in can_be_granted() 3130 queue_cast(r, lkb, -EDEADLK); in do_convert() 3131 error = -EDEADLK; in do_convert() 3454 if (error == -EAGAIN || error == -EDEADLK) in dlm_lock() 4606 case -EDEADLK: in __receive_convert_reply() 4609 queue_cast(r, lkb, -EDEADLK); in __receive_convert_reply() 5879 if (error == -EINPROGRESS || error == -EAGAIN || error == -EDEADLK) in dlm_user_convert()
|
D | user.c | 163 case -EDEADLK: in lkb_is_endoflife()
|
/linux-4.4.14/fs/afs/ |
D | misc.c | 63 case 0x2f6df22: return -EDEADLK; in afs_abort_to_error()
|
/linux-4.4.14/arch/mips/include/uapi/asm/ |
D | errno.h | 27 #define EDEADLK 45 /* Resource deadlock would occur */ macro
|
/linux-4.4.14/arch/sparc/include/uapi/asm/ |
D | errno.h | 51 #define EDEADLK 78 /* Resource deadlock would occur */ macro
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | radeon_fence.c | 516 r = -EDEADLK; in radeon_fence_wait_seq_timeout() 657 if (r == -EDEADLK) in radeon_fence_wait_empty() 658 return -EDEADLK; in radeon_fence_wait_empty() 1073 t = -EDEADLK; in radeon_fence_default_wait()
|
D | radeon_gem.c | 203 if (r == -EDEADLK) { in radeon_gem_handle_lockup()
|
D | radeon_cs.c | 577 if (r == -EDEADLK) { in radeon_cs_handle_lockup()
|
D | radeon_display.c | 417 if (r == -EDEADLK) { in radeon_flip_work_func()
|
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | errno.c | 78 [EDEADLK] = LUSTRE_EDEADLK, 224 [LUSTRE_EDEADLK] = EDEADLK,
|
/linux-4.4.14/net/9p/ |
D | error.c | 91 {"Resource deadlock avoided", EDEADLK},
|
/linux-4.4.14/drivers/gpu/drm/msm/ |
D | msm_gem_submit.c | 172 WARN_ON(ret == -EDEADLK); in submit_validate_objects() 199 if (ret == -EDEADLK) { in submit_validate_objects()
|
/linux-4.4.14/kernel/locking/ |
D | rtmutex.c | 466 return -EDEADLK; in rt_mutex_adjust_prio_chain() 580 ret = -EDEADLK; in rt_mutex_adjust_prio_chain() 909 return -EDEADLK; in task_blocks_on_rt_mutex()
|
D | mutex.c | 498 return -EDEADLK; in __ww_mutex_lock_check_stamp() 672 return -EDEADLK; in ww_mutex_deadlock_injection()
|
/linux-4.4.14/fs/ocfs2/ |
D | stack_o2cb.c | 143 [DLM_DEADLOCK] = -EDEADLK,
|
D | inode.c | 703 ret = -EDEADLK; in ocfs2_check_orphan_recovery_state() 1058 if (status != -EDEADLK) in ocfs2_delete_inode()
|
/linux-4.4.14/Documentation/DocBook/media/ |
D | Makefile | 117 EDEADLK \
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | i915_gem_fence.c | 345 return ERR_PTR(-EDEADLK); in i915_find_fence_reg()
|
D | intel_sprite.c | 997 if (ret != -EDEADLK) in intel_sprite_set_colorkey()
|
D | intel_display.c | 2404 if (ret == -EDEADLK) { in intel_pin_and_fence_fb_obj() 10452 if (ret == -EDEADLK) { in intel_get_load_detect_pipe() 11612 if (ret == -EDEADLK) { in intel_crtc_page_flip() 13316 if (ret == -EDEADLK) { in intel_crtc_restore_mode()
|
/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/ |
D | ldlm_flock.c | 539 rc = -EDEADLK; in ldlm_flock_completion_ast()
|
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_fence.c | 290 return -EDEADLK; in amdgpu_fence_ring_wait_seq()
|
D | amdgpu_display.c | 50 if (r == -EDEADLK) in amdgpu_flip_wait_fence()
|
D | amdgpu_gem.c | 158 if (r == -EDEADLK) { in amdgpu_gem_handle_lockup()
|
D | amdgpu_cs.c | 608 if (r == -EDEADLK) { in amdgpu_cs_handle_lockup()
|
/linux-4.4.14/crypto/ |
D | ablkcipher.c | 278 return -EDEADLK; in ablkcipher_walk_first()
|
D | blkcipher.c | 327 return -EDEADLK; in blkcipher_walk_first()
|
/linux-4.4.14/fs/lockd/ |
D | clntproc.c | 824 return -EDEADLK; in nlm_stat_to_errno()
|
D | svclock.c | 482 case -EDEADLK: in nlmsvc_lock()
|
/linux-4.4.14/fs/nfsd/ |
D | nfs4callback.c | 202 { NFS4ERR_DEADLOCK, -EDEADLK },
|
D | nfs4state.c | 5662 case (EDEADLK): in nfsd4_lock()
|
/linux-4.4.14/kernel/ |
D | futex.c | 1105 return -EDEADLK; in futex_lock_pi_atomic() 1108 return -EDEADLK; in futex_lock_pi_atomic()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/ |
D | nouveau_gem.c | 418 if (unlikely(ret == -EDEADLK)) { in validate_init()
|
/linux-4.4.14/fs/gfs2/ |
D | lock_dlm.c | 136 case -EDEADLK: /* Deadlock detected */ in gdlm_ast()
|
/linux-4.4.14/security/keys/ |
D | keyring.c | 1038 ctx->result = ERR_PTR(-EDEADLK); in keyring_detect_cycle_iterator()
|
/linux-4.4.14/fs/nfs/ |
D | nfs4trace.h | 42 { -EDEADLK, "EDEADLK" }, \
|
D | nfs4xdr.c | 7407 { NFS4ERR_DEADLOCK, -EDEADLK },
|
/linux-4.4.14/drivers/net/ethernet/sfc/ |
D | mcdi.c | 244 TRANSLATE_ERROR(EDEADLK); in efx_mcdi_errno()
|
/linux-4.4.14/fs/ |
D | locks.c | 985 error = -EDEADLK; in __posix_lock_file()
|
/linux-4.4.14/drivers/media/usb/pvrusb2/ |
D | pvrusb2-hdw.c | 3630 return -EDEADLK; in pvr2_send_request_ex()
|
/linux-4.4.14/Documentation/security/ |
D | keys.txt | 588 it appears too deep or EDEADLK if the link would introduce a cycle.
|