Searched defs:timeoutstat (Results 1 – 1 of 1) sorted by relevance
59 struct timeoutstat { struct60 uint64_t tos_added; /* timeout_add*(9) calls */61 uint64_t tos_cancelled; /* dequeued during timeout_del*(9) */62 uint64_t tos_deleted; /* timeout_del*(9) calls */63 uint64_t tos_late; /* run after deadline */64 uint64_t tos_pending; /* number currently ONQUEUE */65 uint64_t tos_readded; /* timeout_add*(9) + already ONQUEUE */66 uint64_t tos_rescheduled; /* bucketed + already SCHEDULED */67 uint64_t tos_run_softclock; /* run from softclock() */68 uint64_t tos_run_thread; /* run from softclock_thread() */[all …]