Searched refs:sample_cnt (Results 1 – 1 of 1) sorted by relevance
36 static int sample_cnt; variable377 samples = SAFE_MALLOC(sizeof(long long) * MAX(MAX_SAMPLES, sample_cnt)); in timer_setup()410 do_timer_test(sleep_time, sample_cnt); in single_timer_test()431 if (tst_parse_int(str_sample_cnt, &sample_cnt, 1, INT_MAX)) { in parse_timer_opts()441 if (!sample_cnt) in parse_timer_opts()442 sample_cnt = 500; in parse_timer_opts()444 long long timeout = sleep_time * sample_cnt / 1000000; in parse_timer_opts()