Home
last modified time | relevance | path

Searched refs:systimer_init_periodic_flags (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/sys/
HDsystimer.h89 void systimer_init_periodic_flags(systimer_t, systimer_func_t, void *,
/dragonfly/sys/kern/
HDkern_clock.c438 systimer_init_periodic_flags(&gd->gd_statclock, statclock, in initclocks_other()
442 systimer_init_periodic_flags(&gd->gd_hardclock, hardclock, in initclocks_other()
478 systimer_init_periodic_flags(&gd->gd_schedclock, schedclock, in initclocks_usched()
HDkern_systimer.c332 systimer_init_periodic_flags(systimer_t info, systimer_func_t func, in systimer_init_periodic_flags() function