Searched refs:rtime (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/arm/allwinner/ |
| H A D | aw_rtc.c | 290 uint32_t rdate, rtime; in aw_rtc_gettime() local 293 rtime = RTC_READ(sc, sc->conf->rtc_time); in aw_rtc_gettime() 295 if ((rtime & TIME_MASK) == 0) in aw_rtc_gettime() 298 ct.sec = GET_SEC_VALUE(rtime); in aw_rtc_gettime() 299 ct.min = GET_MIN_VALUE(rtime); in aw_rtc_gettime() 300 ct.hour = GET_HOUR_VALUE(rtime); in aw_rtc_gettime() 316 uint32_t clk, rdate, rtime; in aw_rtc_settime() local 344 rtime = SET_SEC_VALUE(ct.sec) | SET_MIN_VALUE(ct.min) | in aw_rtc_settime() 363 RTC_WRITE(sc, sc->conf->rtc_time, rtime); in aw_rtc_settime()
|
| /f-stack/freebsd/kern/ |
| H A D | tty_info.c | 280 struct timeval rtime, utime, stime; in tty_info() local 382 microuptime(&rtime); in tty_info() 383 timevalsub(&rtime, &p->p_stats->p_start); in tty_info() 393 (long)rtime.tv_sec, rtime.tv_usec / 10000, in tty_info()
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | spl_kstat.c | 158 kip->rtime, kip->rlentime, kip->rlastupdate, in kstat_sysctl_io() 558 kiop->rtime += delta; in kstat_runq_enter() 574 kiop->rtime += delta; in kstat_runq_exit()
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/spl/ |
| H A D | spl-kstat.c | 98 kiop->rtime += delta; in kstat_runq_enter() 115 kiop->rtime += delta; in kstat_runq_exit() 270 kip->rtime, kip->rlentime, kip->rlastupdate, in kstat_seq_show_io()
|
| /f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | kstat.h | 172 hrtime_t rtime; /* cumulative run (service) time */ member
|
| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | kstat.h | 176 hrtime_t rtime; /* cumulative run (service) time */ member
|
| /f-stack/freebsd/contrib/openzfs/lib/libspl/include/sys/ |
| H A D | kstat.h | 672 hrtime_t rtime; /* cumulative run (service) time */ member
|