Home
last modified time | relevance | path

Searched refs:l_rtime (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/kern/
H A Dkern_synch.c541 bintime_add(&l->l_rtime, now); in updatertime()
542 bintime_sub(&l->l_rtime, &l->l_stime); in updatertime()
1175 if (__predict_false(l->l_rtime.sec < 0) && in sched_pstats()
1185 (intmax_t)l->l_rtime.sec, in sched_pstats()
1186 l->l_rtime.frac); in sched_pstats()
1188 runtm += l->l_rtime.sec; in sched_pstats()
H A Dinit_main.c704 * from the file system. Reset l->l_rtime as it may have been in main()
716 memset(&l->l_rtime, 0, sizeof(l->l_rtime)); in main()
H A Dkern_resource.c478 bintime_add(tm, &l->l_rtime); in addrulwp()
H A Dinit_sysctl.c1584 bintime2timeval(&l->l_rtime, &tv); in fill_lwp()
H A Dkern_lwp.c1306 bintime_add(&p->p_rtime, &l->l_rtime); in lwp_free()
/netbsd-src/sys/sys/
H A Dlwp.h105 struct bintime l_rtime; /* l: real time */ member