Home
last modified time | relevance | path

Searched refs:vtime_accounting_enabled (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/include/linux/
Dvtime.h16 static inline bool vtime_accounting_enabled(void) { return true; } in vtime_accounting_enabled() function
20 static inline bool vtime_accounting_enabled(void) in vtime_accounting_enabled() function
32 static inline bool vtime_accounting_enabled(void) { return false; } in vtime_accounting_enabled() function
47 if (vtime_accounting_enabled()) in vtime_task_switch()
62 if (vtime_accounting_enabled()) in vtime_account_irq_enter()
81 if (vtime_accounting_enabled()) in vtime_account_irq_exit()
Dcontext_tracking.h80 if (vtime_accounting_enabled()) in guest_enter()
94 if (vtime_accounting_enabled()) in guest_exit()
/linux-4.1.27/kernel/sched/
Dcputime.c468 if (vtime_accounting_enabled()) in account_process_tick()
/linux-4.1.27/kernel/time/
Dtick-sched.c927 if (vtime_accounting_enabled()) in tick_nohz_account_idle_ticks()