Lines Matching refs:usec_t
116 usec_t restart_usec;
117 usec_t timeout_start_usec;
118 usec_t timeout_stop_usec;
119 usec_t timeout_abort_usec;
121 usec_t runtime_max_usec;
122 usec_t runtime_rand_extra_usec;
127 usec_t watchdog_usec; /* the requested watchdog timeout in the unit file */
128 …usec_t watchdog_original_usec; /* the watchdog timeout that was in effect when the unit was star…
129 …usec_t watchdog_override_usec; /* the watchdog timeout requested by the service itself through s…
220 static inline usec_t service_timeout_abort_usec(Service *s) { in service_timeout_abort_usec()
225 static inline usec_t service_get_watchdog_usec(Service *s) { in service_get_watchdog_usec()