Home
last modified time | relevance | path

Searched refs:steal_time (Results 1 – 3 of 3) sorted by relevance

/linux/arch/powerpc/kernel/
H A Dtime.c212 unsigned long *steal_time) in vtime_delta() argument
226 *steal_time = pseries_calculate_stolen_time(now); in vtime_delta()
228 *steal_time = 0; in vtime_delta()
236 unsigned long steal_time; in vtime_delta_kernel() local
238 *stime = vtime_delta(acct, stime_scaled, &steal_time); in vtime_delta_kernel()
239 *stime -= min(*stime, steal_time); in vtime_delta_kernel()
240 acct->steal_time += steal_time; in vtime_delta_kernel()
266 unsigned long stime, stime_scaled, steal_time; in vtime_account_idle() local
269 stime = vtime_delta(acct, &stime_scaled, &steal_time); in vtime_account_idle()
270 acct->idle_time += stime + steal_time; in vtime_account_idle()
[all …]
/linux/arch/powerpc/include/asm/
H A Daccounting.h21 unsigned long steal_time; member
/linux/tools/testing/selftests/kvm/
H A DMakefile.kvm158 TEST_GEN_PROGS_x86 += steal_time
196 TEST_GEN_PROGS_arm64 += steal_time
224 TEST_GEN_PROGS_riscv += steal_time
240 TEST_GEN_PROGS_loongarch += steal_time