Home
last modified time | relevance | path

Searched refs:run_time (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/kernel/
Dacct.c415 u64 elapsed, run_time; in fill_ac() local
428 run_time = ktime_get_ns(); in fill_ac()
429 run_time -= current->group_leader->start_time; in fill_ac()
431 elapsed = nsec_to_AHZ(run_time); in fill_ac()
/linux-4.4.14/arch/ia64/kernel/
Dunwind.c131 unsigned long run_time; member
1816 STAT(unw.stat.script.run_time += ia64_get_itc() - start); in run_script()