Lines Matching defs:timeout_warn_usec
632 usec_t timeout_warn_usec,
653 if (timeout_warn_usec > 0 && timeout_warn_usec < timeout_usec && age_usec < timeout_warn_usec) {
654 spawn.timeout_warn = timeout_warn_usec - age_usec;
722 usec_t timeout_warn_usec,
788 err = spawn_wait(event, timeout_usec, timeout_warn_usec, cmd, pid, accept_failure);
823 usec_t timeout_usec, usec_t timeout_warn_usec,
840 timeout_usec, timeout_warn_usec,
858 timeout_usec, timeout_warn_usec,
922 void udev_event_execute_run(struct udev_event *event, usec_t timeout_usec, usec_t timeout_warn_usec) {
940 udev_event_spawn(event, timeout_usec, timeout_warn_usec, false, command, NULL, 0);