Searched defs:clockintr_stat (Results 1 – 1 of 1) sorted by relevance
23 struct clockintr_stat { struct24 uint64_t cs_dispatched; /* total time in dispatch (ns) */25 uint64_t cs_early; /* number of early dispatch calls */26 uint64_t cs_earliness; /* total earliness (ns) */27 uint64_t cs_lateness; /* total lateness (ns) */28 uint64_t cs_prompt; /* number of prompt dispatch calls */29 uint64_t cs_run; /* number of events dispatched */30 uint64_t cs_spurious; /* number of spurious dispatch calls */