Searched refs:account_system_index_time (Results 1 – 4 of 4) sorted by relevance
| /linux/kernel/sched/ |
| H A D | cputime.c | 170 void account_system_index_time(struct task_struct *p, in account_system_index_time() function 206 account_system_index_time(p, cputime, index); in account_system_time() 405 account_system_index_time(p, cputime, CPUTIME_SOFTIRQ); in irqtime_account_process_tick() 413 account_system_index_time(p, cputime, CPUTIME_SYSTEM); in irqtime_account_process_tick()
|
| /linux/include/linux/ |
| H A D | kernel_stat.h | 123 extern void account_system_index_time(struct task_struct *, u64,
|
| /linux/arch/powerpc/kernel/ |
| H A D | time.c | 338 account_system_index_time(tsk, cputime_to_nsecs(acct->stime), in vtime_flush() 342 account_system_index_time(tsk, cputime_to_nsecs(acct->hardirq_time), in vtime_flush() 345 account_system_index_time(tsk, cputime_to_nsecs(acct->softirq_time), in vtime_flush()
|
| /linux/arch/s390/kernel/ |
| H A D | vtime.c | 110 account_system_index_time(p, cputime_to_nsecs(cputime), index); in account_system_index_scaled()
|