/third_party/mesa3d/src/gallium/drivers/virgl/ |
H A D | virgl_screen.c | 842 uint64_t timeout) in virgl_fence_finish() 848 if (vctx && timeout) in virgl_fence_finish() 851 return vws->fence_wait(vws, fence, timeout); in virgl_fence_finish() 839 virgl_fence_finish(struct pipe_screen *screen, struct pipe_context *ctx, struct pipe_fence_handle *fence, uint64_t timeout) virgl_fence_finish() argument
|
/third_party/nghttp2/src/ |
H A D | shrpx_client_handler.cc | 446 get_config()->conn.upstream.timeout.write, in ClientHandler() 447 get_config()->conn.upstream.timeout.read, in ClientHandler() 554 reset_upstream_read_timeout(config->conn.upstream.timeout.http3_read); in setup_http3_upstream()
|
/third_party/libinput/src/ |
H A D | evdev-mt-touchpad-gestures.c | 543 uint64_t timeout; in tp_gesture_set_hold_timer() local 549 timeout = tp_gesture_is_quick_hold(tp) ? in tp_gesture_set_hold_timer() 553 libinput_timer_set(&tp->gesture.hold_timer, time + timeout); in tp_gesture_set_hold_timer() 940 * past the timeout, assume scroll/swipe */ in tp_gesture_detect_motion_gestures()
|
/third_party/node/deps/v8/src/inspector/ |
H A D | v8-runtime-agent-impl.cc | 257 Maybe<double> timeout, Maybe<bool> disableBreaks, Maybe<bool> maybeReplMode, in evaluate() 293 if (timeout.isJust()) { in evaluate() 294 response = evaluateScope.setTimeout(timeout.fromJust() / 1000.0); in evaluate() 251 evaluate( const String16& expression, Maybe<String16> objectGroup, Maybe<bool> includeCommandLineAPI, Maybe<bool> silent, Maybe<int> executionContextId, Maybe<bool> returnByValue, Maybe<bool> generatePreview, Maybe<bool> userGesture, Maybe<bool> maybeAwaitPromise, Maybe<bool> throwOnSideEffect, Maybe<double> timeout, Maybe<bool> disableBreaks, Maybe<bool> maybeReplMode, Maybe<bool> allowUnsafeEvalBlockedByCSP, Maybe<String16> uniqueContextId, Maybe<bool> generateWebDriverValue, std::unique_ptr<EvaluateCallback> callback) evaluate() argument
|
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
H A D | tr_screen.c | 1015 uint64_t timeout) in trace_screen_fence_finish() 1022 result = screen->fence_finish(screen, ctx, fence, timeout); in trace_screen_fence_finish() 1030 trace_dump_arg(uint, timeout); in trace_screen_fence_finish() 1012 trace_screen_fence_finish(struct pipe_screen *_screen, struct pipe_context *_ctx, struct pipe_fence_handle *fence, uint64_t timeout) trace_screen_fence_finish() argument
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | ocsp.c | 79 const char *port, int timeout); 128 {"timeout", OPT_TIMEOUT, 'p', 129 "Connection timeout (in seconds) to the OCSP responder"}, 1200 const char *port, int timeout) in do_responder() 1206 prog, port, 1 /* accept_get */, timeout); in do_responder() 1199 do_responder(OCSP_REQUEST **preq, BIO **pcbio, BIO *acbio, const char *port, int timeout) do_responder() argument
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
H A D | libEGL.cpp | 1436 EGLint EGLAPIENTRY ClientWaitSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTimeKHR timeout) in ClientWaitSyncKHR() argument 1438 TRACE("(EGLDisplay dpy = %p, EGLSyncKHR sync = %p, EGLint flags = %x, EGLTimeKHR value = %llx)", dpy, sync, flags, timeout); in ClientWaitSyncKHR() 1456 (void)timeout; in ClientWaitSyncKHR()
|
/third_party/openssl/apps/ |
H A D | ocsp.c | 79 const char *port, int timeout); 128 {"timeout", OPT_TIMEOUT, 'p', 129 "Connection timeout (in seconds) to the OCSP responder"}, 1200 const char *port, int timeout) in do_responder() 1206 prog, port, 1 /* accept_get */, timeout); in do_responder() 1199 do_responder(OCSP_REQUEST **preq, BIO **pcbio, BIO *acbio, const char *port, int timeout) do_responder() argument
|
/third_party/python/Lib/test/ |
H A D | test_threading.py | 340 worker_saw_exception.wait(timeout=support.SHORT_TIMEOUT) 759 self.assertFalse(tstate_lock.acquire(timeout=0), False) 763 self.assertTrue(tstate_lock.acquire(timeout=support.SHORT_TIMEOUT), False)
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
H A D | ssl.rs | 21 timeout: c_long, 47 timeout: c_long, 90 timeout: c_long,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | eapol_test.c | 1249 " [-r<count>] [-t<timeout>] [-C<Connect-Info>] \\\n" in usage() 1273 " -t<timeout> = sets timeout in seconds (default: 30 s)\n" in usage() 1306 int timeout = 30; in main() local 1386 timeout = atoi(optarg); in main() 1509 eloop_register_timeout(timeout, 0, eapol_test_timeout, in main()
|
H A D | wpa_supplicant.c | 235 * wpa_supplicant_req_auth_timeout - Schedule a timeout for authentication 240 * This function is used to schedule a timeout for the current authentication 250 wpa_dbg(wpa_s, MSG_DEBUG, "Setting authentication timeout: %d sec " in wpa_supplicant_req_auth_timeout() 259 * wpas_auth_timeout_restart - Restart and change timeout for authentication 261 * @sec_diff: difference in seconds applied to original timeout value 269 "Authentication timeout restart: %d sec", new_sec); in wpas_auth_timeout_restart() 278 * wpa_supplicant_cancel_auth_timeout - Cancel authentication timeout 281 * This function is used to cancel authentication timeout scheduled with 287 wpa_dbg(wpa_s, MSG_DEBUG, "Cancelling authentication timeout"); in wpa_supplicant_cancel_auth_timeout() 3068 /* cancel possible auth. timeout */ in wpas_start_assoc_cb() 3392 int timeout = 60; wpas_start_assoc_cb() local 4269 int timeout = 10; wpa_supplicant_rx_eapol() local 6742 int timeout; global() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | eapol_test.c | 1248 " [-r<count>] [-t<timeout>] [-C<Connect-Info>] \\\n" in usage() 1272 " -t<timeout> = sets timeout in seconds (default: 30 s)\n" in usage() 1305 int timeout = 30; in main() local 1385 timeout = atoi(optarg); in main() 1508 eloop_register_timeout(timeout, 0, eapol_test_timeout, in main()
|
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
H A D | dib8000.c | 122 unsigned long timeout; member 3026 unsigned long *timeout = &state->timeout; in dib8000_tune() local 3193 *timeout = dib8000_get_timeout(state, 2 * locks, SYMBOL_DEPENDENT_ON); in dib8000_tune() 3203 *timeout = dib8000_get_timeout(state, (20 * ((dib8000_read_word(state, 188)>>5)&0x1f)), SYMBOL_DEPENDENT_ON); in dib8000_tune() 3208 } else if (time_after(now, *timeout)) { in dib8000_tune() 3237 } else if (time_after(now, *timeout)) in dib8000_tune() 3259 /* defines timeout for mpeg lock depending on interleaver length of longest layer */ in dib8000_tune() 3280 *timeout = now + msecs_to_jiffies(200 * locks); /* give the mpeg lock 800ms if sram is present */ in dib8000_tune() 3281 dprintk("Deeper interleaver mode = %d on layer %d : timeout mul in dib8000_tune() [all...] |
/kernel/linux/linux-5.10/drivers/pci/ |
H A D | quirks.c | 2404 * ASM1083/1085 PCIe-PCI bridge devices cause AER timeout errors on the 3814 #define IGD_OPERATION_TIMEOUT 10000 /* set timeout 10 seconds */ 3819 unsigned long timeout; in reset_ivb_igd() local 3842 timeout = jiffies + msecs_to_jiffies(IGD_OPERATION_TIMEOUT); in reset_ivb_igd() 3848 } while (time_before(jiffies, timeout)); in reset_ivb_igd() 3849 pci_warn(dev, "timeout during reset\n"); in reset_ivb_igd() 3962 unsigned long timeout; in nvme_disable_and_flr() local 3979 /* Cap register provides max timeout in 500ms increments */ in nvme_disable_and_flr() 3980 timeout = ((NVME_CAP_TIMEOUT(cap) + 1) * HZ / 2) + jiffies; in nvme_disable_and_flr() 3991 if (time_after(jiffies, timeout)) { in nvme_disable_and_flr() 4036 unsigned long timeout; reset_hinic_vf_dev() local 5618 pci_idt_bus_quirk(struct pci_bus *bus, int devfn, u32 *l, int timeout) pci_idt_bus_quirk() argument [all...] |
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/ |
H A D | dib8000.c | 122 unsigned long timeout; member 3026 unsigned long *timeout = &state->timeout; in dib8000_tune() local 3193 *timeout = dib8000_get_timeout(state, 2 * locks, SYMBOL_DEPENDENT_ON); in dib8000_tune() 3203 *timeout = dib8000_get_timeout(state, (20 * ((dib8000_read_word(state, 188)>>5)&0x1f)), SYMBOL_DEPENDENT_ON); in dib8000_tune() 3208 } else if (time_after(now, *timeout)) { in dib8000_tune() 3237 } else if (time_after(now, *timeout)) in dib8000_tune() 3259 /* defines timeout for mpeg lock depending on interleaver length of longest layer */ in dib8000_tune() 3280 *timeout = now + msecs_to_jiffies(200 * locks); /* give the mpeg lock 800ms if sram is present */ in dib8000_tune() 3281 dprintk("Deeper interleaver mode = %d on layer %d : timeout mul in dib8000_tune() [all...] |
/kernel/linux/linux-6.6/drivers/pci/ |
H A D | quirks.c | 2504 * ASM1083/1085 PCIe-PCI bridge devices cause AER timeout errors on the 3917 #define IGD_OPERATION_TIMEOUT 10000 /* set timeout 10 seconds */ 3922 unsigned long timeout; in reset_ivb_igd() local 3945 timeout = jiffies + msecs_to_jiffies(IGD_OPERATION_TIMEOUT); in reset_ivb_igd() 3951 } while (time_before(jiffies, timeout)); in reset_ivb_igd() 3952 pci_warn(dev, "timeout during reset\n"); in reset_ivb_igd() 4065 unsigned long timeout; in nvme_disable_and_flr() local 4082 /* Cap register provides max timeout in 500ms increments */ in nvme_disable_and_flr() 4083 timeout = ((NVME_CAP_TIMEOUT(cap) + 1) * HZ / 2) + jiffies; in nvme_disable_and_flr() 4094 if (time_after(jiffies, timeout)) { in nvme_disable_and_flr() 4137 unsigned long timeout; reset_hinic_vf_dev() local 5745 pci_idt_bus_quirk(struct pci_bus *bus, int devfn, u32 *l, int timeout) pci_idt_bus_quirk() argument [all...] |
/kernel/linux/linux-6.6/net/netfilter/ipvs/ |
H A D | ip_vs_ctl.c | 1443 svc->timeout = u->timeout * HZ; in ip_vs_add_service() 1578 * Set the flags and timeout value in ip_vs_edit_service() 1581 svc->timeout = u->timeout * HZ; in ip_vs_edit_service() 2441 svc->timeout, in ip_vs_info_seq_show() 2572 * Set timeout values for tcp tcpfin udp in the timeout_table. 2580 IP_VS_DBG(2, "Setting timeout tcp:%d tcpfin:%d udp:%d\n", in ip_vs_set_timeout() 2671 usvc->timeout = usvc_compat->timeout; in ip_vs_copy_usvc_compat() [all...] |
/third_party/python/Lib/test/test_asyncio/ |
H A D | test_tasks.py | 563 # async with asyncio.timeout(1): 564 # # Structured block affected by the timeout: 568 # pass # There was a timeout 569 # # Outer code not affected by the timeout: 574 async def make_request_with_timeout(*, sleep: float, timeout: float): 587 timeout_handle = loop.call_later(timeout, on_timeout) 590 # Structured block affected by the timeout 633 # Outer code not affected by the timeout: 640 t1 = self.new_task(loop, make_request_with_timeout(sleep=10.0, timeout=0.1)) 652 t2 = self.new_task(loop, make_request_with_timeout(sleep=0, timeout [all...] |
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | ipr.c | 916 * @timeout_func: timeout function 917 * @timeout: timeout value 920 * timeout given. The done function is invoked on command completion. 927 void (*timeout_func) (struct timer_list *), u32 timeout) in ipr_do_req() 933 ipr_cmd->timer.expires = jiffies + timeout; in ipr_do_req() 1010 * @timeout: timeout 1017 u32 timeout) in ipr_send_blocking_cmd() 1022 ipr_do_req(ipr_cmd, ipr_internal_cmd_done, timeout_func, timeout); in ipr_send_blocking_cmd() 925 ipr_do_req(struct ipr_cmnd *ipr_cmd, void (*done) (struct ipr_cmnd *), void (*timeout_func) (struct timer_list *), u32 timeout) ipr_do_req() argument 1015 ipr_send_blocking_cmd(struct ipr_cmnd *ipr_cmd, void (*timeout_func) (struct timer_list *), u32 timeout) ipr_send_blocking_cmd() argument 4909 signed long timeout = IPR_ABORT_TASK_TIMEOUT; ipr_wait_for_ops() local 7556 ipr_reset_start_timer(struct ipr_cmnd *ipr_cmd, unsigned long timeout) ipr_reset_start_timer() argument 8404 unsigned long timeout; ipr_reset_shutdown_ioa() local [all...] |
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nf_tables_api.c | 578 nft_trans_set_timeout(trans) = desc->timeout; in __nft_trans_set_add() 4453 u64 timeout = READ_ONCE(set->timeout); in nf_tables_fill_set() local 4498 if (timeout && in nf_tables_fill_set() 4500 nf_jiffies64_to_msecs(timeout), in nf_tables_fill_set() 4981 desc.timeout = 0; in nf_tables_newset() 4989 err = nf_msecs_to_jiffies64(nla[NFTA_SET_TIMEOUT], &desc.timeout); in nf_tables_newset() 5141 set->timeout = desc.timeout; in nf_tables_newset() 6194 const u32 *data, u64 timeout, u6 in nft_set_elem_init() 6191 nft_set_elem_init(const struct nft_set *set, const struct nft_set_ext_tmpl *tmpl, const u32 *key, const u32 *key_end, const u32 *data, u64 timeout, u64 expiration, gfp_t gfp) nft_set_elem_init() argument 6566 u64 timeout; nft_add_set_elem() local [all...] |
/base/powermgr/power_manager/test/unittest/src/servicetest/ |
H A D | powermgr_service_test_proxy.cpp | 428 PowerErrors PowerMgrServiceTestProxy::OverrideScreenOffTime(int64_t timeout) in OverrideScreenOffTime() argument 441 data.WriteInt64(timeout); in OverrideScreenOffTime()
|
/base/startup/init/services/init/ |
H A D | init_common_service.c | 954 void ServiceStartTimer(Service *service, uint64_t timeout)
in ServiceStartTimer() argument 973 status = LE_StartTimer(LE_GetDefaultLoop(), service->timer, timeout, 1);
in ServiceStartTimer()
|
/base/update/packaging_tools/ |
H A D | build_update.py | 490 _, err = res.communicate(timeout=300)
571 output, _ = sub_p.communicate(timeout=1800)
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/ |
H A D | drm_gem.c | 770 * @timeout: timeout value in jiffies or zero to return immediately 778 bool wait_all, unsigned long timeout) in drm_gem_dma_resv_wait() 790 true, timeout); in drm_gem_dma_resv_wait() 777 drm_gem_dma_resv_wait(struct drm_file *filep, u32 handle, bool wait_all, unsigned long timeout) drm_gem_dma_resv_wait() argument
|