Searched refs:load_tm (Results 1 – 4 of 4) sorted by relevance
53 struct tm load_tm; in print_boot_time() local69 if (!localtime_r(&wallclock_secs, &load_tm)) { in print_boot_time()75 strftime(buf, size, "%s", &load_tm); in print_boot_time()77 strftime(buf, size, "%FT%T%z", &load_tm); in print_boot_time()
204 u8 load_tm; member
993 prev->thread.load_tm++; in __switch_to_tm()995 if (!MSR_TM_ACTIVE(prev->thread.regs->msr) && prev->thread.load_tm == 0) in __switch_to_tm()1811 current->thread.load_tm = 0; in start_thread()
1682 current->thread.load_tm++; in tm_unavailable()