Searched refs:age_usec (Results 1 – 1 of 1) sorted by relevance
710 usec_t usec, age_usec; in spawn_wait() local713 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()