Searched refs:time_event_source_next (Results 1 – 1 of 1) sorted by relevance
222 static usec_t time_event_source_next(const sd_event_source *s) { in time_event_source_next() function288 return time_prioq_compare(a, b, time_event_source_next); in earliest_time_prioq_compare()3082 if (!a || a->enabled == SD_EVENT_OFF || time_event_source_next(a) == USEC_INFINITY) { in event_arm_timer()3102 t = sleep_between(e, time_event_source_next(a), time_event_source_latest(b)); in event_arm_timer()3183 if (!s || time_event_source_next(s) > n) in process_timer()