Searched refs:wallclock_secs (Results 1 – 1 of 1) sorted by relevance
104 time_t wallclock_secs; in print_boot_time() local116 wallclock_secs = (real_time_ts.tv_sec - boot_time_ts.tv_sec) + in print_boot_time()121 if (!localtime_r(&wallclock_secs, &load_tm)) { in print_boot_time()