Home
last modified time | relevance | path

Searched refs:EDEADLK (Results 1 - 20 of 20) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/arch/generic/bits/
H A Derrno.h38 #define EDEADLK 35 macro
61 #define EDEADLOCK EDEADLK
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
H A Derrno.h86 #define EDEADLK 35 /* Resource deadlock would occur */ macro
110 #define EDEADLOCK EDEADLK
/device/soc/hisilicon/hi3861v100/hi3861_adapter/kal/posix/src/
H A Dpthread.c241 return EDEADLK; in pthread_cancel()
313 return EDEADLK; in pthread_join()
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_net_api.h93 #define EDEADLK 35 /* Resource deadlock would occur */ macro
116 #define EDEADLOCK EDEADLK
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H A Ddrm_mode_config.c446 if (ret == -EDEADLK) { in drmm_mode_config_init()
452 if (ret == -EDEADLK) { in drmm_mode_config_init()
H A Ddrm_gem.c1300 if (ret == -EDEADLK) { in drm_gem_lock_reservations()
H A Ddrm_atomic_uapi.c62 * Zero on success, error code on failure. Cannot return -EDEADLK.
108 * Zero on success, error code on failure. Cannot return -EDEADLK.
162 * 0 on success or can fail with -EDEADLK or -ENOMEM. When the error is EDEADLK
274 * 0 on success or can fail with -EDEADLK or -ENOMEM. When the error is EDEADLK
1383 if (ret == -EDEADLK) { in drm_mode_atomic_ioctl()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H A Dmali_kbase_dma_fence.c85 if (err == -EDEADLK) { in kbase_dma_fence_lock_reservations()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_dma_fence.c95 if (err == -EDEADLK) { in kbase_dma_fence_lock_reservations()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_dma_fence.c415 if (ret == -EDEADLK) { in mali_dma_fence_lock_reservation_object_list()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_kbase_dma_fence.c94 if (err == -EDEADLK) { in kbase_dma_fence_lock_reservations()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_dma_fence.c402 if (ret == -EDEADLK) { in mali_dma_fence_lock_reservation_object_list()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_dma_fence.c90 if (err == -EDEADLK) { in kbase_dma_fence_lock_reservations()
/device/soc/rockchip/common/sdk_linux/drivers/dma-buf/
H A Ddma-fence.c513 fence->error = -EDEADLK; in dma_fence_release()
/device/soc/rockchip/common/sdk_linux/drivers/regulator/
H A Dcore.c181 if (lock && ret != -EDEADLK) { in regulator_lock_nested()
282 if (err == -EDEADLK) { in regulator_lock_recursive()
355 } while (err == -EDEADLK); in regulator_lock_dependent()
5990 if (ret == -EDEADLK) { in regulator_summary_lock_one()
6008 return -EDEADLK; in regulator_summary_unlock_one()
6057 } while (err == -EDEADLK); in regulator_summary_lock()
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_logo.c967 WARN_ON(ret == -EDEADLK); in rockchip_drm_show_logo()
H A Ddw-dp.c2029 if (ret != -EDEADLK) in dw_dp_link_retrain()
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
H A Drockchip_drm_logo.c1009 WARN_ON(ret == -EDEADLK); in rockchip_drm_show_logo()
H A Drockchip_drm_drv.c1171 WARN_ON(ret == -EDEADLK); in rockchip_drm_set_property_default()
H A Ddw-dp.c2004 if (ret != -EDEADLK) { in dw_dp_link_retrain()

Completed in 33 milliseconds