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() 438 if (clock_gettime(CLOCK_BOOTTIME, &boottime) != -1) { in pr_header() 439 uptime = boottime.tv_sec; in pr_header() 426 struct timespec boottime; pr_header() local
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()
166 time_t boottime; variable 266 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()
196 ktime_t boottime; member
890 ts = ktime_to_timespec64(error->boottime); in __err_print_to_sgl() 1808 * log times to system times (in conjunction with the error->boottime and in gt_record_uc() 2082 error->boottime = ktime_get_boottime(); in intel_gt_coredump_alloc()
825 struct timeval boottime; in nfsrv_write() 980 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() 2925 microboottime(&boottime); in nfsrv_statfs() 2926 *tl++ = txdr_unsigned(boottime.tv_sec); in nfsrv_statfs() 2927 *tl = txdr_unsigned(boottime.tv_usec); in nfsrv_statfs() 820 struct timeval boottime; nfsrv_write() local 2833 struct timeval boottime; nfsrv_commit() local
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};";