| /device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ |
| H A D | mali_kbase_dummy_job_wa.c | 64 const int timeout = 100; in wait_any() local 87 const int timeout = 100; in wait() local
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/tests/mali_kutf_clk_rate_trace/kernel/ |
| H A D | mali_kutf_clk_rate_trace_test.c | 697 unsigned long timeout = jiffies + HZ * 2; in kutf_clk_trace_no_clks_dummy() local
|
| /device/soc/rockchip/common/sdk_linux/drivers/phy/rockchip/ |
| H A D | phy-rockchip-pcie.c | 162 unsigned long timeout;
in rockchip_pcie_phy_power_on() local
|
| /device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
| H A D | dhd_linux_platdev.c | 943 s32 timeout = -1; in dhd_wifi_platform_load_usb() local
|
| /device/soc/rockchip/rk3588/kernel/drivers/soc/rockchip/ |
| H A D | sdmmc_vendor_storage.c | 592 unsigned long timeout = jiffies + 3 * HZ; in vendor_init_thread() local
|
| /third_party/eudev/src/udev/ |
| H A D | udev-ctrl.c | 260 static int ctrl_send(struct udev_ctrl *uctrl, enum udev_ctrl_msg_type type, int intval, const char *buf, int timeout) { in ctrl_send() argument 314 int udev_ctrl_send_set_log_level(struct udev_ctrl *uctrl, int priority, int timeout) { in udev_ctrl_send_set_log_level() argument 318 int udev_ctrl_send_stop_exec_queue(struct udev_ctrl *uctrl, int timeout) { in udev_ctrl_send_stop_exec_queue() argument 322 int udev_ctrl_send_start_exec_queue(struct udev_ctrl *uctrl, int timeout) { in udev_ctrl_send_start_exec_queue() argument 326 int udev_ctrl_send_reload(struct udev_ctrl *uctrl, int timeout) { in udev_ctrl_send_reload() argument 330 udev_ctrl_send_set_env(struct udev_ctrl *uctrl, const char *key, int timeout) udev_ctrl_send_set_env() argument 334 udev_ctrl_send_set_children_max(struct udev_ctrl *uctrl, int count, int timeout) udev_ctrl_send_set_children_max() argument 338 udev_ctrl_send_ping(struct udev_ctrl *uctrl, int timeout) udev_ctrl_send_ping() argument 342 udev_ctrl_send_exit(struct udev_ctrl *uctrl, int timeout) udev_ctrl_send_exit() argument [all...] |
| /third_party/ffmpeg/libavformat/ |
| H A D | libssh.c | 56 long timeout = libssh->rw_timeout * 1000; in libssh_create_ssh_session() local
|
| H A D | network.c | 78 int ff_network_wait_fd_timeout(int fd, int write, int64_t timeout, AVIOInterruptCB *int_cb) in ff_network_wait_fd_timeout() argument 98 int ff_network_sleep_interruptible(int64_t timeout, AVIOInterruptCB *int_cb) in ff_network_sleep_interruptible() argument 159 static int ff_poll_interrupt(struct pollfd *p, nfds_t nfds, int timeout, in ff_poll_interrupt() argument 228 int ff_accept(int fd, int timeout, URLContext *h) in ff_accept() argument 246 ff_listen_bind(int fd, const struct sockaddr *addr, socklen_t addrlen, int timeout, URLContext *h) ff_listen_bind() argument 258 ff_listen_connect(int fd, const struct sockaddr *addr, socklen_t addrlen, int timeout, URLContext *h, int will_try_next) ff_listen_connect() argument [all...] |
| /third_party/backends/backend/pixma/ |
| H A D | pixma_io_sanei.c | 517 pixma_wait_interrupt (pixma_io_t * io, void *buf, unsigned size, int timeout) in pixma_wait_interrupt() argument
|
| /third_party/backends/backend/ |
| H A D | kvs40xx_cmd.c | 351 kvs40xx_set_timeout (struct scanner * s, int timeout) in kvs40xx_set_timeout() argument
|
| /third_party/curl/docs/examples/ |
| H A D | ephiperfifo.c | 109 long timeout; member
|
| H A D | evhiperfifo.c | 111 long timeout; member
|
| H A D | ghiper.c | 92 long timeout; member 160 struct timeval timeout; in update_timeout_cb() local
|
| H A D | hiperfifo.c | 109 long timeout; member 144 struct timeval timeout; in multi_timer_cb() local
|
| /third_party/FreeBSD/sys/dev/usb/ |
| H A D | usb_core.h | 157 usb_timeout_t timeout; /* milliseconds */ member
|
| H A D | usb_dev.h | 119 usb_timeout_t timeout; /* timeout in milliseconds */ member
|
| /third_party/NuttX/fs/vfs/ |
| H A D | fs_poll.c | 396 int poll(struct pollfd *fds, nfds_t nfds, int timeout) in poll() argument [all...] |
| /third_party/libuv/src/unix/ |
| H A D | os390-syscalls.c | 282 epoll_wait(uv__os390_epoll* lst, struct epoll_event* events, int maxevents, int timeout) epoll_wait() argument
|
| /third_party/libuv/src/win/ |
| H A D | core.c | 428 static void uv__poll_wine(uv_loop_t* loop, DWORD timeout) { in uv__poll_wine() argument 519 uv__poll(uv_loop_t* loop, DWORD timeout) uv__poll() argument 622 DWORD timeout; uv_run() local [all...] |
| H A D | thread.c | 453 int uv_cond_timedwait(uv_cond_t* cond, uv_mutex_t* mutex, uint64_t timeout) { in uv_cond_timedwait() argument
|
| /third_party/libcoap/include/coap3/ |
| H A D | coap_net_internal.h | 40 unsigned int timeout; /**< the randomized timeout value */ member
|
| /third_party/mesa3d/src/c11/impl/ |
| H A D | threads_win32.c | 226 const DWORD timeout = impl_abs2relmsec(abs_time); in cnd_timedwait() local
|
| /third_party/mesa3d/src/gallium/frontends/dri/ |
| H A D | dri_helpers.c | 185 dri2_client_wait_sync(__DRIcontext *_ctx, void *_fence, unsigned flags, uint64_t timeout) dri2_client_wait_sync() argument
|
| /third_party/mesa3d/src/gallium/drivers/tegra/ |
| H A D | tegra_screen.c | 394 tegra_screen_fence_finish(struct pipe_screen *pscreen, struct pipe_context *pcontext, struct pipe_fence_handle *fence, uint64_t timeout) tegra_screen_fence_finish() argument
|
| /third_party/mesa3d/src/gallium/drivers/svga/ |
| H A D | svga_screen.c | 884 svga_fence_finish(struct pipe_screen *screen, struct pipe_context *ctx, struct pipe_fence_handle *fence, uint64_t timeout) svga_fence_finish() argument
|