Symbol: systimer_t
sys/dev/drm/linux_hrtimer.c
34
__hrtimer_function(systimer_t info, int in_ipi, struct intrframe *frame)
sys/kern/kern_clock.c
1118
schedclock(systimer_t info, int in_ipi __unused, struct intrframe *frame)
sys/kern/kern_clock.c
290
static void hardclock(systimer_t info, int, struct intrframe *frame);
sys/kern/kern_clock.c
291
static void statclock(systimer_t info, int, struct intrframe *frame);
sys/kern/kern_clock.c
292
static void schedclock(systimer_t info, int, struct intrframe *frame);
sys/kern/kern_clock.c
553
hardclock(systimer_t info, int in_ipi, struct intrframe *frame)
sys/kern/kern_clock.c
893
statclock(systimer_t info, int in_ipi, struct intrframe *frame)
sys/kern/kern_event.c
116
static void precise_sleep_intr(systimer_t info, int in_ipi,
sys/kern/kern_event.c
2105
precise_sleep_intr(systimer_t info, int in_ipi, struct intrframe *frame)
sys/kern/kern_intr.c
1073
emergency_intr_timer_callback(systimer_t info, int in_ipi __unused,
sys/kern/kern_intr.c
130
static void emergency_intr_timer_callback(systimer_t, int, struct intrframe *);
sys/kern/kern_intr.c
673
ithread_livelock_wakeup(systimer_t st, int in_ipi __unused,
sys/kern/kern_systimer.c
144
systimer_add(systimer_t info)
sys/kern/kern_systimer.c
151
systimer_t scan1;
sys/kern/kern_systimer.c
152
systimer_t scan2;
sys/kern/kern_systimer.c
216
systimer_del(systimer_t info)
sys/kern/kern_systimer.c
258
_systimer_init_periodic(systimer_t info, systimer_func_t func, void *data,
sys/kern/kern_systimer.c
293
systimer_init_periodic(systimer_t info, systimer_func_t func, void *data,
sys/kern/kern_systimer.c
300
systimer_init_periodic_nq(systimer_t info, systimer_func_t func, void *data,
sys/kern/kern_systimer.c
316
systimer_init_periodic_nq1khz(systimer_t info, systimer_func_t func,
sys/kern/kern_systimer.c
324
systimer_init_periodic_nq100khz(systimer_t info, systimer_func_t func,
sys/kern/kern_systimer.c
332
systimer_init_periodic_flags(systimer_t info, systimer_func_t func,
sys/kern/kern_systimer.c
344
systimer_adjust_periodic(systimer_t info, int64_t freq)
sys/kern/kern_systimer.c
360
systimer_init_oneshot(systimer_t info, systimer_func_t func,
sys/kern/kern_systimer.c
381
systimer_t info;
sys/kern/kern_systimer.c
73
systimer_t info;
sys/kern/kern_time.c
444
ns1_systimer(systimer_t info, int in_ipi __unused,
sys/net/dummynet/ip_dummynet.c
1924
dummynet_clock(systimer_t info __unused, int in_ipi __unused,
sys/net/dummynet/ip_dummynet.c
201
static void dummynet_clock(systimer_t, int, struct intrframe *);
sys/net/dummynet3/ip_dummynet3.c
1903
dummynet_clock(systimer_t info __unused, int in_ipi __unused,
sys/net/dummynet3/ip_dummynet3.c
220
static void dummynet_clock(systimer_t, int, struct intrframe *);
sys/net/if_poll.c
1380
poll_comm_systimer0(systimer_t info, int in_ipi __unused,
sys/net/if_poll.c
1400
poll_comm_systimer(systimer_t info, int in_ipi __unused,
sys/net/if_poll.c
243
static void poll_comm_systimer0(systimer_t, int, struct intrframe *);
sys/net/if_poll.c
244
static void poll_comm_systimer(systimer_t, int, struct intrframe *);
sys/sys/systimer.h
83
void systimer_add(systimer_t);
sys/sys/systimer.h
84
void systimer_del(systimer_t);
sys/sys/systimer.h
85
void systimer_init_periodic(systimer_t, systimer_func_t, void *, int64_t);
sys/sys/systimer.h
86
void systimer_init_periodic_nq(systimer_t, systimer_func_t, void *, int64_t);
sys/sys/systimer.h
87
void systimer_init_periodic_nq1khz(systimer_t, systimer_func_t, void *, int64_t);
sys/sys/systimer.h
88
void systimer_init_periodic_nq100khz(systimer_t, systimer_func_t, void *, int64_t);
sys/sys/systimer.h
89
void systimer_init_periodic_flags(systimer_t, systimer_func_t, void *,
sys/sys/systimer.h
91
void systimer_adjust_periodic(systimer_t, int64_t);
sys/sys/systimer.h
92
void systimer_init_oneshot(systimer_t, systimer_func_t, void *, int64_t);