Searched refs:l_rticks (Results 1 – 3 of 3) sorted by relevance
224 if (getticks() - l->l_rticks >= sched_rrticks) { in sched_enqueue()443 if (__predict_false(l->l_slptime != 0 || l->l_rticks == 0)) in lwp_cache_hot()446 return (getticks() - l->l_rticks < mstohz(cacheht_time)); in lwp_cache_hot()1082 l->l_rticksum += (getticks() - l->l_rticks); in sched_nextlwp()1100 l->l_rticks = getticks(); in sched_nextlwp()1229 (u_int)(getticks() - l->l_rticks)); in sched_print_runqueue()
266 if (l->l_rticks && (getticks() - l->l_rticks >= hz)) in sched_pstats_hook()
109 u_int l_rticks; /* l: Saved start time of run */ member