Searched refs:account_system_index_time (Results 1 – 7 of 7) sorted by relevance
/linux/arch/ia64/kernel/ |
A D | time.c | 84 account_system_index_time(tsk, delta, CPUTIME_SYSTEM); in vtime_flush() 89 account_system_index_time(tsk, delta, CPUTIME_IRQ); in vtime_flush() 94 account_system_index_time(tsk, delta, CPUTIME_SOFTIRQ); in vtime_flush()
|
/linux/kernel/sched/ |
A D | cputime.c | 165 void account_system_index_time(struct task_struct *p, in account_system_index_time() function 201 account_system_index_time(p, cputime, index); in account_system_time() 382 account_system_index_time(p, cputime, CPUTIME_SOFTIRQ); in irqtime_account_process_tick() 390 account_system_index_time(p, cputime, CPUTIME_SYSTEM); in irqtime_account_process_tick()
|
/linux/include/linux/ |
A D | kernel_stat.h | 101 extern void account_system_index_time(struct task_struct *, u64,
|
/linux/arch/powerpc/kernel/ |
A D | time.c | 429 account_system_index_time(tsk, cputime_to_nsecs(acct->stime), in vtime_flush() 433 account_system_index_time(tsk, cputime_to_nsecs(acct->hardirq_time), in vtime_flush() 436 account_system_index_time(tsk, cputime_to_nsecs(acct->softirq_time), in vtime_flush()
|
/linux/arch/s390/kernel/ |
A D | vtime.c | 118 account_system_index_time(p, cputime_to_nsecs(cputime), index); in account_system_index_scaled()
|
/linux/ |
A D | System.map | 3147 ffff8000100c11d4 T account_system_index_time
|
A D | .tmp_System.map | 3147 ffff8000100c11d4 T account_system_index_time
|
Completed in 279 milliseconds