Home
last modified time | relevance | path

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

/freebsd/include/rpcsvc/
H A Dnis.x141 u_long cticks; /* Client ticks */ member
/freebsd/sys/kern/
H A Dkern_thread.c725 int i, cticks, lticks; in thread_reap_callout_cb() local
729 cticks = atomic_load_int(&ticks); in thread_reap_callout_cb()
734 (u_int)(cticks - lticks) > 5 * hz) { in thread_reap_callout_cb()