Searched refs:run_time (Results 1 – 5 of 5) sorted by relevance
620 int shmid, run_time = 20 * 60; in main() local641 run_time = strtoul(optarg, NULL, 10); in main()678 printf("Timeout: %d seconds\n", run_time); in main()705 alarm(run_time); in main()
437 u64 elapsed, run_time; in fill_ac() local451 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()
132 unsigned long run_time; member1817 STAT(unw.stat.script.run_time += ia64_get_itc() - start); in run_script()
4637 run_time = '%.0f' % (tTotal * 1000)4644 thtml = html_timetotal3.format(run_time, testdesc)
967 uint64_t run_time;