Home
last modified time | relevance | path

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

/netbsd-src/sys/sys/
H A Dlwp.h112 u_int l_slpticksum; /* l: Sum of ticks spent sleeping */ member
/netbsd-src/sys/kern/
H A Dkern_runq.c1050 batch = (l->l_rticksum > l->l_slpticksum); in sched_lwp_stats()
1059 l->l_slpticksum = 0; in sched_lwp_stats()
H A Dkern_sleepq.c164 l->l_slpticksum += (getticks() - l->l_slpticks); in sleepq_remove()