Home
last modified time | relevance | path

Searched refs:EAGAIN (Results 1 - 25 of 83) sorted by relevance

1234

/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/arch/generic/bits/
H A Derrno.h14 #define EAGAIN 11 macro
44 #define EWOULDBLOCK EAGAIN
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
H A Derrno.h58 #define EAGAIN 11 /* Try again */ macro
92 #define EWOULDBLOCK EAGAIN /* Operation would block */
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/ext_util/
H A Dposix_help.c70 } else if (errno == EAGAIN || errno == EWOULDBLOCK) { // no data now in FdReadMsg()
101 } else if (ret == 0 || (ret < 0 && (errno == EAGAIN || errno == EWOULDBLOCK))) { // no data now in FdWriteMsg()
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/
H A DSocket.h28 #undef EAGAIN macro
29 #define EAGAIN WSAEWOULDBLOCK macro
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/backend/gpu/
H A Dmali_kbase_jm_rb.c585 return -EAGAIN; in kbase_jm_enter_protected_mode()
593 return -EAGAIN; in kbase_jm_enter_protected_mode()
623 return -EAGAIN; in kbase_jm_enter_protected_mode()
636 return -EAGAIN; in kbase_jm_enter_protected_mode()
674 return -EAGAIN; in kbase_jm_enter_protected_mode()
705 return -EAGAIN; in kbase_jm_enter_protected_mode()
755 return -EAGAIN; in kbase_jm_exit_protected_mode()
773 if (err == -EAGAIN) in kbase_jm_exit_protected_mode()
774 return -EAGAIN; in kbase_jm_exit_protected_mode()
817 return -EAGAIN; in kbase_jm_exit_protected_mode()
[all...]
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/backend/gpu/
H A Dmali_kbase_jm_rb.c544 return -EAGAIN; in kbase_jm_enter_protected_mode()
552 return -EAGAIN; in kbase_jm_enter_protected_mode()
583 return -EAGAIN; in kbase_jm_enter_protected_mode()
594 return -EAGAIN; in kbase_jm_enter_protected_mode()
629 return -EAGAIN; in kbase_jm_enter_protected_mode()
658 return -EAGAIN; in kbase_jm_enter_protected_mode()
705 return -EAGAIN; in kbase_jm_exit_protected_mode()
714 if (err == -EAGAIN) { in kbase_jm_exit_protected_mode()
715 return -EAGAIN; in kbase_jm_exit_protected_mode()
757 return -EAGAIN; in kbase_jm_exit_protected_mode()
[all...]
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H A Dmali_kbase_mem_profile_debugfs.c70 err = -EAGAIN; in kbasep_mem_profile_debugfs_insert()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_mem_profile_debugfs.c90 err = -EAGAIN; in kbasep_mem_profile_debugfs_insert()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_kbase_mem_profile_debugfs.c86 err = -EAGAIN; in kbasep_mem_profile_debugfs_insert()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_mem_profile_debugfs.c76 err = -EAGAIN; in kbasep_mem_profile_debugfs_insert()
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_net_api.h71 #define EAGAIN 11 /* Try again */ macro
99 #define EWOULDBLOCK EAGAIN /* Operation would block */
/device/soc/rockchip/common/sdk_linux/ipc/
H A Dmsg.c439 expunge_all(msq, -EAGAIN, &wake_q); in msgctl_down()
904 err = -EAGAIN; in do_msgsnd()
1104 return found ?: ERR_PTR(-EAGAIN); in find_msg()
1205 WRITE_ONCE(msr_d.r_msg, ERR_PTR(-EAGAIN)); in do_msgrcv()
1221 * Thus if r_msg is -EAGAIN, then the queue not yet destroyed. in do_msgrcv()
1236 if (msg != ERR_PTR(-EAGAIN)) { in do_msgrcv()
1244 * ... or see -EAGAIN, acquire the lock to check the message in do_msgrcv()
1250 if (msg != ERR_PTR(-EAGAIN)) { in do_msgrcv()
/device/soc/rockchip/rk3568/hardware/omx_il/osal/
H A DRockchip_OSAL_Thread.c92 case EAGAIN: in Rockchip_OSAL_ThreadCreate()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/csf/
H A Dmali_kbase_csf_trace_buffer.c455 return -EAGAIN; in kbase_csf_firmware_trace_buffer_update_trace_enable_bit()
549 err = -EAGAIN; in set_trace_buffer_active_mask64()
H A Dmali_kbase_csf_reset_gpu.c121 return -EAGAIN; in kbase_reset_gpu_try_prevent()
570 return -EAGAIN; in kbase_reset_gpu_silent()
H A Dmali_kbase_csf_firmware_cfg.c159 return -EAGAIN; in store_fw_cfg()
/device/soc/hisilicon/hi3861v100/hi3861_adapter/kal/posix/src/
H A Dtime.c145 errno = (ret == LOS_ERRNO_SWTMR_MAXSIZE) ? EAGAIN : EINVAL; in timer_create()
H A Dpthread.c161 return EAGAIN; in pthread_create()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/backend/gpu/
H A Dmali_kbase_jm_rb.c753 return -EAGAIN; in kbase_jm_enter_protected_mode()
783 return -EAGAIN; in kbase_jm_enter_protected_mode()
866 return -EAGAIN; in kbase_jm_exit_protected_mode()
908 return -EAGAIN; in kbase_jm_exit_protected_mode()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/backend/gpu/
H A Dmali_kbase_jm_rb.c844 return -EAGAIN; in kbase_jm_enter_protected_mode()
875 return -EAGAIN; in kbase_jm_enter_protected_mode()
967 return -EAGAIN; in kbase_jm_exit_protected_mode()
1013 return -EAGAIN; in kbase_jm_exit_protected_mode()
/device/soc/hisilicon/common/hal/display/source/display_gralloc/src/
H A Dallocator.cpp231 if ((ret != -EAGAIN) && (ret != -EINTR)) { in DmaBufferSync()
/device/soc/rockchip/common/sdk_linux/drivers/thermal/
H A Drockchip_thermal.c468 return -EAGAIN; in rk_tsadcv2_code_to_temp()
479 return -EAGAIN; /* Incorrect reading */ in rk_tsadcv2_code_to_temp()
497 return -EAGAIN; /* Incorrect reading */ in rk_tsadcv2_code_to_temp()
/device/soc/rockchip/common/hardware/display/src/display_gralloc/
H A Ddisplay_gralloc_gbm.c295 } while ((retry--) && (ret != -EAGAIN) && (ret != -EINTR)); in DmaBufferSync()
/device/soc/rockchip/common/sdk_linux/drivers/power/supply/
H A Dpower_supply_sysfs.c256 } else if (ret != -ENODEV && ret != -EAGAIN) { in power_supply_show_property()
/device/soc/rockchip/common/sdk_linux/kernel/power/
H A Dsuspend.c578 return -EAGAIN; in enter_state()

Completed in 21 milliseconds

1234