[PATCH 03/25] vtime: Rename vtime_account_system() to vtime_account_kernel()

2018-11-13 Thread Frederic Weisbecker
vtime_account_system() decides if we need to account the time to the system (__vtime_account_system()) or to the guest (vtime_account_guest()). So this function is a misnommer as we are on a higher level than "system". All we know when we call that function is that we are accounting kernel

[PATCH 03/25] vtime: Rename vtime_account_system() to vtime_account_kernel()

2018-11-13 Thread Frederic Weisbecker
vtime_account_system() decides if we need to account the time to the system (__vtime_account_system()) or to the guest (vtime_account_guest()). So this function is a misnommer as we are on a higher level than "system". All we know when we call that function is that we are accounting kernel