Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/rseq/
H 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 …]
H 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()
/linux-6.15/crypto/
H A Dxor.c86 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-6.15/drivers/net/ethernet/marvell/octeontx2/nic/
H A Drep.c304 rep = priv->reps[rep_id]; in rvu_rep_state_evt_handler()
513 netif_napi_add(priv->reps[qidx]->netdev, &cq_poll->napi, in rvu_rep_napi_init()
626 rep = priv->reps[rep_id]; in rvu_rep_destroy()
632 kfree(priv->reps); in rvu_rep_destroy()
648 priv->reps = kcalloc(rep_cnt, sizeof(struct rep_dev *), GFP_KERNEL); in rvu_rep_create()
649 if (!priv->reps) in rvu_rep_create()
663 priv->reps[rep_id] = rep; in rvu_rep_create()
710 rep = priv->reps[rep_id]; in rvu_rep_create()
715 kfree(priv->reps); in rvu_rep_create()
H A Dotx2_common.h534 struct rep_dev **reps; member
H A Dotx2_txrx.c513 ndev = pfvf->reps[qidx]->netdev; in otx2_tx_napi_handler()
/linux-6.15/drivers/net/ethernet/intel/ice/devlink/
H A Dhealth.c493 struct ice_health *reps = &pf->health_reporters; in ice_health_init() local
495 reps->mdd = ice_init_devlink_rep(pf, &ice_mdd_reporter_ops); in ice_health_init()
496 reps->tx_hang = ice_init_devlink_rep(pf, &ice_tx_hang_reporter_ops); in ice_health_init()
499 reps->fw = ice_init_devlink_rep(pf, &ice_fw_reporter_ops); in ice_health_init()
500 reps->port = ice_init_devlink_rep(pf, &ice_port_reporter_ops); in ice_health_init()
/linux-6.15/tools/perf/util/
H A Dblock-info.h69 void block_info__free_report(struct block_report *reps, int nr_reps);
H 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()
/linux-6.15/include/uapi/linux/
H A Dmshv.h202 __u16 reps; member
/linux-6.15/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()
/linux-6.15/drivers/net/ethernet/sfc/
H A Dtc.h333 struct efx_tc_action_set_list reps; member
H A Dtc.c2515 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-6.15/drivers/hv/
H A Dmshv_root_main.c218 if (args.reps) in mshv_ioctl_passthru_hvcall()
219 status = hv_do_rep_hypercall(args.code, args.reps, 0, in mshv_ioctl_passthru_hvcall()
248 args.reps = args.reps ? hv_repcomp(status) : 0; in mshv_ioctl_passthru_hvcall()
/linux-6.15/lib/zstd/compress/
H A Dzstd_opt.c1361 Repcodes_t const reps = ZSTD_newRep(opt[cur].rep, lastStretch.off, opt[cur].litlen==0); in ZSTD_compressBlock_opt_generic() local
1362 ZSTD_memcpy(rep, &reps, sizeof(Repcodes_t)); in ZSTD_compressBlock_opt_generic()
/linux-6.15/Documentation/networking/devlink/
H A Ddevlink-port.rst86 | devlink eswitch ports and reps |