systimer_t
__hrtimer_function(systimer_t info, int in_ipi, struct intrframe *frame)
schedclock(systimer_t info, int in_ipi __unused, struct intrframe *frame)
static void hardclock(systimer_t info, int, struct intrframe *frame);
static void statclock(systimer_t info, int, struct intrframe *frame);
static void schedclock(systimer_t info, int, struct intrframe *frame);
hardclock(systimer_t info, int in_ipi, struct intrframe *frame)
statclock(systimer_t info, int in_ipi, struct intrframe *frame)
static void precise_sleep_intr(systimer_t info, int in_ipi,
precise_sleep_intr(systimer_t info, int in_ipi, struct intrframe *frame)
emergency_intr_timer_callback(systimer_t info, int in_ipi __unused,
static void emergency_intr_timer_callback(systimer_t, int, struct intrframe *);
ithread_livelock_wakeup(systimer_t st, int in_ipi __unused,
systimer_add(systimer_t info)
systimer_t scan1;
systimer_t scan2;
systimer_del(systimer_t info)
_systimer_init_periodic(systimer_t info, systimer_func_t func, void *data,
systimer_init_periodic(systimer_t info, systimer_func_t func, void *data,
systimer_init_periodic_nq(systimer_t info, systimer_func_t func, void *data,
systimer_init_periodic_nq1khz(systimer_t info, systimer_func_t func,
systimer_init_periodic_nq100khz(systimer_t info, systimer_func_t func,
systimer_init_periodic_flags(systimer_t info, systimer_func_t func,
systimer_adjust_periodic(systimer_t info, int64_t freq)
systimer_init_oneshot(systimer_t info, systimer_func_t func,
systimer_t info;
systimer_t info;
ns1_systimer(systimer_t info, int in_ipi __unused,
dummynet_clock(systimer_t info __unused, int in_ipi __unused,
static void dummynet_clock(systimer_t, int, struct intrframe *);
dummynet_clock(systimer_t info __unused, int in_ipi __unused,
static void dummynet_clock(systimer_t, int, struct intrframe *);
poll_comm_systimer0(systimer_t info, int in_ipi __unused,
poll_comm_systimer(systimer_t info, int in_ipi __unused,
static void poll_comm_systimer0(systimer_t, int, struct intrframe *);
static void poll_comm_systimer(systimer_t, int, struct intrframe *);
void systimer_add(systimer_t);
void systimer_del(systimer_t);
void systimer_init_periodic(systimer_t, systimer_func_t, void *, int64_t);
void systimer_init_periodic_nq(systimer_t, systimer_func_t, void *, int64_t);
void systimer_init_periodic_nq1khz(systimer_t, systimer_func_t, void *, int64_t);
void systimer_init_periodic_nq100khz(systimer_t, systimer_func_t, void *, int64_t);
void systimer_init_periodic_flags(systimer_t, systimer_func_t, void *,
void systimer_adjust_periodic(systimer_t, int64_t);
void systimer_init_oneshot(systimer_t, systimer_func_t, void *, int64_t);