Home
last modified time | relevance | path

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

/openbsd/src/sys/kern/
Dsched_bsd.c120 static struct timeout to = TIMEOUT_INITIALIZER(update_loadavg, NULL); in update_loadavg()
230 static struct timeout to = TIMEOUT_INITIALIZER(schedcpu, NULL); in schedcpu()
556 struct timeout setperf_to = TIMEOUT_INITIALIZER(setperf_auto, NULL);
Dsubr_kubsan.c213 struct timeout kubsan_timo = TIMEOUT_INITIALIZER(kubsan_report, NULL);
Dkern_time.c1011 struct timeout resettodr_to = TIMEOUT_INITIALIZER(periodic_resettodr, NULL);
Dsubr_pool.c266 struct timeout pool_gc_tick = TIMEOUT_INITIALIZER(pool_gc_sched, NULL);
/openbsd/src/sys/sys/
Dtimeout.h101 #define TIMEOUT_INITIALIZER(_f, _a) \ macro
/openbsd/src/sys/dev/
Drnd.c150 struct timeout rnd_timeout = TIMEOUT_INITIALIZER(dequeue_randomness, NULL);
323 struct timeout rndreinit_timeout = TIMEOUT_INITIALIZER(rnd_reinit, NULL);
/openbsd/src/sys/dev/pci/drm/include/linux/
Dworkqueue.h155 .to = TIMEOUT_INITIALIZER(__delayed_work_tick, &(dw)), \
/openbsd/src/sys/net/
Dpf.c1589 TIMEOUT_INITIALIZER(pf_purge_states_tick, NULL);
1653 TIMEOUT_INITIALIZER(pf_purge_tick, NULL);