Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/logging/kmsg/
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()
/external/wpa_supplicant_8/wpa_supplicant/
Devents.c1751 int timeout_sec, int timeout_usec) in wpa_supplicant_req_new_scan() argument
1766 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() local
2390 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()