/openbmc/linux/tools/testing/selftests/rseq/ |
H A D | param_test.c | 344 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() 524 long long i, reps; in test_percpu_inc_thread() local 529 reps = thread_data->reps; in test_percpu_inc_thread() 678 long long i, reps; in test_percpu_list_thread() local 684 reps = opt_reps; in test_percpu_list_thread() 861 long long i, reps; in test_percpu_buffer_thread() local 867 reps = opt_reps; in test_percpu_buffer_thread() [all …]
|
H A D | basic_percpu_ops_test.c | 56 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()
|
/openbmc/linux/crypto/ |
H 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()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/upm/upm/ |
H A D | 0001-Use-stdint-types.patch | 130 - u_int8_t reps = (u_int8_t)std::stoul(tok.substr(17), nullptr, 0); 131 + uint8_t reps = (uint8_t)std::stoul(tok.substr(17), nullptr, 0); 132 setRepetitionsXY(reps); 135 - u_int8_t reps = (u_int8_t)std::stoul(tok.substr(16), nullptr, 0); 136 + uint8_t reps = (uint8_t)std::stoul(tok.substr(16), nullptr, 0); 137 setRepetitionsZ(reps);
|
/openbmc/u-boot/lib/lzma/ |
H A D | LzmaDec.c | 139 UInt32 rep0 = p->reps[0], rep1 = p->reps[1], rep2 = p->reps[2], rep3 = p->reps[3]; in LzmaDec_DecodeReal() 445 p->reps[0] = rep0; in LzmaDec_DecodeReal() 446 p->reps[1] = rep1; in LzmaDec_DecodeReal() 447 p->reps[2] = rep2; in LzmaDec_DecodeReal() 448 p->reps[3] = rep3; in LzmaDec_DecodeReal() 462 UInt32 rep0 = p->reps[0]; in LzmaDec_WriteRem() 548 unsigned matchByte = p->dic[p->dicPos - p->reps[0] + in LzmaDec_TryDummy() 549 ((p->dicPos < p->reps[0]) ? p->dicBufSize : 0)]; in LzmaDec_TryDummy() 740 p->reps[0] = p->reps[1] = p->reps[2] = p->reps[3] = 1; in LzmaDec_InitStateReal()
|
H A D | LzmaDec.h | 58 UInt32 reps[4]; member
|
/openbmc/linux/tools/perf/util/ |
H A D | block-info.h | 78 void block_info__free_report(struct block_report *reps, int nr_reps);
|
H A D | block-info.c | 458 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()
|
/openbmc/linux/drivers/usb/early/ |
H 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()
|
/openbmc/linux/drivers/net/ethernet/sfc/ |
H A D | tc.h | 325 struct efx_tc_action_set_list reps; member
|
H A D | tc.c | 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()
|
/openbmc/linux/lib/zstd/compress/ |
H 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()
|
/openbmc/linux/Documentation/networking/devlink/ |
H A D | devlink-port.rst | 86 | devlink eswitch ports and reps |
|