Searched refs:run_time (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/mm/ |
H A D | tlbie_test.c | 621 int shmid, run_time = 20 * 60; in main() local 642 run_time = strtoul(optarg, NULL, 10); in main() 679 printf("Timeout: %d seconds\n", run_time); in main() 706 alarm(run_time); in main()
|
/kernel/linux/linux-5.10/kernel/ |
H A D | acct.c | 420 u64 elapsed, run_time; in fill_ac() local 433 /* calculate run_time in nsec*/ in fill_ac() 434 run_time = ktime_get_ns(); in fill_ac() 435 run_time -= current->group_leader->start_time; in fill_ac() 437 elapsed = nsec_to_AHZ(run_time); in fill_ac()
|
/kernel/linux/linux-6.6/kernel/ |
H A D | acct.c | 437 u64 elapsed, run_time; in fill_ac() local 450 /* calculate run_time in nsec*/ in fill_ac() 451 run_time = ktime_get_ns(); in fill_ac() 452 run_time -= current->group_leader->start_time; in fill_ac() 454 elapsed = nsec_to_AHZ(run_time); in fill_ac()
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/mm/ |
H A D | tlbie_test.c | 620 int shmid, run_time = 20 * 60; in main() local 641 run_time = strtoul(optarg, NULL, 10); in main() 678 printf("Timeout: %d seconds\n", run_time); in main() 705 alarm(run_time); in main()
|
/kernel/linux/linux-5.10/arch/ia64/kernel/ |
H A D | unwind.c | 132 unsigned long run_time; member 1820 STAT(unw.stat.script.run_time += ia64_get_itc() - start); in run_script()
|
/kernel/linux/linux-6.6/arch/ia64/kernel/ |
H A D | unwind.c | 132 unsigned long run_time; member 1820 STAT(unw.stat.script.run_time += ia64_get_itc() - start); in run_script()
|
/kernel/linux/linux-5.10/tools/power/pm-graph/ |
H A D | sleepgraph.py | 4402 run_time = '%.0f' % (tTotal * 1000) 4409 thtml = html_timetotal3.format(run_time, testdesc)
|
/kernel/linux/linux-6.6/tools/power/pm-graph/ |
H A D | sleepgraph.py | 4659 run_time = '%.0f' % (tTotal * 1000) 4666 thtml = html_timetotal3.format(run_time, testdesc)
|
Completed in 26 milliseconds