Home
last modified time | relevance | path

Searched refs:tst_remaining_runtime (Results 1 - 25 of 34) sorted by relevance

12

/third_party/ltp/testcases/kernel/mem/mtest06/
H A Dmmap1.c218 start = last_update = tst_remaining_runtime(); in run()
219 while (tst_remaining_runtime()) { in run()
234 if (last_update - tst_remaining_runtime() >= PROGRESS_SEC) { in run()
235 last_update = tst_remaining_runtime(); in run()
H A Dmmap3.c110 alarm(tst_remaining_runtime()); in test_mmap()
/third_party/ltp/testcases/kernel/mem/swapping/
H A Dswapping01.c71 start_runtime = tst_remaining_runtime(); in test_swapping()
137 while (tst_remaining_runtime() > start_runtime/2) { in check_swapping()
/third_party/ltp/testcases/kernel/io/ltp-aiodio/
H A Ddio_read.c55 if (!tst_remaining_runtime()) in do_buffered_writes()
81 if (!tst_remaining_runtime()) { in do_direct_reads()
H A Dcommon.h50 if (!tst_remaining_runtime()) in io_append()
90 if (!*run_child || !tst_remaining_runtime()) in io_read()
H A Ddio_append.c77 if (!tst_remaining_runtime()) in run()
H A Ddio_sparse.c54 if (!tst_remaining_runtime()) { in dio_sparse()
H A Ddio_truncate.c153 if (!tst_remaining_runtime()) { in run()
H A Daiodio_sparse.c216 if (!tst_remaining_runtime()) { in run()
/third_party/ltp/testcases/kernel/syscalls/request_key/
H A Drequest_key03.c104 if (!tst_remaining_runtime()) { in run_child_add()
125 if (!tst_remaining_runtime()) { in run_child_request()
/third_party/ltp/testcases/kernel/mem/mtest01/
H A Dmtest01.c156 runtime_rem = tst_remaining_runtime(); in child_loop_alloc()
200 if (!tst_remaining_runtime()) { in mem_test()
/third_party/ltp/lib/newlib_tests/
H A Dtest_runtime01.c18 runtime = tst_remaining_runtime(); in run()
/third_party/ltp/testcases/kernel/crypto/
H A Dpcrypt_aead01.c58 if (!tst_remaining_runtime()) { in run()
H A Daf_alg02.c68 if (!tst_remaining_runtime()) { in run()
/third_party/ltp/testcases/kernel/security/dirtyc0w_shmem/
H A Ddirtyc0w_shmem.c87 } while (tst_remaining_runtime() && !child_early_exit); in dirtyc0w_shmem_test()
/third_party/ltp/testcases/kernel/syscalls/fork/
H A Dfork13.c101 if (!tst_remaining_runtime()) { in check()
/third_party/ltp/testcases/kernel/syscalls/gettimeofday/
H A Dgettimeofday02.c38 int rtime = tst_remaining_runtime(); in verify_gettimeofday()
/third_party/ltp/testcases/kernel/syscalls/perf_event_open/
H A Dperf_event_open03.c46 runtime = tst_remaining_runtime(); in setup()
/third_party/ltp/testcases/kernel/syscalls/keyctl/
H A Dkeyctl02.c85 if (!tst_remaining_runtime()) { in do_test()
/third_party/ltp/testcases/kernel/syscalls/inotify/
H A Dinotify06.c91 if (!tst_remaining_runtime()) { in verify_inotify()
/third_party/ltp/include/
H A Dtst_fuzzy_sync.h284 pair->exec_time_start = (float)tst_remaining_runtime(); in tst_fzsync_pair_reset()
637 float rem_p = 1 - tst_remaining_runtime() / pair->exec_time_start; in tst_fzsync_run_a()
H A Dtst_test.h276 * also use tst_remaining_runtime() to exit when runtime was used up.
364 unsigned int tst_remaining_runtime(void);
/third_party/ltp/testcases/kernel/syscalls/migrate_pages/
H A Dmigrate_pages03.c131 if (!tst_remaining_runtime()) { in migrate_test()
/third_party/ltp/testcases/kernel/syscalls/nice/
H A Dnice05.c119 sleep(tst_remaining_runtime()); in verify_nice()
/third_party/ltp/testcases/kernel/mem/mtest07/
H A Dmallocstress.c131 if (!tst_remaining_runtime()) { in allocate_free()

Completed in 10 milliseconds

12