-timer_longterm_t timer_longterm = {
- .scan_limit = TIMER_LONGTERM_SCAN_LIMIT,
- .scan_interval = TIMER_LONGTERM_SCAN_INTERVAL,
- };
-
-static mpqueue_head_t *timer_longterm_queue = NULL;
-
-static void timer_longterm_init(void);
-static void timer_longterm_callout(
- timer_call_param_t p0,
- timer_call_param_t p1);
-extern void timer_longterm_scan(
- timer_longterm_t *tlp,
- uint64_t now);
-static void timer_longterm_update(
- timer_longterm_t *tlp);
-static void timer_longterm_update_locked(
- timer_longterm_t *tlp);
-static mpqueue_head_t * timer_longterm_enqueue_unlocked(
- timer_call_t call,
- uint64_t now,
- uint64_t deadline,
- mpqueue_head_t ** old_queue,
- uint64_t soft_deadline,
- uint64_t ttd,
- timer_call_param_t param1,
- uint32_t callout_flags);
-static void timer_longterm_dequeued_locked(
- timer_call_t call);
+timer_longterm_t timer_longterm = {
+ .scan_limit = TIMER_LONGTERM_SCAN_LIMIT,
+ .scan_interval = TIMER_LONGTERM_SCAN_INTERVAL,
+};
+
+static mpqueue_head_t *timer_longterm_queue = NULL;
+
+static void timer_longterm_init(void);
+static void timer_longterm_callout(
+ timer_call_param_t p0,
+ timer_call_param_t p1);
+extern void timer_longterm_scan(
+ timer_longterm_t *tlp,
+ uint64_t now);
+static void timer_longterm_update(
+ timer_longterm_t *tlp);
+static void timer_longterm_update_locked(
+ timer_longterm_t *tlp);
+static mpqueue_head_t * timer_longterm_enqueue_unlocked(
+ timer_call_t call,
+ uint64_t now,
+ uint64_t deadline,
+ mpqueue_head_t ** old_queue,
+ uint64_t soft_deadline,
+ uint64_t ttd,
+ timer_call_param_t param1,
+ uint32_t callout_flags);
+static void timer_longterm_dequeued_locked(
+ timer_call_t call);