Home
last modified time | relevance | path

Searched refs:reps (Results 1 - 13 of 13) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/rseq/
H A Dparam_test.c267 long long reps; member
277 long long reps; member
364 long long i, reps; in test_percpu_spinlock_thread() local
369 reps = thread_data->reps; in test_percpu_spinlock_thread()
370 for (i = 0; i < reps; i++) { in test_percpu_spinlock_thread()
375 if (i != 0 && !(i % (reps / 10))) in test_percpu_spinlock_thread()
405 thread_data[i].reps = opt_reps; in test_percpu_spinlock()
441 long long i, reps; in test_percpu_inc_thread() local
446 reps in test_percpu_inc_thread()
592 long long i, reps; test_percpu_list_thread() local
779 long long i, reps; test_percpu_buffer_thread() local
993 long long i, reps; test_percpu_memcpy_buffer_thread() local
[all...]
H A Dbasic_percpu_ops_test.c30 int reps; member
89 for (i = 0; i < data->reps; i++) { in test_percpu_spinlock_thread()
118 data.reps = 5000; in test_percpu_spinlock()
131 assert(sum == (uint64_t)data.reps * num_threads); in test_percpu_spinlock()
/kernel/linux/linux-6.6/tools/testing/selftests/rseq/
H A Dparam_test.c344 long long reps; member
354 long long reps; member
447 long long i, reps; in test_percpu_spinlock_thread() local
452 reps = thread_data->reps; in test_percpu_spinlock_thread()
453 for (i = 0; i < reps; i++) { in test_percpu_spinlock_thread()
458 if (i != 0 && !(i % (reps / 10))) in test_percpu_spinlock_thread()
488 thread_data[i].reps = opt_reps; in test_percpu_spinlock()
524 long long i, reps; in test_percpu_inc_thread() local
529 reps in test_percpu_inc_thread()
678 long long i, reps; test_percpu_list_thread() local
861 long long i, reps; test_percpu_buffer_thread() local
1071 long long i, reps; test_percpu_memcpy_buffer_thread() local
[all...]
H A Dbasic_percpu_ops_test.c56 int reps; member
115 for (i = 0; i < data->reps; i++) { in test_percpu_spinlock_thread()
144 data.reps = 5000; in test_percpu_spinlock()
157 assert(sum == (uint64_t)data.reps * num_threads); in test_percpu_spinlock()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dblock-info.h78 void block_info__free_report(struct block_report *reps, int nr_reps);
H A Dblock-info.c458 void block_info__free_report(struct block_report *reps, int nr_reps) in block_info__free_report() argument
461 hists__delete_entries(&reps[i].hist.block_hists); in block_info__free_report()
463 free(reps); in block_info__free_report()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dblock-info.h78 void block_info__free_report(struct block_report *reps, int nr_reps);
H A Dblock-info.c458 void block_info__free_report(struct block_report *reps, int nr_reps) in block_info__free_report() argument
461 hists__delete_entries(&reps[i].hist.block_hists); in block_info__free_report()
463 free(reps); in block_info__free_report()
/kernel/linux/linux-5.10/drivers/usb/early/
H A Dehci-dbgp.c657 int ret, reps; in ehci_wait_for_port() local
659 for (reps = 0; reps < 300; reps++) { in ehci_wait_for_port()
/kernel/linux/linux-6.6/drivers/usb/early/
H A Dehci-dbgp.c657 int ret, reps; in ehci_wait_for_port() local
659 for (reps = 0; reps < 300; reps++) { in ehci_wait_for_port()
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H A Dtc.h292 * @facts.reps: action-set-list for unready rules on representors, hence
293 * applying to traffic from representees, and egressing to the reps mport
325 struct efx_tc_action_set_list reps; member
H A Dtc.c2160 * All reps use the same mport for delivery in efx_tc_flower_replace()
2190 rule->fallback = &efx->tc->facts.reps; in efx_tc_flower_replace()
2456 struct efx_tc_action_set_list *acts = &efx->tc->facts.reps; in efx_tc_configure_fallback_acts_reps()
2591 efx_tc_deconfigure_fallback_acts(efx, &efx->tc->facts.reps); in efx_fini_tc()
2711 INIT_LIST_HEAD(&efx->tc->facts.reps.list); in efx_init_struct_tc()
2712 efx->tc->facts.reps.fw_id = MC_CMD_MAE_ACTION_SET_ALLOC_OUT_ACTION_SET_ID_NULL; in efx_init_struct_tc()
2750 EFX_WARN_ON_PARANOID(efx->tc->facts.reps.fw_id != in efx_fini_struct_tc()
/kernel/linux/linux-6.6/lib/zstd/compress/
H A Dzstd_opt.c1268 repcodes_t const reps = ZSTD_newRep(opt[cur].rep, lastSequence.off, lastSequence.litlen==0); in ZSTD_compressBlock_opt_generic() local
1269 ZSTD_memcpy(rep, &reps, sizeof(reps)); in ZSTD_compressBlock_opt_generic()

Completed in 17 milliseconds