Home
last modified time | relevance | path

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

/third_party/eudev/src/udev/
Dudev-event.c501 usec_t age_usec; in spawn_read() local
503 age_usec = now(CLOCK_MONOTONIC) - event->birth_usec; 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()
592 usec_t age_usec; in spawn_wait() local
594 age_usec = now(CLOCK_MONOTONIC) - event->birth_usec; in spawn_wait()
595 if (age_usec >= timeout_usec) 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()