Searched refs:load_tm (Results 1 – 5 of 5) sorted by relevance
202 u8 load_tm; member
611 u8 load_tm; member
163 struct tm load_tm; in print_boot_time() local 179 if (!localtime_r(&wallclock_secs, &load_tm)) { in print_boot_time() 185 strftime(buf, size, "%s", &load_tm); in print_boot_time() 187 strftime(buf, size, "%FT%T%z", &load_tm); in print_boot_time()
1095 prev->thread.load_tm++; in __switch_to_tm() 1097 if (!MSR_TM_ACTIVE(prev->thread.regs->msr) && prev->thread.load_tm == 0) in __switch_to_tm() 2011 current->thread.load_tm = 0; in start_thread()
1728 current->thread.load_tm++; in tm_unavailable()