Searched refs:run_time (Results 1 – 5 of 5) sorted by relevance
621 int shmid, run_time = 20 * 60; in main() local642 run_time = strtoul(optarg, NULL, 10); in main()679 printf("Timeout: %d seconds\n", run_time); in main()706 alarm(run_time); in main()
418 u64 elapsed, run_time; in fill_ac() local432 run_time = ktime_get_ns(); in fill_ac()433 run_time -= current->group_leader->start_time; in fill_ac()435 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()
4402 run_time = '%.0f' % (tTotal * 1000)4409 thtml = html_timetotal3.format(run_time, testdesc)
967 uint64_t run_time;