Searched refs:reps (Results 1 – 4 of 4) sorted by relevance
378 long long reps; member388 long long reps; member481 long long i, reps; in test_percpu_spinlock_thread() local486 reps = thread_data->reps; in test_percpu_spinlock_thread()558 long long i, reps; in test_percpu_inc_thread() local563 reps = thread_data->reps; in test_percpu_inc_thread()712 long long i, reps; in test_percpu_list_thread() local718 reps = opt_reps; in test_percpu_list_thread()895 long long i, reps; in test_percpu_buffer_thread() local901 reps = opt_reps; in test_percpu_buffer_thread()[all …]
66 int reps; member125 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()
69 void block_info__free_report(struct block_report *reps, int nr_reps);
494 void block_info__free_report(struct block_report *reps, int nr_reps) in block_info__free_report() argument497 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