Home
last modified time | relevance | path

Searched refs:timeout_usec (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/coreboot/src/drivers/intel/fsp2_0/ppi/
H A Dmp_service2.c28 efi_uintn_t timeout_usec, void *argument) in mps2_startup_all_aps() argument
30 return mp_startup_all_aps(procedure, run_serial, timeout_usec, argument); in mps2_startup_all_aps()
36 efi_uintn_t timeout_usec, void *argument) in mps2_startup_all_cpus() argument
38 return mp_startup_all_cpus(procedure, timeout_usec, argument); in mps2_startup_all_cpus()
44 efi_uintn_t timeout_usec, void *argument) in mps2_startup_this_ap() argument
46 return mp_startup_this_ap(procedure, processor_number, timeout_usec, argument); in mps2_startup_this_ap()
H A Dmp_service_ppi.c71 bool run_serial, efi_uintn_t timeout_usec, void *argument) in mp_startup_all_aps() argument
85 timeout_usec, !run_serial) != CB_SUCCESS) { in mp_startup_all_aps()
94 efi_uintn_t timeout_usec, void *argument) in mp_startup_all_cpus() argument
125 &params, timeout_usec, false) != CB_SUCCESS) { in mp_startup_all_cpus()
134 efi_uintn_t processor_number, efi_uintn_t timeout_usec, void *argument) in mp_startup_this_ap() argument
154 processor_number, timeout_usec) != CB_SUCCESS) { in mp_startup_this_ap()
H A Dmp_service1.c27 efi_uintn_t timeout_usec, void *argument) in mps1_startup_all_aps() argument
29 return mp_startup_all_aps(procedure, run_serial, timeout_usec, argument); in mps1_startup_all_aps()
35 efi_uintn_t timeout_usec, void *argument) in mps1_startup_this_ap() argument
37 return mp_startup_this_ap(procedure, processor_number, timeout_usec, argument); in mps1_startup_this_ap()
/aosp_15_r20/external/coreboot/src/vendorcode/cavium/include/bdk/libbdk-arch/
H A Dbdk-csr.h276 #define BDK_CSR_WAIT_FOR_FIELD(node, csr, field, op, value, timeout_usec) \
279 uint64_t done = bdk_clock_get_count(BDK_CLOCK_TIME) + (uint64_t)timeout_usec * \
298 #define BDK_CSR_WAIT_FOR_FIELD(node, csr, field, op, value, timeout_usec) \ argument
301 uint64_t done = bdk_clock_get_count(BDK_CLOCK_TIME) + (uint64_t)timeout_usec * \
334 #define BDK_CSR_WAIT_FOR_CHIP_FIELD(node, csr, chip, field, op, value, timeout_usec) \
337 uint64_t done = bdk_clock_get_count(BDK_CLOCK_TIME) + (uint64_t)timeout_usec * \
356 #define BDK_CSR_WAIT_FOR_CHIP_FIELD(node, csr, chip, field, op, value, timeout_usec) \ argument
359 uint64_t done = bdk_clock_get_count(BDK_CLOCK_TIME) + (uint64_t)timeout_usec * \
/aosp_15_r20/external/coreboot/src/drivers/intel/fsp2_0/include/fsp/ppi/
H A Dmp_service_ppi.h27 bool run_serial, efi_uintn_t timeout_usec, void *argument);
31 efi_uintn_t timeout_usec, void *argument);
35 efi_uintn_t processor_number, efi_uintn_t timeout_usec, void *argument);
/aosp_15_r20/external/ltp/testcases/kernel/logging/kmsg/
H A Dkmsg01.c138 static int timed_read(int fd, long timeout_usec) in timed_read() argument
146 timeout.tv_sec = timeout_usec / 1000000; in timed_read()
147 timeout.tv_usec = timeout_usec % 1000000; in timed_read()
173 static int timed_read_kmsg(int fd, long timeout_usec) in timed_read_kmsg() argument
209 TEST(timed_read(pipefd[0], timeout_usec)); in timed_read_kmsg()
/aosp_15_r20/external/coreboot/src/vendorcode/cavium/include/bdk/libbdk-hal/device/
H A Dbdk-device.h240 #define BDK_BAR_WAIT_FOR_FIELD(device, REG, field, op, value, timeout_usec) \ argument
243 uint64_t done = bdk_clock_get_count(BDK_CLOCK_TIME) + (uint64_t)timeout_usec * \
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/detail/impl/
Dwin_iocp_io_context.ipp590 long timeout_usec = timer_queues_.wait_duration_usec(max_timeout_usec);
591 if (timeout_usec < max_timeout_usec)
594 timeout.QuadPart = -timeout_usec;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/API/
DSBCommunication.h60 size_t Read(void *dst, size_t dst_len, uint32_t timeout_usec,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/API/
DSBCommunication.h60 size_t Read(void *dst, size_t dst_len, uint32_t timeout_usec,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/API/
DSBCommunication.h60 size_t Read(void *dst, size_t dst_len, uint32_t timeout_usec,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/API/
DSBCommunication.h60 size_t Read(void *dst, size_t dst_len, uint32_t timeout_usec,
/aosp_15_r20/external/AFLplusplus/include/
H A Dforkserver.h79 uint32_t timeout_usec);
/aosp_15_r20/external/wpa_supplicant_8/wpa_supplicant/
H A Devents.c1871 int timeout_sec, int timeout_usec) in wpa_supplicant_req_new_scan() argument
1886 wpa_supplicant_req_scan(wpa_s, timeout_sec, timeout_usec); in wpa_supplicant_req_new_scan()
2794 int timeout_usec = 0; in wpas_select_network_from_last_scan() local
2816 timeout_usec = 250000; in wpas_select_network_from_last_scan()
2818 timeout_usec); in wpas_select_network_from_last_scan()
2839 timeout_usec = 500000; in wpas_select_network_from_last_scan()
2841 timeout_usec); in wpas_select_network_from_last_scan()
2850 timeout_usec = 500000; in wpas_select_network_from_last_scan()
2856 timeout_usec = 100000; in wpas_select_network_from_last_scan()
2859 timeout_usec); in wpas_select_network_from_last_scan()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/python3.11/site-packages/lldb/
D__init__.py3745 def Read(self, dst, dst_len, timeout_usec, status): argument
3747 return _lldb.SBCommunication_Read(self, dst, dst_len, timeout_usec, status)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/lib/python3.11/site-packages/lldb/
D__init__.py3705 def Read(self, dst, dst_len, timeout_usec, status): argument
3707 return _lldb.SBCommunication_Read(self, dst, dst_len, timeout_usec, status)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/python3.11/site-packages/lldb/
D__init__.py3761 def Read(self, dst, dst_len, timeout_usec, status): argument
3763 return _lldb.SBCommunication_Read(self, dst, dst_len, timeout_usec, status)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/lib/python3.11/site-packages/lldb/
D__init__.py3745 def Read(self, dst, dst_len, timeout_usec, status): argument
3747 return _lldb.SBCommunication_Read(self, dst, dst_len, timeout_usec, status)