Searched refs:stime (Results 1 – 8 of 8) sorted by relevance
/arch/x86/kvm/ |
D | hyperv.c | 187 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()
|
D | x86.c | 2097 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/ |
D | apm_32.c | 914 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/ |
D | osf_sys.c | 1132 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/ |
D | syscall_table.S | 89 ENTRY_COMP(stime) /* 25 */
|
/arch/powerpc/include/asm/ |
D | systbl.h | 31 COMPAT_SYS_SPU(stime)
|
/arch/x86/entry/syscalls/ |
D | syscall_32.tbl | 34 25 i386 stime sys_stime compat_sys_stime
|
/arch/x86/include/asm/ |
D | kvm_host.h | 492 struct gfn_to_hva_cache stime; member
|