Home
last modified time | relevance | path

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

/systemd-251/src/udev/
Dudev-event.c710 usec_t usec, age_usec; in spawn_wait() local
713 age_usec = usec - spawn->event_birth_usec; in spawn_wait()
714 if (age_usec < spawn->timeout_usec) { in spawn_wait()
717 spawn->timeout_warn_usec > age_usec) { in spawn_wait()
718 spawn->timeout_warn_usec -= age_usec; in spawn_wait()
727 spawn->timeout_usec -= age_usec; in spawn_wait()