systimer
struct systimer st;
struct systimer info;
static struct systimer emergency_intr_timer[MAXCPU];
struct systimer ill_timer; /* enforced freq. timer */
static struct systimer systimer_rand;
rand_thread_wakeup(struct systimer *timer, int in_ipi, struct intrframe *frame)
bzero(info, sizeof(struct systimer));
bzero(info, sizeof(struct systimer));
struct systimer info;
static struct systimer dn_clock;
static struct systimer dn_clock;
struct systimer pollclock;
struct systimer gd_hardclock; /* scheduler periodic */
struct systimer gd_statclock; /* statistics periodic */
struct systimer gd_schedclock; /* scheduler periodic */
struct systimer *gd_systimer_inprog; /* in-progress systimer */
typedef TAILQ_HEAD(systimerq, systimer) *systimerq_t;
typedef void (*systimer_func_t)(struct systimer *, int, struct intrframe *);
TAILQ_ENTRY(systimer) node;