Lines Matching refs:timeout_warn_usec
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
1074 … udev_event_spawn(event, timeout_usec, timeout_warn_usec, program, envp, sigmask, NULL, 0);