Searched refs:reps (Results 1 – 10 of 10) sorted by relevance
| /linux/tools/testing/selftests/rseq/ |
| A D | param_test.c | 354 long long reps; member 364 long long reps; member 457 long long i, reps; in test_percpu_spinlock_thread() local 462 reps = thread_data->reps; in test_percpu_spinlock_thread() 534 long long i, reps; in test_percpu_inc_thread() local 539 reps = thread_data->reps; in test_percpu_inc_thread() 688 long long i, reps; in test_percpu_list_thread() local 694 reps = opt_reps; in test_percpu_list_thread() 871 long long i, reps; in test_percpu_buffer_thread() local 877 reps = opt_reps; in test_percpu_buffer_thread() [all …]
|
| A D | basic_percpu_ops_test.c | 66 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()
|
| /linux/crypto/ |
| A D | xor.c | 86 unsigned long reps; in do_xor_speed() local 94 reps = 0; in do_xor_speed() 103 } while (reps++ < REPS || (t0 = ktime_get()) == start); in do_xor_speed() 109 speed = (1000 * reps * BENCH_SIZE) / (unsigned int)ktime_to_ns(min); in do_xor_speed()
|
| /linux/tools/perf/util/ |
| A D | block-info.h | 69 void block_info__free_report(struct block_report *reps, int nr_reps);
|
| A D | block-info.c | 494 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()
|
| /linux/drivers/usb/early/ |
| A D | ehci-dbgp.c | 657 int ret, reps; in ehci_wait_for_port() local 659 for (reps = 0; reps < 300; reps++) { in ehci_wait_for_port()
|
| /linux/drivers/net/ethernet/sfc/ |
| A D | tc.h | 333 struct efx_tc_action_set_list reps; member
|
| A D | tc.c | 2515 rule->fallback = &efx->tc->facts.reps; in efx_tc_flower_replace() 2781 struct efx_tc_action_set_list *acts = &efx->tc->facts.reps; in efx_tc_configure_fallback_acts_reps() 2916 efx_tc_deconfigure_fallback_acts(efx, &efx->tc->facts.reps); in efx_fini_tc() 3036 INIT_LIST_HEAD(&efx->tc->facts.reps.list); in efx_init_struct_tc() 3037 efx->tc->facts.reps.fw_id = MC_CMD_MAE_ACTION_SET_ALLOC_OUT_ACTION_SET_ID_NULL; in efx_init_struct_tc() 3075 EFX_WARN_ON_PARANOID(efx->tc->facts.reps.fw_id != in efx_fini_struct_tc()
|
| /linux/lib/zstd/compress/ |
| A D | zstd_opt.c | 1268 … 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()
|
| /linux/Documentation/networking/devlink/ |
| A D | devlink-port.rst | 86 | devlink eswitch ports and reps |
|
Completed in 31 milliseconds