Searched refs:steal_acc (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/arm64/kernel/
H A Dparavirt.c43 static bool steal_acc = true; variable
46 steal_acc = false;
170 if (steal_acc)
/linux-master/arch/riscv/kernel/
H A Dparavirt.c35 static bool steal_acc = true; variable
38 steal_acc = false;
129 if (steal_acc)
/linux-master/arch/x86/kernel/cpu/
H A Dvmware.c130 static bool steal_acc __initdata = true; /* steal time accounting */
141 steal_acc = false;
321 if (steal_acc)
/linux-master/arch/powerpc/platforms/pseries/
H A Dsetup.c89 static bool steal_acc = true; variable
92 steal_acc = false;
857 if (steal_acc)
/linux-master/arch/x86/kernel/
H A Dkvm.c59 static int steal_acc = 1; variable
62 steal_acc = 0;
1020 if (steal_acc)

Completed in 108 milliseconds