Searched refs:timeout_warn_usec (Results 1 – 3 of 3) sorted by relevance
/third_party/eudev/src/udev/ |
D | udev.h | 76 usec_t timeout_usec, usec_t timeout_warn_usec, 91 usec_t timeout_warn_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…
|
D | udev-event.c | 578 usec_t timeout_warn_usec, in spawn_wait() argument 598 if (timeout_warn_usec > 0) in spawn_wait() 599 … timeout_warn = ((timeout_warn_usec - age_usec) / USEC_PER_MSEC) + MSEC_PER_SEC; in spawn_wait() 601 … timeout = ((timeout_usec - timeout_warn_usec - age_usec) / USEC_PER_MSEC) + MSEC_PER_SEC; in spawn_wait() 709 usec_t timeout_warn_usec, in udev_event_spawn() argument 791 err = spawn_wait(event, timeout_usec, timeout_warn_usec, cmd, pid); in udev_event_spawn() 875 usec_t timeout_usec, usec_t timeout_warn_usec, argument 893 timeout_usec, timeout_warn_usec, 912 timeout_usec, timeout_warn_usec, 1051 void udev_event_execute_run(struct udev_event *event, usec_t timeout_usec, usec_t timeout_warn_usec… argument [all …]
|
D | udev-rules.c | 641 usec_t timeout_warn_usec, in import_program_into_properties() argument 650 …err = udev_event_spawn(event, timeout_usec, timeout_warn_usec, program, envp, sigmask, result, siz… in import_program_into_properties() 1900 usec_t timeout_warn_usec, in udev_rules_apply_to_event() argument 2138 …if (udev_event_spawn(event, timeout_usec, timeout_warn_usec, program, envp, sigmask, result, sizeo… 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()
|