Searched refs:l_slpticksum (Results 1 – 3 of 3) sorted by relevance
112 u_int l_slpticksum; /* l: Sum of ticks spent sleeping */ member
1050 batch = (l->l_rticksum > l->l_slpticksum); in sched_lwp_stats() 1059 l->l_slpticksum = 0; in sched_lwp_stats()
164 l->l_slpticksum += (getticks() - l->l_slpticks); in sleepq_remove()