Home
last modified time | relevance | path

Searched refs:reps (Results 1 – 4 of 4) sorted by relevance

/tools/testing/selftests/rseq/
A Dparam_test.c378 long long reps; member
388 long long reps; member
481 long long i, reps; in test_percpu_spinlock_thread() local
486 reps = thread_data->reps; in test_percpu_spinlock_thread()
558 long long i, reps; in test_percpu_inc_thread() local
563 reps = thread_data->reps; in test_percpu_inc_thread()
712 long long i, reps; in test_percpu_list_thread() local
718 reps = opt_reps; in test_percpu_list_thread()
895 long long i, reps; in test_percpu_buffer_thread() local
901 reps = opt_reps; in test_percpu_buffer_thread()
[all …]
A Dbasic_percpu_ops_test.c66 int reps; member
125 for (i = 0; i < data->reps; i++) { in test_percpu_spinlock_thread()
154 data.reps = 5000; in test_percpu_spinlock()
167 assert(sum == (uint64_t)data.reps * num_threads); in test_percpu_spinlock()
/tools/perf/util/
A Dblock-info.h69 void block_info__free_report(struct block_report *reps, int nr_reps);
A Dblock-info.c494 void block_info__free_report(struct block_report *reps, int nr_reps) in block_info__free_report() argument
497 hists__delete_entries(&reps[i].hist.block_hists); in block_info__free_report()
499 free(reps); in block_info__free_report()

Completed in 11 milliseconds