Home
last modified time | relevance | path

Searched refs:cticks (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_thread.c690 int i, cticks, lticks; in thread_reap_callout_cb() local
694 cticks = atomic_load_int(&ticks); in thread_reap_callout_cb()
699 (u_int)(cticks - lticks) > 5 * hz) { in thread_reap_callout_cb()