Searched refs:boottime (Results 1 – 14 of 14) sorted by relevance
78 rstat_timeval boottime; member97 rstat_timeval boottime; member
118 return d1->statstime.boottime.tv_sec in compare()119 - d2->statstime.boottime.tv_sec; in compare()195 host_stat->curtime.tv_sec -= host_stat->boottime.tv_sec; in print_rup_data()
14 int boottime; member
423 struct timespec boottime; in pr_header() local438 if (clock_gettime(CLOCK_BOOTTIME, &boottime) != -1) { in pr_header()439 uptime = boottime.tv_sec; in pr_header()
217 struct timespec boottime; in format_uptime() local221 if (clock_gettime(CLOCK_BOOTTIME, &boottime) == -1) in format_uptime()224 uptime = boottime.tv_sec; in format_uptime()
214 stats_all.s2.boottime.tv_sec = btm.tv_sec; in updatestat()215 stats_all.s2.boottime.tv_usec = btm.tv_usec; in updatestat()
542 struct bintime boottime, old_utc, uptime, utc; in tc_setrealtimeclock() local552 bintimesub(&utc, &uptime, &boottime); in tc_setrealtimeclock()555 tc_windup(&boottime, NULL, &zero); in tc_setrealtimeclock()
197 ktime_t boottime; member
895 ts = ktime_to_timespec64(error->boottime); in __err_print_to_sgl()2097 error->boottime = ktime_get_boottime(); in i915_gpu_coredump_alloc()
166 time_t boottime; variable266 ctime(&boottime); /* satisfy potential $TZ expansion before unveil() */ in main()941 boottime = btp->tv_sec; in parse()942 ct = ctime(&boottime); in parse()947 boottime); in parse()
825 struct timeval boottime; in nfsrv_write() local980 microboottime(&boottime); in nfsrv_write()981 *tl++ = txdr_unsigned(boottime.tv_sec); in nfsrv_write()982 *tl = txdr_unsigned(boottime.tv_usec); in nfsrv_write()2872 struct timeval boottime; in nfsrv_commit() local2925 microboottime(&boottime); in nfsrv_commit()2926 *tl++ = txdr_unsigned(boottime.tv_sec); in nfsrv_commit()2927 *tl = txdr_unsigned(boottime.tv_usec); in nfsrv_commit()
2606 select = "boottime$";2608 c_fix_arg = "boottime;";2609 test_text = "struct statswtch {\n int boottime\n};";
3306 select = "boottime$";3308 c_fix_arg = "boottime;";3309 test_text = "struct statswtch {\n int boottime\n};";