Searched refs:epilog_timer_expired (Results 1 – 1 of 1) sorted by relevance
154 static void epilog_timer_expired(void *context);195 epilog_timer = non_repeating_timer_new(EPILOG_TIMEOUT_MS, epilog_timer_expired, NULL); in start_up()448 static void epilog_timer_expired(UNUSED_ATTR void *context) { in epilog_timer_expired() function