Searched refs:TIMEOUT_INITIALIZER (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/sys/sys/
H A Dtimeout.h101 #define TIMEOUT_INITIALIZER(_f, _a) \ macro
/openbsd-current/sys/kern/
H A Dsched_bsd.c120 static struct timeout to = TIMEOUT_INITIALIZER(update_loadavg, NULL);
230 static struct timeout to = TIMEOUT_INITIALIZER(schedcpu, NULL);
576 struct timeout setperf_to = TIMEOUT_INITIALIZER(setperf_auto, NULL);
H A Dsubr_kubsan.c202 struct timeout kubsan_timo = TIMEOUT_INITIALIZER(kubsan_report, NULL);
H A Dkern_time.c990 struct timeout resettodr_to = TIMEOUT_INITIALIZER(periodic_resettodr, NULL);
H A Dsubr_pool.c266 struct timeout pool_gc_tick = TIMEOUT_INITIALIZER(pool_gc_sched, NULL);
/openbsd-current/sys/dev/pci/drm/include/linux/
H A Dworkqueue.h148 .to = TIMEOUT_INITIALIZER(__delayed_work_tick, &(dw)), \
/openbsd-current/sys/dev/
H A Drnd.c149 struct timeout rnd_timeout = TIMEOUT_INITIALIZER(dequeue_randomness, NULL);
322 struct timeout rndreinit_timeout = TIMEOUT_INITIALIZER(rnd_reinit, NULL);
/openbsd-current/sys/net/
H A Dpf.c1589 TIMEOUT_INITIALIZER(pf_purge_states_tick, NULL);
1653 TIMEOUT_INITIALIZER(pf_purge_tick, NULL);

Completed in 284 milliseconds