Home
last modified time | relevance | path

Searched refs:timeout_usec (Results 1 - 10 of 10) sorted by relevance

/third_party/eudev/src/udev/
H A Dudev.h76 usec_t timeout_usec, usec_t timeout_warn_usec,
90 usec_t timeout_usec,
95 usec_t timeout_usec, usec_t timeout_warn_usec,
99 void udev_event_execute_run(struct udev_event *event, usec_t timeout_usec, usec_t timeout_warn_usec, const sigset_t *sigset);
H A Dudev-event.c451 usec_t timeout_usec, in spawn_read()
500 if (timeout_usec > 0) { in spawn_read()
504 if (age_usec >= timeout_usec) { in spawn_read()
508 timeout = ((timeout_usec - age_usec) / USEC_PER_MSEC) + MSEC_PER_SEC; in spawn_read()
577 usec_t timeout_usec, in spawn_wait()
591 if (timeout_usec > 0) { in spawn_wait()
595 if (age_usec >= timeout_usec) in spawn_wait()
601 timeout = ((timeout_usec - timeout_warn_usec - age_usec) / USEC_PER_MSEC) + MSEC_PER_SEC; in spawn_wait()
708 usec_t timeout_usec, in udev_event_spawn()
786 timeout_usec, in udev_event_spawn()
450 spawn_read(struct udev_event *event, usec_t timeout_usec, const char *cmd, int fd_stdout, int fd_stderr, char *result, size_t ressize) spawn_read() argument
576 spawn_wait(struct udev_event *event, usec_t timeout_usec, usec_t timeout_warn_usec, const char *cmd, pid_t pid) spawn_wait() argument
707 udev_event_spawn(struct udev_event *event, usec_t timeout_usec, usec_t timeout_warn_usec, const char *cmd, char **envp, const sigset_t *sigmask, char *result, size_t ressize) udev_event_spawn() argument
874 udev_event_execute_rules(struct udev_event *event, usec_t timeout_usec, usec_t timeout_warn_usec, struct udev_list *properties_list, struct udev_rules *rules, const sigset_t *sigmask) global() argument
1051 udev_event_execute_run(struct udev_event *event, usec_t timeout_usec, usec_t timeout_warn_usec, const sigset_t *sigmask) global() argument
[all...]
H A Dudev-rules.c640 usec_t timeout_usec, in import_program_into_properties()
650 err = udev_event_spawn(event, timeout_usec, timeout_warn_usec, program, envp, sigmask, result, sizeof(result)); in import_program_into_properties()
1899 usec_t timeout_usec, in udev_rules_apply_to_event()
2138 if (udev_event_spawn(event, timeout_usec, timeout_warn_usec, program, envp, sigmask, result, sizeof(result)) < 0) { in udev_rules_apply_to_event()
2174 if (import_program_into_properties(event, timeout_usec, timeout_warn_usec, import, sigmask) != 0) in udev_rules_apply_to_event()
639 import_program_into_properties(struct udev_event *event, usec_t timeout_usec, usec_t timeout_warn_usec, const char *program, const sigset_t *sigmask) import_program_into_properties() argument
1897 udev_rules_apply_to_event(struct udev_rules *rules, struct udev_event *event, usec_t timeout_usec, usec_t timeout_warn_usec, struct udev_list *properties_list, const sigset_t *sigmask) udev_rules_apply_to_event() argument
/third_party/ltp/testcases/kernel/logging/kmsg/
H A Dkmsg01.c131 * @timeout_usec: timeout in useconds
138 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()
166 * @timeout_usec: timeout in useconds for every read attempt
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()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant_lib/
H A Dwpa_magiclink.c171 void magiclink_prepare_scan(struct wpa_supplicant *wpa_s, int *timeout_usec) argument
177 if (timeout_usec != NULL) {
178 *timeout_usec = 50000;
H A Dwpa_magiclink.h30 void magiclink_prepare_scan(struct wpa_supplicant *wpas, int *timeout_usec);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant_lib/
H A Dwpa_magiclink.c174 void magiclink_prepare_scan(struct wpa_supplicant *wpa_s, int *timeout_usec) argument
180 if (timeout_usec != NULL) {
181 *timeout_usec = 50000;
H A Dwpa_magiclink.h30 void magiclink_prepare_scan(struct wpa_supplicant *wpas, int *timeout_usec);
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Devents.c1514 int timeout_sec, int timeout_usec) in wpa_supplicant_req_new_scan()
1529 wpa_supplicant_req_scan(wpa_s, timeout_sec, timeout_usec); in wpa_supplicant_req_new_scan()
2027 int timeout_usec = 0; in wpas_select_network_from_last_scan() local
2046 timeout_usec = 250000; in wpas_select_network_from_last_scan()
2048 timeout_usec); in wpas_select_network_from_last_scan()
2069 timeout_usec = 500000; in wpas_select_network_from_last_scan()
2071 timeout_usec); in wpas_select_network_from_last_scan()
2080 timeout_usec = 500000; in wpas_select_network_from_last_scan()
2082 timeout_usec); in wpas_select_network_from_last_scan()
2088 timeout_usec); in wpas_select_network_from_last_scan()
1513 wpa_supplicant_req_new_scan(struct wpa_supplicant *wpa_s, int timeout_sec, int timeout_usec) wpa_supplicant_req_new_scan() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Devents.c1924 int timeout_sec, int timeout_usec) in wpa_supplicant_req_new_scan()
1939 wpa_supplicant_req_scan(wpa_s, timeout_sec, timeout_usec); in wpa_supplicant_req_new_scan()
2589 int timeout_usec = 0; in wpas_select_network_from_last_scan() local
2608 timeout_usec = 250000; in wpas_select_network_from_last_scan()
2610 magiclink_prepare_scan(wpa_s, &timeout_usec); in wpas_select_network_from_last_scan()
2613 timeout_usec); in wpas_select_network_from_last_scan()
2634 timeout_usec = 500000; in wpas_select_network_from_last_scan()
2636 timeout_usec); in wpas_select_network_from_last_scan()
2645 timeout_usec = 500000; in wpas_select_network_from_last_scan()
2647 timeout_usec); in wpas_select_network_from_last_scan()
1923 wpa_supplicant_req_new_scan(struct wpa_supplicant *wpa_s, int timeout_sec, int timeout_usec) wpa_supplicant_req_new_scan() argument
[all...]

Completed in 15 milliseconds