Lines Matching refs:time
46 * count and time. A slow machine is likely to be limited by time and a fast
48 * multiple times or LTP_TIMEOUT_MUL to give the test more time.
65 #include <sys/time.h>
66 #include <time.h>
75 /* how much of exec time is sampling allowed to take */
105 /** Internal; Thread A start time */
107 /** Internal; Thread B start time */
109 /** Internal; Thread A end time */
111 /** Internal; Thread B end time */
163 /** Internal; The test time remaining on tst_fzsync_pair_reset() */
179 * amount of time to run fuzzy sync library.
180 * Thus call sched_yield to give up cpu to decrease the test time.
391 * b} so that they happen at approximately the same time in threads A and
400 * in A and B. Given enough time the following should happen where the exit
419 * percentage of the total time.
433 * negate the execution time of Syscall B and convert it to a spin count. For
434 * the upper bound (the max delay of B), we just take the execution time of A
438 * spin takes and divide the delay time with it. We find this by first
446 * simply collect time and count samples then calculate their averages. When a
454 * Syscall A and B finish at approximately the same time.
629 * Checks some values and decides whether it is time to break the loop of
641 "sampling time reached 50%% of the total time limit",
649 "Exceeded execution time, requesting exit");
782 * It is intended to be used in tests where the time taken by syscall A and/or