Home
last modified time | relevance | path

Searched refs:rep (Results 1 – 25 of 191) sorted by relevance

12345678

/linux-6.3-rc2/tools/perf/
A Dbuiltin-report.c275 if (perf_time__ranges_skip_sample(rep->ptime_range, rep->range_num, in process_sample_event()
289 if (rep->stitch_lbr) in process_sample_event()
295 if (rep->cpu_list && !test_bit(sample->cpu, rep->cpu_bitmap)) in process_sample_event()
319 if (ui__has_annotation() || rep->symbol_ipc || rep->total_cycles_mode) { in process_sample_event()
325 ret = hist_entry_iter__add(&iter, &al, rep->max_stack, rep); in process_sample_event()
510 if (rep->time_str) in hists__fprintf_nr_sample_events()
517 if (rep->mem_mode) { in hists__fprintf_nr_sample_events()
781 memset(&rep->tool, 0, sizeof(rep->tool)); in stats_setup()
799 memset(&rep->tool, 0, sizeof(rep->tool)); in tasks_setup()
976 stats_setup(rep); in __cmd_report()
[all …]
/linux-6.3-rc2/drivers/infiniband/hw/mlx5/
A Dib_rep.c12 struct mlx5_eswitch_rep *rep, in mlx5_ib_set_vport_rep() argument
21 ibdev->port[vport_index].rep = rep; in mlx5_ib_set_vport_rep()
22 rep->rep_data[REP_IB].priv = ibdev; in mlx5_ib_set_vport_rep()
25 mlx5_ib_get_rep_netdev(rep->esw, rep->vport); in mlx5_ib_set_vport_rep()
45 vport_index = rep->vport_index; in mlx5_ib_vport_rep_load()
85 vport_index = rep->vport_index; in mlx5_ib_vport_rep_load()
86 ibdev->port[vport_index].rep = rep; in mlx5_ib_vport_rep_load()
143 port->rep = NULL; in mlx5_ib_vport_rep_unload()
187 struct mlx5_eswitch_rep *rep; in create_flow_rule_vport_sq() local
192 if (!dev->port[port - 1].rep) in create_flow_rule_vport_sq()
[all …]
A Dstd_types.c117 struct mlx5_eswitch_rep *rep; in fill_switchdev_info() local
121 rep = dev->port[port_num - 1].rep; in fill_switchdev_info()
122 if (!rep) in fill_switchdev_info()
125 mdev = mlx5_eswitch_get_core_dev(rep->esw); in fill_switchdev_info()
129 info->vport = rep->vport; in fill_switchdev_info()
132 if (rep->vport != MLX5_VPORT_UPLINK) { in fill_switchdev_info()
133 err = fill_vport_vhca_id(mdev, rep->vport, info); in fill_switchdev_info()
141 err = fill_vport_icm_addr(mdev, rep->vport, info); in fill_switchdev_info()
145 if (mlx5_eswitch_vport_match_metadata_enabled(rep->esw)) { in fill_switchdev_info()
147 rep->esw, rep->vport); in fill_switchdev_info()
/linux-6.3-rc2/lib/zstd/compress/
A Dzstd_lazy.h33 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
36 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
39 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
42 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
45 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
48 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
51 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
55 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
58 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
61 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
[all …]
A Dzstd_opt.h21 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
24 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
27 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
32 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
35 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
39 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
42 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
A Dzstd_fast.c94 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_fast_noDict_generic()
118 U32 rep_offset1 = rep[0]; in ZSTD_compressBlock_fast_noDict_generic()
119 U32 rep_offset2 = rep[1]; in ZSTD_compressBlock_fast_noDict_generic()
258 rep[0] = rep_offset1 ? rep_offset1 : offsetSaved; in ZSTD_compressBlock_fast_noDict_generic()
259 rep[1] = rep_offset2 ? rep_offset2 : offsetSaved; in ZSTD_compressBlock_fast_noDict_generic()
389 U32 offset_1=rep[0], offset_2=rep[1]; in ZSTD_compressBlock_fast_dictMatchState_generic()
514 rep[0] = offset_1 ? offset_1 : offsetSaved; in ZSTD_compressBlock_fast_dictMatchState_generic()
515 rep[1] = offset_2 ? offset_2 : offsetSaved; in ZSTD_compressBlock_fast_dictMatchState_generic()
572 U32 offset_1=rep[0], offset_2=rep[1]; in ZSTD_compressBlock_fast_extDict_generic()
646 rep[0] = offset_1; in ZSTD_compressBlock_fast_extDict_generic()
[all …]
A Dzstd_double_fast.c52 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_doubleFast_noDict_generic()
69 U32 offset_1=rep[0], offset_2=rep[1]; in ZSTD_compressBlock_doubleFast_noDict_generic()
179 rep[0] = offset_1 ? offset_1 : offsetSaved; in ZSTD_compressBlock_doubleFast_noDict_generic()
180 rep[1] = offset_2 ? offset_2 : offsetSaved; in ZSTD_compressBlock_doubleFast_noDict_generic()
258 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
277 U32 offset_1=rep[0], offset_2=rep[1]; in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
464 rep[0] = offset_1 ? offset_1 : offsetSaved; in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
465 rep[1] = offset_2 ? offset_2 : offsetSaved; in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
555 U32 offset_1=rep[0], offset_2=rep[1]; in ZSTD_compressBlock_doubleFast_extDict_generic()
667 rep[0] = offset_1; in ZSTD_compressBlock_doubleFast_extDict_generic()
[all …]
A Dzstd_opt.c561 const U32 rep[ZSTD_REP_NUM], in ZSTD_insertBtAndGetAllMatches()
614 U32 const repOffset = (repCode==ZSTD_REP_NUM) ? (rep[0] - 1) : rep[repCode]; in ZSTD_insertBtAndGetAllMatches()
791 const U32 rep[ZSTD_REP_NUM],
801 const U32 rep[ZSTD_REP_NUM], in ZSTD_btGetAllMatches_internal()
1089 { U32 i ; for (i=0; i<ZSTD_REP_NUM; i++) opt[0].rep[i] = rep[i]; } in ZSTD_compressBlock_opt_generic()
1157 opt[cur-1].rep[0], opt[cur-1].rep[1], opt[cur-1].rep[2]); in ZSTD_compressBlock_opt_generic()
1165 opt[cur].rep[0], opt[cur].rep[1], opt[cur].rep[2]); in ZSTD_compressBlock_opt_generic()
1181 ZSTD_memcpy(opt[cur].rep, opt[cur - 1].rep, sizeof(repcodes_t)); in ZSTD_compressBlock_opt_generic()
1271 ZSTD_memcpy(rep, opt[cur].rep, sizeof(repcodes_t)); in ZSTD_compressBlock_opt_generic()
1357 U32 rep[ZSTD_REP_NUM], in ZSTD_initStats_ultra()
[all …]
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/
A Den_rep.c182 struct mlx5_eswitch_rep *rep = rpriv->rep; in MLX5E_DECLARE_STATS_GRP_OP_UPDATE_STATS() local
463 struct mlx5_eswitch_rep *rep = rpriv->rep; in mlx5e_add_sqs_fwd_rules() local
516 struct mlx5_eswitch_rep *rep = rpriv->rep; in mlx5e_remove_sqs_fwd_rules() local
526 struct mlx5_eswitch_rep *rep = rpriv->rep; in mlx5e_rep_add_meta_tunnel_rule() local
568 struct mlx5_eswitch_rep *rep = rpriv->rep; in mlx5e_rep_open() local
591 struct mlx5_eswitch_rep *rep = rpriv->rep; in mlx5e_rep_close() local
615 rep = rpriv->rep; in mlx5e_is_uplink_rep()
669 struct mlx5_eswitch_rep *rep = rpriv->rep; in mlx5e_rep_change_carrier() local
727 struct mlx5_eswitch_rep *rep = rpriv->rep; in mlx5e_build_rep_params() local
834 struct mlx5_eswitch_rep *rep = rpriv->rep; in mlx5e_create_rep_ttc_table() local
[all …]
A Dvport.c650 struct mlx5_hca_vport_context *rep) in mlx5_query_hca_vport_context() argument
728 struct mlx5_hca_vport_context *rep; in mlx5_query_hca_vport_system_image_guid() local
731 rep = kvzalloc(sizeof(*rep), GFP_KERNEL); in mlx5_query_hca_vport_system_image_guid()
732 if (!rep) in mlx5_query_hca_vport_system_image_guid()
737 *sys_image_guid = rep->sys_image_guid; in mlx5_query_hca_vport_system_image_guid()
739 kvfree(rep); in mlx5_query_hca_vport_system_image_guid()
747 struct mlx5_hca_vport_context *rep; in mlx5_query_hca_vport_node_guid() local
750 rep = kvzalloc(sizeof(*rep), GFP_KERNEL); in mlx5_query_hca_vport_node_guid()
751 if (!rep) in mlx5_query_hca_vport_node_guid()
756 *node_guid = rep->node_guid; in mlx5_query_hca_vport_node_guid()
[all …]
/linux-6.3-rc2/net/sunrpc/xprtrdma/
A Dverbs.c929 rep = kzalloc(sizeof(*rep), XPRTRDMA_GFP_FLAGS); in rpcrdma_rep_create()
930 if (rep == NULL) in rpcrdma_rep_create()
944 xdr_buf_init(&rep->rr_hdrbuf, rdmab_data(rep->rr_rdmabuf), in rpcrdma_rep_create()
949 rep->rr_recv_wr.wr_cqe = &rep->rr_cqe; in rpcrdma_rep_create()
950 rep->rr_recv_wr.sg_list = &rep->rr_rdmabuf->rg_iov; in rpcrdma_rep_create()
957 return rep; in rpcrdma_rep_create()
962 kfree(rep); in rpcrdma_rep_create()
970 kfree(rep); in rpcrdma_rep_free()
1358 if (rep && rep->rr_temp) { in rpcrdma_post_recvs()
1362 if (!rep) in rpcrdma_post_recvs()
[all …]
A Drpc_rdma.c525 rpcrdma_complete_rqst(rep); in rpcrdma_sendctx_done()
1143 if (*p++ != rep->rr_xid) in rpcrdma_is_bcall()
1359 rep->rr_rqst = NULL; in rpcrdma_unpin_rqst()
1381 switch (rep->rr_proc) { in rpcrdma_complete_rqst()
1444 xdr_init_decode(&rep->rr_stream, &rep->rr_hdrbuf, in rpcrdma_reply_handler()
1449 rep->rr_xid = *p++; in rpcrdma_reply_handler()
1450 rep->rr_vers = *p++; in rpcrdma_reply_handler()
1452 rep->rr_proc = *p++; in rpcrdma_reply_handler()
1482 req->rl_reply = rep; in rpcrdma_reply_handler()
1483 rep->rr_rqst = rqst; in rpcrdma_reply_handler()
[all …]
/linux-6.3-rc2/net/ceph/crush/
A Dmapper.c467 int rep; in crush_choose_firstn() local
484 for (rep = stable ? 0 : outpos; rep < numrep && count > 0 ; rep++) { in crush_choose_firstn()
658 int rep; in crush_choose_indep() local
670 for (rep = outpos; rep < endpos; rep++) { in crush_choose_indep()
680 for (rep = outpos; rep < endpos; rep++) { in crush_choose_indep()
685 for (rep = outpos; rep < endpos; rep++) { in crush_choose_indep()
691 for (rep = outpos; rep < endpos; rep++) { in crush_choose_indep()
781 out2, rep, in crush_choose_indep()
807 for (rep = outpos; rep < endpos; rep++) { in crush_choose_indep()
822 for (rep = outpos; rep < endpos; rep++) { in crush_choose_indep()
[all …]
/linux-6.3-rc2/net/tipc/
A Dnetlink_compat.c61 struct sk_buff *rep; member
286 if (!msg->rep) in tipc_nl_compat_dumpit()
296 msg->rep = NULL; in tipc_nl_compat_dumpit()
303 kfree_skb(msg->rep); in tipc_nl_compat_dumpit()
304 msg->rep = NULL; in tipc_nl_compat_dumpit()
312 msg->rep = NULL; in tipc_nl_compat_dumpit()
320 msg->rep = NULL; in tipc_nl_compat_dumpit()
398 if (!msg->rep) in tipc_nl_compat_doit()
1181 if (!msg->rep) in tipc_cmd_show_stats_compat()
1201 if (!msg->rep) in tipc_nl_compat_handle()
[all …]
/linux-6.3-rc2/net/vmw_vsock/
A Ddiag.c18 struct vsock_diag_msg *rep; in sk_diag_fill() local
26 rep = nlmsg_data(nlh); in sk_diag_fill()
27 rep->vdiag_family = AF_VSOCK; in sk_diag_fill()
34 rep->vdiag_type = sk->sk_type; in sk_diag_fill()
35 rep->vdiag_state = sk->sk_state; in sk_diag_fill()
36 rep->vdiag_shutdown = sk->sk_shutdown; in sk_diag_fill()
37 rep->vdiag_src_cid = vsk->local_addr.svm_cid; in sk_diag_fill()
38 rep->vdiag_src_port = vsk->local_addr.svm_port; in sk_diag_fill()
39 rep->vdiag_dst_cid = vsk->remote_addr.svm_cid; in sk_diag_fill()
41 rep->vdiag_ino = sock_i_ino(sk); in sk_diag_fill()
[all …]
/linux-6.3-rc2/drivers/hid/
A Dhid-ft260.c440 rep->address = addr; in ft260_i2c_write()
458 rep->flag = 0; in ft260_i2c_write()
477 rep->address = addr; in ft260_smbus_write()
478 rep->data[0] = cmd; in ft260_smbus_write()
480 rep->flag = flag; in ft260_smbus_write()
481 len += rep->length; in ft260_smbus_write()
489 rep->report, addr, cmd, rep->length, len); in ft260_smbus_write()
521 rep.address = addr; in ft260_i2c_read()
522 rep.flag = flag; in ft260_i2c_read()
525 rep.report, rep.address, len, rd_len, flag); in ft260_i2c_read()
[all …]
/linux-6.3-rc2/net/netlink/
A Ddiag.c49 struct netlink_diag_msg *rep; in sk_diag_fill() local
57 rep = nlmsg_data(nlh); in sk_diag_fill()
58 rep->ndiag_family = AF_NETLINK; in sk_diag_fill()
59 rep->ndiag_type = sk->sk_type; in sk_diag_fill()
60 rep->ndiag_protocol = sk->sk_protocol; in sk_diag_fill()
61 rep->ndiag_state = sk->sk_state; in sk_diag_fill()
63 rep->ndiag_ino = sk_ino; in sk_diag_fill()
64 rep->ndiag_portid = nlk->portid; in sk_diag_fill()
65 rep->ndiag_dst_portid = nlk->dst_portid; in sk_diag_fill()
66 rep->ndiag_dst_group = nlk->dst_group; in sk_diag_fill()
[all …]
/linux-6.3-rc2/net/unix/
A Ddiag.c129 struct unix_diag_msg *rep; in sk_diag_fill() local
136 rep = nlmsg_data(nlh); in sk_diag_fill()
137 rep->udiag_family = AF_UNIX; in sk_diag_fill()
138 rep->udiag_type = sk->sk_type; in sk_diag_fill()
139 rep->udiag_state = sk->sk_state; in sk_diag_fill()
140 rep->pad = 0; in sk_diag_fill()
141 rep->udiag_ino = sk_ino; in sk_diag_fill()
142 sock_diag_save_cookie(sk, rep->udiag_cookie); in sk_diag_fill()
264 struct sk_buff *rep; in unix_diag_get_exact() local
285 if (!rep) in unix_diag_get_exact()
[all …]
/linux-6.3-rc2/tools/testing/selftests/net/openvswitch/
A Dovs-dpctl.py270 rep = vpl.info(iface.ifname, ifindex)
271 if rep is not None:
275 rep.get_attr("OVS_VPORT_ATTR_PORT_NO"),
276 rep.get_attr("OVS_VPORT_ATTR_NAME"),
323 rep = None
325 rep = ovsdp.info(iface.ifname, 0)
327 rep = ovsdp.info(iface.ifname, 0)
329 if rep is not None:
331 print_ovsdp_full(rep, iface.index, ndb)
339 rep = ovsdp.create(args.adddp, args.upcall, args.versioning)
[all …]
/linux-6.3-rc2/Documentation/devicetree/bindings/media/i2c/
A Dadv7604.yaml36 - enum: [ avlink, cec, infoframe, esdp, dpp, afe, rep, edid, hdmi, test, cp, vdp ]
37 - enum: [ avlink, cec, infoframe, esdp, dpp, afe, rep, edid, hdmi, test, cp, vdp ]
38 - enum: [ avlink, cec, infoframe, esdp, dpp, afe, rep, edid, hdmi, test, cp, vdp ]
39 - enum: [ avlink, cec, infoframe, esdp, dpp, afe, rep, edid, hdmi, test, cp, vdp ]
40 - enum: [ avlink, cec, infoframe, esdp, dpp, afe, rep, edid, hdmi, test, cp, vdp ]
41 - enum: [ avlink, cec, infoframe, esdp, dpp, afe, rep, edid, hdmi, test, cp, vdp ]
42 - enum: [ avlink, cec, infoframe, esdp, dpp, afe, rep, edid, hdmi, test, cp, vdp ]
43 - enum: [ avlink, cec, infoframe, esdp, dpp, afe, rep, edid, hdmi, test, cp, vdp ]
44 - enum: [ avlink, cec, infoframe, esdp, dpp, afe, rep, edid, hdmi, test, cp, vdp ]
45 - enum: [ avlink, cec, infoframe, esdp, dpp, afe, rep, edid, hdmi, test, cp, vdp ]
[all …]
/linux-6.3-rc2/drivers/s390/crypto/
A Dzcrypt_ep11misc.c508 if (!rep) in ep11_query_info()
520 rep, sizeof(*rep) + sizeof(*rep_pl) + buflen); in ep11_query_info()
549 kfree(rep); in ep11_query_info()
746 if (!rep) in ep11_genaeskey()
758 rep, sizeof(*rep) + sizeof(*rep_pl)); in ep11_genaeskey()
866 if (!rep) in ep11_cryptsingle()
878 rep, sizeof(*rep) + rep_pl_size); in ep11_cryptsingle()
1014 if (!rep) in ep11_unwrapkey()
1026 rep, sizeof(*rep) + sizeof(*rep_pl)); in ep11_unwrapkey()
1152 if (!rep) in ep11_wrapkey()
[all …]
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/rep/
A Dbridge.c81 *vport_num = rpriv->rep->vport; in mlx5_esw_bridge_rep_vport_num_vhca_id_get()
98 struct net_device *rep; in mlx5_esw_bridge_lower_rep_vport_num_vhca_id_get() local
105 if (rep) in mlx5_esw_bridge_lower_rep_vport_num_vhca_id_get()
106 return rep; in mlx5_esw_bridge_lower_rep_vport_num_vhca_id_get()
118 if (!mlx5_esw_bridge_dev_same_esw(rep, esw)) in mlx5_esw_bridge_is_local()
121 priv = netdev_priv(rep); in mlx5_esw_bridge_is_local()
146 if (!rep) in mlx5_esw_bridge_port_changeupper()
151 if (mlx5_esw_bridge_is_local(dev, rep, esw)) in mlx5_esw_bridge_port_changeupper()
157 else if (mlx5_esw_bridge_dev_same_hw(rep, esw)) in mlx5_esw_bridge_port_changeupper()
421 struct net_device *upper, *rep; in mlx5_esw_bridge_switchdev_event() local
[all …]
/linux-6.3-rc2/drivers/gpu/drm/vmwgfx/
A Dvmwgfx_surface.c730 struct drm_vmw_surface_arg *rep = &arg->rep; in vmw_surface_define_ioctl() local
990 struct drm_vmw_surface_create_req *rep = &arg->rep; in vmw_surface_reference_ioctl() local
1012 rep->size_addr; in vmw_surface_reference_ioctl()
1330 struct drm_vmw_gb_surface_create_rep *rep = &arg->rep; in vmw_gb_surface_define_ioctl() local
1358 struct drm_vmw_gb_surface_ref_rep *rep = &arg->rep; in vmw_gb_surface_reference_ioctl() local
1368 rep->crep = rep_ext.crep; in vmw_gb_surface_reference_ioctl()
1387 struct drm_vmw_gb_surface_create_rep *rep = &arg->rep; in vmw_gb_surface_define_ext_ioctl() local
1406 struct drm_vmw_gb_surface_ref_ext_rep *rep = &arg->rep; in vmw_gb_surface_reference_ext_ioctl() local
1571 rep->buffer_map_handle = in vmw_gb_surface_define_internal()
1577 rep->buffer_size = 0; in vmw_gb_surface_define_internal()
[all …]
/linux-6.3-rc2/drivers/hid/intel-ish-hid/
A Dishtp-hid.c104 static void ishtp_hid_request(struct hid_device *hid, struct hid_report *rep, in ishtp_hid_request() argument
109 unsigned int len = ((rep->size - 1) >> 3) + 1 + (rep->id > 0); in ishtp_hid_request()
119 hid_ishtp_get_report(hid, rep->id, rep->type); in ishtp_hid_request()
130 hid_output_report(rep, buf + header_size); in ishtp_hid_request()
131 hid_ishtp_set_feature(hid, buf, len, rep->id); in ishtp_hid_request()
/linux-6.3-rc2/arch/x86/boot/
A Dcopy.S25 rep; movsl
28 rep; movsb
41 rep; stosl
44 rep; stosb

Completed in 82 milliseconds

12345678