Searched refs:load_tm (Results 1 – 4 of 4) sorted by relevance
202 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()
138 vcpu->arch.load_tm++; /* see load_ebb comment */ in store_vcpu_state()139 if (!vcpu->arch.load_tm) in store_vcpu_state()
1729 current->thread.load_tm++; in tm_unavailable()