Searched refs:times_in_range (Results 1 – 1 of 1) sorted by relevance
73 static bool times_in_range(const UnitTimes *times, const BootTimes *boot) { in times_in_range() function100 if (times_in_range(times, boot) && times->activated >= service_longest) in list_dependencies_one()109 if (times_in_range(times, boot) && service_longest - times->activated <= arg_fuzz) in list_dependencies_one()118 if (!times_in_range(times, boot) || service_longest - times->activated > arg_fuzz) in list_dependencies_one()