TIMEOUT_INITIALIZER
.to = TIMEOUT_INITIALIZER(__delayed_work_tick, &(dw)), \
struct timeout rnd_timeout = TIMEOUT_INITIALIZER(dequeue_randomness, NULL);
struct timeout rndreinit_timeout = TIMEOUT_INITIALIZER(rnd_reinit, NULL);
struct timeout resettodr_to = TIMEOUT_INITIALIZER(periodic_resettodr, NULL);
static struct timeout to = TIMEOUT_INITIALIZER(update_loadavg, NULL);
static struct timeout to = TIMEOUT_INITIALIZER(schedcpu, NULL);
struct timeout setperf_to = TIMEOUT_INITIALIZER(setperf_auto, NULL);
struct timeout kubsan_timo = TIMEOUT_INITIALIZER(kubsan_report, NULL);
struct timeout pool_gc_tick = TIMEOUT_INITIALIZER(pool_gc_sched, NULL);
TIMEOUT_INITIALIZER(pf_purge_states_tick, NULL);
TIMEOUT_INITIALIZER(pf_purge_tick, NULL);