Searched defs:clockqueue (Results 1 – 1 of 1) sorted by relevance
98 struct clockqueue { struct99 struct clockrequest cq_request; /* [o] callback request object */100 struct mutex cq_mtx; /* [a] per-queue mutex */101 uint64_t cq_uptime; /* [o] cached uptime */104 struct clockintr *cq_running; /* [m] running clockintr */105 struct clockintr cq_hardclock; /* [o] hardclock handle */106 struct intrclock cq_intrclock; /* [I] local interrupt clock */107 struct clockintr_stat cq_stat; /* [o] dispatch statistics */108 volatile uint32_t cq_gen; /* [o] cq_stat update generation */ 109 volatile uint32_t cq_dispatch; /* [o] dispatch is running */[all …]