Searched refs:timeout_usec (Results 1 – 2 of 2) sorted by relevance
138 static int timed_read(int fd, long timeout_usec) in timed_read() argument146 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() argument209 TEST(timed_read(pipefd[0], timeout_usec)); in timed_read_kmsg()
1751 int timeout_sec, int timeout_usec) in wpa_supplicant_req_new_scan() argument1766 wpa_supplicant_req_scan(wpa_s, timeout_sec, timeout_usec); in wpa_supplicant_req_new_scan()2371 int timeout_usec = 0; in wpas_select_network_from_last_scan() local2390 timeout_usec = 250000; in wpas_select_network_from_last_scan()2392 timeout_usec); in wpas_select_network_from_last_scan()2413 timeout_usec = 500000; in wpas_select_network_from_last_scan()2415 timeout_usec); in wpas_select_network_from_last_scan()2424 timeout_usec = 500000; in wpas_select_network_from_last_scan()2426 timeout_usec); in wpas_select_network_from_last_scan()2432 timeout_usec); in wpas_select_network_from_last_scan()