Searched refs:timeout_usec (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13-stable/contrib/llvm-project/lldb/source/API/ |
| HD | SBCommunication.cpp | 104 size_t SBCommunication::Read(void *dst, size_t dst_len, uint32_t timeout_usec, in Read() argument 106 LLDB_INSTRUMENT_VA(this, dst, dst_len, timeout_usec, status); in Read() 109 Timeout<std::micro> timeout = timeout_usec == UINT32_MAX in Read() 111 : std::chrono::microseconds(timeout_usec); in Read()
|
| /freebsd-13-stable/sys/contrib/octeon-sdk/ |
| HD | cvmx-utils.h | 114 #define CVMX_WAIT_FOR_FIELD64(address, type, field, op, value, timeout_usec)\ argument 117 uint64_t done = cvmx_clock_get_count(CVMX_CLOCK_CORE) + (uint64_t)timeout_usec * \
|
| HD | cvmx-usb.c | 255 #define CVMX_WAIT_FOR_FIELD32(address, type, field, op, value, timeout_usec)\ argument 258 uint64_t done = cvmx_get_cycle() + (uint64_t)timeout_usec * \
|
| /freebsd-13-stable/sys/dev/ocs_fc/ |
| HD | ocs_os.h | 733 ocs_sem_p(ocs_sem_t *sem, int timeout_usec) in ocs_sem_p() argument 737 if (timeout_usec == 0) { in ocs_sem_p() 742 } else if (timeout_usec > 0) { in ocs_sem_p() 746 tv.tv_sec = timeout_usec / 1000000; in ocs_sem_p() 747 tv.tv_usec = timeout_usec % 1000000; in ocs_sem_p()
|
| HD | ocs_utils.h | 72 extern void *ocs_cbuf_get(ocs_cbuf_t *cbuf, int32_t timeout_usec);
|
| HD | ocs_utils.c | 501 ocs_cbuf_get(ocs_cbuf_t *cbuf, int32_t timeout_usec) in ocs_cbuf_get() argument 505 if (likely(ocs_sem_p(&cbuf->cbuf_csem, timeout_usec) == 0)) { in ocs_cbuf_get()
|
| /freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/ |
| HD | SBCommunication.h | 60 size_t Read(void *dst, size_t dst_len, uint32_t timeout_usec,
|
| /freebsd-13-stable/contrib/wpa/wpa_supplicant/ |
| HD | events.c | 1874 int timeout_sec, int timeout_usec) in wpa_supplicant_req_new_scan() argument 1889 wpa_supplicant_req_scan(wpa_s, timeout_sec, timeout_usec); in wpa_supplicant_req_new_scan() 2731 int timeout_usec = 0; in wpas_select_network_from_last_scan() local 2753 timeout_usec = 250000; in wpas_select_network_from_last_scan() 2755 timeout_usec); in wpas_select_network_from_last_scan() 2776 timeout_usec = 500000; in wpas_select_network_from_last_scan() 2778 timeout_usec); in wpas_select_network_from_last_scan() 2787 timeout_usec = 500000; in wpas_select_network_from_last_scan() 2793 timeout_usec = 100000; in wpas_select_network_from_last_scan() 2796 timeout_usec); in wpas_select_network_from_last_scan() [all …]
|