Home
last modified time | relevance | path

Searched refs:exec_time (Results 1 - 2 of 2) sorted by relevance

/third_party/ltp/testcases/kernel/mem/mtest06/
H A Dmmap2.c158 float exec_time = 24; in main() local
204 exec_time = atof(optarg); in main()
205 if (exec_time == 0) in main()
207 "time %f hrs", exec_time = (float)24); in main()
218 "\tSize of temp file in MB: %lu\n", exec_time, fsize); in main()
227 alarm(exec_time * 3600.00); in main()
H A Dshmat1.c394 double exec_time; /* period for which the test is executed */ in main() local
421 exec_time = 24.0; /* minimum time period for which to run the tests */ in main()
433 if ((exec_time = atof(optarg)) == 0) in main()
434 exec_time = 24; in main()
445 "\tnumber of shmat shm detach: [%d]\n", exec_time, num_iter); in main()
464 alarm(exec_time * 3600.00); in main()

Completed in 2 milliseconds