| /linux/tools/perf/ |
| A D | builtin-report.c | 265 if (perf_time__ranges_skip_sample(rep->ptime_range, rep->range_num, in process_sample_event() 279 if (rep->stitch_lbr) in process_sample_event() 285 if (rep->cpu_list && !test_bit(sample->cpu, rep->cpu_bitmap)) in process_sample_event() 309 if (ui__has_annotation() || rep->symbol_ipc || rep->total_cycles_mode) { in process_sample_event() 315 ret = hist_entry_iter__add(&iter, &al, rep->max_stack, rep); in process_sample_event() 486 if (rep->time_str) in hists__fprintf_nr_sample_events() 493 if (rep->mem_mode) { in hists__fprintf_nr_sample_events() 741 memset(&rep->tool, 0, sizeof(rep->tool)); in stats_setup() 758 memset(&rep->tool, 0, sizeof(rep->tool)); in tasks_setup() 935 stats_setup(rep); in __cmd_report() [all …]
|
| /linux/drivers/infiniband/hw/mlx5/ |
| A D | ib_rep.c | 12 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() 44 vport_index = rep->vport_index; in mlx5_ib_vport_rep_load() 77 vport_index = rep->vport_index; in mlx5_ib_vport_rep_load() 78 ibdev->port[vport_index].rep = rep; in mlx5_ib_vport_rep_load() 135 port->rep = NULL; in mlx5_ib_vport_rep_unload() 179 struct mlx5_eswitch_rep *rep; in create_flow_rule_vport_sq() local 184 if (!dev->port[port - 1].rep) in create_flow_rule_vport_sq() [all …]
|
| A D | std_types.c | 117 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/drivers/net/ethernet/mellanox/mlx5/core/ |
| A D | en_rep.c | 170 struct mlx5_eswitch_rep *rep = rpriv->rep; in MLX5E_DECLARE_STATS_GRP_OP_UPDATE_STATS() local 396 struct mlx5_eswitch_rep *rep = rpriv->rep; in mlx5e_add_sqs_fwd_rules() local 426 struct mlx5_eswitch_rep *rep = rpriv->rep; in mlx5e_remove_sqs_fwd_rules() local 435 struct mlx5_eswitch_rep *rep = rpriv->rep; in mlx5e_rep_open() local 458 struct mlx5_eswitch_rep *rep = rpriv->rep; in mlx5e_rep_close() local 482 rep = rpriv->rep; in mlx5e_is_uplink_rep() 545 struct mlx5_eswitch_rep *rep = rpriv->rep; in mlx5e_rep_change_carrier() local 592 struct mlx5_eswitch_rep *rep = rpriv->rep; in mlx5e_build_rep_params() local 688 struct mlx5_eswitch_rep *rep = rpriv->rep; in mlx5e_create_rep_ttc_table() local 715 struct mlx5_eswitch_rep *rep = rpriv->rep; in mlx5e_create_rep_root_ft() local [all …]
|
| A D | vport.c | 650 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 = kzalloc(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 kfree(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 = kzalloc(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 …]
|
| A D | eswitch_offloads.c | 341 if (esw_attr->dests[i].rep && in esw_is_indir_table() 770 struct mlx5_eswitch_rep *rep; in esw_set_global_vlan_pop() local 794 out_rep = attr->dests[0].rep; in esw_vlan_action_get_vport() 1001 dest.vport.num = rep->vport; in mlx5_eswitch_add_send_to_vport_rule() 2209 rep = kzalloc(sizeof(*rep), GFP_KERNEL); in mlx5_esw_offloads_rep_init() 2210 if (!rep) in mlx5_esw_offloads_rep_init() 2213 rep->vport = vport->vport; in mlx5_esw_offloads_rep_init() 2218 err = xa_insert(&esw->offloads.vport_reps, rep->vport, rep, GFP_KERNEL); in mlx5_esw_offloads_rep_init() 2228 kfree(rep); in mlx5_esw_offloads_rep_init() 2236 kfree(rep); in mlx5_esw_offloads_rep_cleanup() [all …]
|
| /linux/lib/zstd/compress/ |
| A D | zstd_lazy.h | 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], 38 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], 41 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], 54 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 D | zstd_fast.c | 48 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_fast_generic() 68 U32 offset_1=rep[0], offset_2=rep[1]; in ZSTD_compressBlock_fast_generic() 178 rep[0] = offset_1 ? offset_1 : offsetSaved; in ZSTD_compressBlock_fast_generic() 179 rep[1] = offset_2 ? offset_2 : offsetSaved; in ZSTD_compressBlock_fast_generic() 187 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_fast() 224 U32 offset_1=rep[0], offset_2=rep[1]; in ZSTD_compressBlock_fast_dictMatchState_generic() 347 rep[0] = offset_1 ? offset_1 : offsetSaved; in ZSTD_compressBlock_fast_dictMatchState_generic() 348 rep[1] = offset_2 ? offset_2 : offsetSaved; in ZSTD_compressBlock_fast_dictMatchState_generic() 399 U32 offset_1=rep[0], offset_2=rep[1]; in ZSTD_compressBlock_fast_extDict_generic() 471 rep[0] = offset_1; in ZSTD_compressBlock_fast_extDict_generic() [all …]
|
| A D | zstd_opt.h | 21 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 D | zstd_double_fast.c | 52 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_doubleFast_generic() 71 U32 offset_1=rep[0], offset_2=rep[1]; in ZSTD_compressBlock_doubleFast_generic() 309 rep[0] = offset_1 ? offset_1 : offsetSaved; in ZSTD_compressBlock_doubleFast_generic() 310 rep[1] = offset_2 ? offset_2 : offsetSaved; in ZSTD_compressBlock_doubleFast_generic() 318 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_doubleFast() 338 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_doubleFast_dictMatchState() 358 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_doubleFast_extDict_generic() 382 U32 offset_1=rep[0], offset_2=rep[1]; in ZSTD_compressBlock_doubleFast_extDict_generic() 494 rep[0] = offset_1; in ZSTD_compressBlock_doubleFast_extDict_generic() 495 rep[1] = offset_2; in ZSTD_compressBlock_doubleFast_extDict_generic() [all …]
|
| A D | zstd_opt.c | 526 const U32 rep[ZSTD_REP_NUM], in ZSTD_insertBtAndGetAllMatches() 579 U32 const repOffset = (repCode==ZSTD_REP_NUM) ? (rep[0] - 1) : rep[repCode]; in ZSTD_insertBtAndGetAllMatches() 760 const U32 rep[ZSTD_REP_NUM], in ZSTD_BtGetAllMatches() 993 { U32 i ; for (i=0; i<ZSTD_REP_NUM; i++) opt[0].rep[i] = rep[i]; } in ZSTD_compressBlock_opt_generic() 1060 opt[cur-1].rep[0], opt[cur-1].rep[1], opt[cur-1].rep[2]); in ZSTD_compressBlock_opt_generic() 1068 opt[cur].rep[0], opt[cur].rep[1], opt[cur].rep[2]); in ZSTD_compressBlock_opt_generic() 1084 ZSTD_memcpy(opt[cur].rep, opt[cur - 1].rep, sizeof(repcodes_t)); in ZSTD_compressBlock_opt_generic() 1171 ZSTD_memcpy(rep, &reps, sizeof(reps)); in ZSTD_compressBlock_opt_generic() 1173 ZSTD_memcpy(rep, opt[cur].rep, sizeof(repcodes_t)); in ZSTD_compressBlock_opt_generic() 1267 U32 rep[ZSTD_REP_NUM], in ZSTD_initStats_ultra() [all …]
|
| /linux/net/sunrpc/xprtrdma/ |
| A D | verbs.c | 952 rep = kzalloc(sizeof(*rep), GFP_KERNEL); in rpcrdma_rep_create() 953 if (rep == NULL) in rpcrdma_rep_create() 967 xdr_buf_init(&rep->rr_hdrbuf, rdmab_data(rep->rr_rdmabuf), in rpcrdma_rep_create() 972 rep->rr_recv_wr.wr_cqe = &rep->rr_cqe; in rpcrdma_rep_create() 973 rep->rr_recv_wr.sg_list = &rep->rr_rdmabuf->rg_iov; in rpcrdma_rep_create() 980 return rep; in rpcrdma_rep_create() 985 kfree(rep); in rpcrdma_rep_create() 993 kfree(rep); in rpcrdma_rep_free() 1382 if (rep && rep->rr_temp) { in rpcrdma_post_recvs() 1386 if (!rep) in rpcrdma_post_recvs() [all …]
|
| A D | rpc_rdma.c | 529 rpcrdma_complete_rqst(rep); in rpcrdma_sendctx_done() 1146 if (*p++ != rep->rr_xid) in rpcrdma_is_bcall() 1358 rep->rr_rqst = NULL; in rpcrdma_unpin_rqst() 1380 switch (rep->rr_proc) { in rpcrdma_complete_rqst() 1443 xdr_init_decode(&rep->rr_stream, &rep->rr_hdrbuf, in rpcrdma_reply_handler() 1448 rep->rr_xid = *p++; in rpcrdma_reply_handler() 1449 rep->rr_vers = *p++; in rpcrdma_reply_handler() 1451 rep->rr_proc = *p++; in rpcrdma_reply_handler() 1481 req->rl_reply = rep; in rpcrdma_reply_handler() 1482 rep->rr_rqst = rqst; in rpcrdma_reply_handler() [all …]
|
| /linux/net/tipc/ |
| A D | netlink_compat.c | 60 struct sk_buff *rep; member 290 if (!msg->rep) in tipc_nl_compat_dumpit() 300 msg->rep = NULL; in tipc_nl_compat_dumpit() 307 kfree_skb(msg->rep); in tipc_nl_compat_dumpit() 308 msg->rep = NULL; in tipc_nl_compat_dumpit() 316 msg->rep = NULL; in tipc_nl_compat_dumpit() 324 msg->rep = NULL; in tipc_nl_compat_dumpit() 402 if (!msg->rep) in tipc_nl_compat_doit() 1185 if (!msg->rep) in tipc_cmd_show_stats_compat() 1205 if (!msg->rep) in tipc_nl_compat_handle() [all …]
|
| /linux/net/ceph/crush/ |
| A D | mapper.c | 467 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/net/vmw_vsock/ |
| A D | diag.c | 18 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/drivers/hid/ |
| A D | hid-ft260.c | 402 rep->length = len; in ft260_i2c_write() 403 rep->flag = flag; in ft260_i2c_write() 439 rep->data[0] = cmd; in ft260_smbus_write() 441 rep->flag = flag; in ft260_smbus_write() 442 len += rep->length; in ft260_smbus_write() 450 rep->report, addr, cmd, rep->length, len); in ft260_smbus_write() 476 rep.address = addr; in ft260_i2c_read() 477 rep.flag = flag; in ft260_i2c_read() 479 ft260_dbg("rep %#02x addr %#02x len %d\n", rep.report, rep.address, in ft260_i2c_read() 480 rep.length); in ft260_i2c_read() [all …]
|
| /linux/net/unix/ |
| A D | diag.c | 126 struct unix_diag_msg *rep; in sk_diag_fill() local 133 rep = nlmsg_data(nlh); in sk_diag_fill() 134 rep->udiag_family = AF_UNIX; in sk_diag_fill() 135 rep->udiag_type = sk->sk_type; in sk_diag_fill() 136 rep->udiag_state = sk->sk_state; in sk_diag_fill() 137 rep->pad = 0; in sk_diag_fill() 138 rep->udiag_ino = sk_ino; in sk_diag_fill() 139 sock_diag_save_cookie(sk, rep->udiag_cookie); in sk_diag_fill() 263 struct sk_buff *rep; in unix_diag_get_exact() local 285 if (!rep) in unix_diag_get_exact() [all …]
|
| /linux/net/netlink/ |
| A D | diag.c | 49 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/drivers/s390/crypto/ |
| A D | zcrypt_ep11misc.c | 509 if (!rep) in ep11_query_info() 521 rep, sizeof(*rep) + sizeof(*rep_pl) + buflen); in ep11_query_info() 550 kfree(rep); in ep11_query_info() 747 if (!rep) in ep11_genaeskey() 759 rep, sizeof(*rep) + sizeof(*rep_pl)); in ep11_genaeskey() 867 if (!rep) in ep11_cryptsingle() 879 rep, sizeof(*rep) + rep_pl_size); in ep11_cryptsingle() 1015 if (!rep) in ep11_unwrapkey() 1027 rep, sizeof(*rep) + sizeof(*rep_pl)); in ep11_unwrapkey() 1153 if (!rep) in ep11_wrapkey() [all …]
|
| /linux/Documentation/devicetree/bindings/media/i2c/ |
| A D | adv7604.yaml | 36 - 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/drivers/net/ethernet/mellanox/mlx5/core/en/rep/ |
| A D | bridge.c | 81 *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() 384 struct net_device *upper, *rep; in mlx5_esw_bridge_switchdev_event() local 399 if (!rep) in mlx5_esw_bridge_switchdev_event() [all …]
|
| /linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
| A D | conn.c | 39 struct nvif_notify_conn_rep_v0 rep; in nvkm_conn_hpd() local 45 rep.mask = NVIF_NOTIFY_CONN_V0_UNPLUG; in nvkm_conn_hpd() 47 rep.mask = NVIF_NOTIFY_CONN_V0_PLUG; in nvkm_conn_hpd() 48 rep.version = 0; in nvkm_conn_hpd() 50 nvkm_event_send(&disp->hpd, rep.mask, index, &rep, sizeof(rep)); in nvkm_conn_hpd()
|
| /linux/drivers/gpu/drm/vmwgfx/ |
| A D | vmwgfx_surface.c | 741 struct drm_vmw_surface_arg *rep = &arg->rep; in vmw_surface_define_ioctl() local 1018 struct drm_vmw_surface_create_req *rep = &arg->rep; in vmw_surface_reference_ioctl() local 1040 rep->size_addr; in vmw_surface_reference_ioctl() 1358 struct drm_vmw_gb_surface_create_rep *rep = &arg->rep; in vmw_gb_surface_define_ioctl() local 1386 struct drm_vmw_gb_surface_ref_rep *rep = &arg->rep; in vmw_gb_surface_reference_ioctl() local 1396 rep->crep = rep_ext.crep; in vmw_gb_surface_reference_ioctl() 1415 struct drm_vmw_gb_surface_create_rep *rep = &arg->rep; in vmw_gb_surface_define_ext_ioctl() local 1434 struct drm_vmw_gb_surface_ref_ext_rep *rep = &arg->rep; in vmw_gb_surface_reference_ext_ioctl() local 1607 rep->buffer_map_handle = in vmw_gb_surface_define_internal() 1613 rep->buffer_size = 0; in vmw_gb_surface_define_internal() [all …]
|
| /linux/drivers/hid/intel-ish-hid/ |
| A D | ishtp-hid.c | 104 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()
|