Home
last modified time | relevance | path

Searched refs:stime (Results 1 – 8 of 8) sorted by relevance

/arch/x86/kvm/
Dhyperv.c187 cputime_t utime, stime; in current_task_runtime_100ns() local
189 task_cputime_adjusted(current, &utime, &stime); in current_task_runtime_100ns()
190 return div_u64(cputime_to_nsecs(utime + stime), 100); in current_task_runtime_100ns()
Dx86.c2097 if (unlikely(kvm_read_guest_cached(vcpu->kvm, &vcpu->arch.st.stime, in record_steal_time()
2105 kvm_write_guest_cached(vcpu->kvm, &vcpu->arch.st.stime, in record_steal_time()
2243 if (kvm_gfn_to_hva_cache_init(vcpu->kvm, &vcpu->arch.st.stime, in kvm_set_msr_common()
/arch/x86/kernel/
Dapm_32.c914 cputime_t stime; in apm_cpu_idle() local
921 task_cputime(current, NULL, &stime); in apm_cpu_idle()
927 idle_percentage = cputime_to_jiffies(stime - last_stime); in apm_cpu_idle()
936 last_stime = stime; in apm_cpu_idle()
/arch/alpha/kernel/
Dosf_sys.c1132 cputime_t utime, stime; in SYSCALL_DEFINE2() local
1141 task_cputime(current, &utime, &stime); in SYSCALL_DEFINE2()
1143 stime_jiffies = cputime_to_jiffies(stime); in SYSCALL_DEFINE2()
/arch/parisc/kernel/
Dsyscall_table.S89 ENTRY_COMP(stime) /* 25 */
/arch/powerpc/include/asm/
Dsystbl.h31 COMPAT_SYS_SPU(stime)
/arch/x86/entry/syscalls/
Dsyscall_32.tbl34 25 i386 stime sys_stime compat_sys_stime
/arch/x86/include/asm/
Dkvm_host.h492 struct gfn_to_hva_cache stime; member