Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
H A Dkern_kinfo.c260 kl->kl_sticks += lwp->lwp_thread->td_sticks; in fill_kinfo_lwp()
319 kp->kp_lwp.kl_sticks = td->td_sticks; in fill_kinfo_proc_kthread()
H A Dkern_resource.c795 sp->tv_sec = td->td_sticks / 1000000; in calcru()
796 sp->tv_usec = td->td_sticks % 1000000; in calcru()
H A Dkern_synch.c304 ttime += lp->lwp_thread->td_sticks; in schedcpu_resource()
H A Dkern_clock.c1023 td->td_sticks += bump; in statclock()
/dragonfly/sys/platform/vkernel64/x86_64/
H A Dtrap.c198 (u_int)((int)lp->lwp_thread->td_sticks - sticks)); in userret()
385 sticks = (int)td->td_sticks; in user_trap()
1042 sticks = (int)td->td_sticks; in syscall2()
/dragonfly/sys/platform/pc64/x86_64/
H A Dtrap.c231 (u_int)((int)lp->lwp_thread->td_sticks - sticks)); in userret()
479 sticks = (int)td->td_sticks; in trap()
1193 sticks = (int)td->td_sticks; in syscall2()
/dragonfly/sys/sys/
H A Dthread.h278 __uint64_t td_sticks; /* Statclock hits in system mode (uS) */ member