Searched refs:rep (Results 1 - 25 of 181) sorted by relevance

12345678

/linux-master/lib/raid6/
H A Dunroll.awk12 if (/\$\$/) { rep = n } else { rep = 1 }
13 for (i = 0; i < rep; ++i) {
/linux-master/drivers/infiniband/hw/mlx5/
H A Dib_rep.c12 struct mlx5_eswitch_rep *rep,
21 ibdev->port[vport_index].rep = rep;
22 rep->rep_data[REP_IB].priv = ibdev;
25 mlx5_ib_get_rep_netdev(rep->esw, rep->vport);
50 mlx5_ib_vport_rep_load(struct mlx5_core_dev *dev, struct mlx5_eswitch_rep *rep) argument
62 vport_index = rep->vport_index;
68 if (rep->vport == MLX5_VPORT_UPLINK) {
88 if (rep
11 mlx5_ib_set_vport_rep(struct mlx5_core_dev *dev, struct mlx5_eswitch_rep *rep, int vport_index) argument
129 mlx5_ib_rep_to_dev(struct mlx5_eswitch_rep *rep) argument
135 mlx5_ib_vport_rep_unload(struct mlx5_eswitch_rep *rep) argument
216 struct mlx5_eswitch_rep *rep; local
[all...]
H A Dstd_types.c117 struct mlx5_eswitch_rep *rep; local
121 rep = dev->port[port_num - 1].rep;
122 if (!rep)
125 mdev = mlx5_eswitch_get_core_dev(rep->esw);
129 info->vport = rep->vport;
132 if (rep->vport != MLX5_VPORT_UPLINK) {
133 err = fill_vport_vhca_id(mdev, rep->vport, info);
141 err = fill_vport_icm_addr(mdev, rep->vport, info);
145 if (mlx5_eswitch_vport_match_metadata_enabled(rep
[all...]
/linux-master/arch/x86/lib/
H A Diomap_copy_64.S13 rep movsl
/linux-master/lib/zstd/compress/
H 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],
H 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_NU
[all...]
H A Dzstd_double_fast.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],
H A Dzstd_fast.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],
H A Dzstd_fast.c94 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
118 U32 rep_offset1 = rep[0];
119 U32 rep_offset2 = rep[1];
258 rep[0] = rep_offset1 ? rep_offset1 : offsetSaved;
259 rep[1] = rep_offset2 ? rep_offset2 : offsetSaved;
319 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], \
322 return ZSTD_compressBlock_fast_##dictMode##_generic(ms, seqStore, rep, src, srcSize, mls, step); \
336 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
346 return ZSTD_compressBlock_fast_noDict_4_1(ms, seqStore, rep, src, srcSize);
348 return ZSTD_compressBlock_fast_noDict_5_1(ms, seqStore, rep, sr
93 ZSTD_compressBlock_fast_noDict_generic( ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], void const* src, size_t srcSize, U32 const mls, U32 const hasStep) argument
335 ZSTD_compressBlock_fast( ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], void const* src, size_t srcSize) argument
372 ZSTD_compressBlock_fast_dictMatchState_generic( ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], void const* src, size_t srcSize, U32 const mls, U32 const hasStep) argument
527 ZSTD_compressBlock_fast_dictMatchState( ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], void const* src, size_t srcSize) argument
548 ZSTD_compressBlock_fast_extDict_generic( ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], void const* src, size_t srcSize, U32 const mls, U32 const hasStep) argument
658 ZSTD_compressBlock_fast_extDict( ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], void const* src, size_t srcSize) argument
[all...]
/linux-master/include/linux/
H A Dtca6416_keypad.h25 unsigned int rep:1; /* enable input subsystem auto repeat */ member in struct:tca6416_keys_platform_data
H A Dgpio_keys.h47 * @rep: enable input subsystem auto repeat
56 unsigned int rep:1; member in struct:gpio_keys_platform_data
/linux-master/net/vmw_vsock/
H A Ddiag.c18 struct vsock_diag_msg *rep; local
21 nlh = nlmsg_put(skb, portid, seq, SOCK_DIAG_BY_FAMILY, sizeof(*rep),
26 rep = nlmsg_data(nlh);
27 rep->vdiag_family = AF_VSOCK;
34 rep->vdiag_type = sk->sk_type;
35 rep->vdiag_state = sk->sk_state;
36 rep->vdiag_shutdown = sk->sk_shutdown;
37 rep->vdiag_src_cid = vsk->local_addr.svm_cid;
38 rep->vdiag_src_port = vsk->local_addr.svm_port;
39 rep
[all...]
/linux-master/tools/perf/
H A Dbuiltin-report.c125 struct report *rep = cb; local
134 rep->min_percent = pcnt;
143 return perf_config_u64(&rep->queue_size, var, value);
155 rep->skip_empty = perf_config_bool(var, value);
168 struct report *rep = arg; local
175 if (!ui__has_annotation() && !rep->symbol_ipc && !rep->data_type)
186 } else if (rep->mem_mode) {
211 struct report *rep = arg; local
217 branch_type_count(&rep
243 struct report *rep = container_of(session->tool, struct report, tool); local
271 struct report *rep = container_of(tool, struct report, tool); local
347 struct report *rep = container_of(tool, struct report, tool); local
365 report__setup_sample_type(struct report *rep) argument
472 hists__fprintf_nr_sample_events(struct hists *hists, struct report *rep, const char *evname, FILE *fp) argument
537 evlist__tui_block_hists_browse(struct evlist *evlist, struct report *rep) argument
553 evlist__tty_browse_hists(struct evlist *evlist, struct report *rep, const char *help) argument
603 report__warn_kptr_restrict(const struct report *rep) argument
632 report__gtk_browse_hists(struct report *rep, const char *help) argument
647 report__browse_hists(struct report *rep) argument
691 report__collapse_hists(struct report *rep) argument
741 struct report *rep = arg; local
753 report__output_resort(struct report *rep) argument
784 struct report *rep = container_of(tool, struct report, tool); local
799 stats_setup(struct report *rep) argument
808 stats_print(struct report *rep) argument
817 tasks_setup(struct report *rep) argument
1006 tasks_print(struct report *rep, FILE *fp) argument
1027 __cmd_report(struct report *rep) argument
1230 struct report *rep = opt->value; local
[all...]
/linux-master/arch/x86/boot/
H A Dcopy.S25 rep; movsl
28 rep; movsb
41 rep; stosl
44 rep; stosb
/linux-master/net/sunrpc/xprtrdma/
H A Dverbs.c72 static void rpcrdma_rep_destroy(struct rpcrdma_rep *rep);
162 struct rpcrdma_rep *rep = container_of(cqe, struct rpcrdma_rep, local
167 trace_xprtrdma_wc_receive(wc, &rep->rr_cid);
173 rpcrdma_set_xdrlen(&rep->rr_hdrbuf, wc->byte_len);
174 rep->rr_wc_flags = wc->wc_flags;
175 rep->rr_inv_rkey = wc->ex.invalidate_rkey;
177 ib_dma_sync_single_for_cpu(rdmab_device(rep->rr_rdmabuf),
178 rdmab_addr(rep->rr_rdmabuf),
181 rpcrdma_reply_handler(rep);
186 rpcrdma_rep_put(&r_xprt->rx_buf, rep);
927 struct rpcrdma_rep *rep; local
962 rpcrdma_rep_free(struct rpcrdma_rep *rep) argument
968 rpcrdma_rep_destroy(struct rpcrdma_rep *rep) argument
996 rpcrdma_rep_put(struct rpcrdma_buffer *buf, struct rpcrdma_rep *rep) argument
1008 struct rpcrdma_rep *rep; local
1018 struct rpcrdma_rep *rep; local
1334 struct rpcrdma_rep *rep; local
1381 struct rpcrdma_rep *rep; local
[all...]
H A Drpc_rdma.c523 struct rpcrdma_rep *rep = req->rl_reply; local
525 rpcrdma_complete_rqst(rep);
526 rep->rr_rxprt->rx_stats.reply_waits_for_send++;
1121 rpcrdma_is_bcall(struct rpcrdma_xprt *r_xprt, struct rpcrdma_rep *rep) argument
1125 struct xdr_stream *xdr = &rep->rr_stream;
1128 if (rep->rr_proc != rdma_msg)
1143 if (*p++ != rep->rr_xid)
1159 rpcrdma_bc_receive_call(r_xprt, rep);
1262 rpcrdma_decode_msg(struct rpcrdma_xprt *r_xprt, struct rpcrdma_rep *rep, argument
1265 struct xdr_stream *xdr = &rep
1292 rpcrdma_decode_nomsg(struct rpcrdma_xprt *r_xprt, struct rpcrdma_rep *rep) argument
1317 rpcrdma_decode_error(struct rpcrdma_xprt *r_xprt, struct rpcrdma_rep *rep, struct rpc_rqst *rqst) argument
1352 rpcrdma_unpin_rqst(struct rpcrdma_rep *rep) argument
1374 rpcrdma_complete_rqst(struct rpcrdma_rep *rep) argument
1427 rpcrdma_reply_handler(struct rpcrdma_rep *rep) argument
[all...]
/linux-master/include/linux/platform_data/
H A Dkeyscan-davinci.h22 u8 rep:1; member in struct:davinci_ks_platform_data
H A Dkeypad-omap.h19 bool rep; member in struct:omap_kp_platform_data
/linux-master/tools/testing/selftests/netfilter/
H A Daudit_logread.c28 int audit_recv(int fd, struct audit_message *rep) argument
35 ret = recvfrom(fd, rep, sizeof(*rep), 0,
42 rep->nlh.nlmsg_type == NLMSG_ERROR) /* short-cut for now */
81 struct audit_message rep = { 0 }; local
88 ret = audit_recv(fd, &rep);
96 struct audit_message rep = { 0 }; local
97 int ret = audit_recv(fd, &rep);
104 if (rep.nlh.nlmsg_type != AUDIT_NETFILTER_CFG)
108 strtok(rep
[all...]
/linux-master/net/tipc/
H A Dnetlink_compat.c61 struct sk_buff *rep; member in struct:tipc_nl_compat_msg
239 if (tipc_skb_tailroom(msg->rep) <= 1) {
261 if ((TIPC_SKB_MAX - msg->rep->len) <= 1) {
262 char *tail = skb_tail_pointer(msg->rep);
286 msg->rep = tipc_tlv_alloc(msg->rep_size);
287 if (!msg->rep)
291 tipc_tlv_init(msg->rep, msg->rep_type);
296 kfree_skb(msg->rep);
297 msg->rep = NULL;
304 kfree_skb(msg->rep);
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rep.c47 #include "en/rep/tc.h"
48 #include "en/rep/neigh.h"
49 #include "en/rep/bridge.h"
205 struct mlx5_eswitch_rep *rep = rpriv->rep; local
213 err = mlx5_core_query_vport_counter(esw->dev, 1, rep->vport - 1, 0, out);
216 rep->vport, err);
402 struct mlx5_eswitch_rep *rep)
412 rpriv = mlx5e_rep_to_rep_priv(rep);
429 static int mlx5e_sqs2vport_add_peers_rules(struct mlx5_eswitch *esw, struct mlx5_eswitch_rep *rep, argument
401 mlx5e_sqs2vport_stop(struct mlx5_eswitch *esw, struct mlx5_eswitch_rep *rep) argument
465 mlx5e_sqs2vport_start(struct mlx5_eswitch *esw, struct mlx5_eswitch_rep *rep, u32 *sqns_array, int sqns_num) argument
538 struct mlx5_eswitch_rep *rep = rpriv->rep; local
591 struct mlx5_eswitch_rep *rep = rpriv->rep; local
601 struct mlx5_eswitch_rep *rep = rpriv->rep; local
643 struct mlx5_eswitch_rep *rep = rpriv->rep; local
666 struct mlx5_eswitch_rep *rep = rpriv->rep; local
682 struct mlx5_eswitch_rep *rep; local
744 struct mlx5_eswitch_rep *rep = rpriv->rep; local
803 struct mlx5_eswitch_rep *rep = rpriv->rep; local
925 struct mlx5_eswitch_rep *rep = rpriv->rep; local
953 struct mlx5_eswitch_rep *rep = rpriv->rep; local
989 struct mlx5_eswitch_rep *rep = rpriv->rep; local
1000 struct mlx5_eswitch_rep *rep = rpriv->rep; local
1237 struct mlx5_eswitch_rep *rep = rpriv->rep; local
1377 struct mlx5_eswitch_rep *rep = rpriv->rep; local
1454 mlx5e_vport_uplink_rep_load(struct mlx5_core_dev *dev, struct mlx5_eswitch_rep *rep) argument
1476 mlx5e_vport_vf_rep_load(struct mlx5_core_dev *dev, struct mlx5_eswitch_rep *rep) argument
1543 mlx5e_vport_rep_load(struct mlx5_core_dev *dev, struct mlx5_eswitch_rep *rep) argument
1569 mlx5e_vport_rep_unload(struct mlx5_eswitch_rep *rep) argument
1590 mlx5e_vport_rep_get_proto_dev(struct mlx5_eswitch_rep *rep) argument
1599 mlx5e_vport_rep_event_unpair(struct mlx5_eswitch_rep *rep, struct mlx5_eswitch *peer_esw) argument
1620 mlx5e_vport_rep_event_pair(struct mlx5_eswitch *esw, struct mlx5_eswitch_rep *rep, struct mlx5_eswitch *peer_esw) argument
1672 mlx5e_vport_rep_event(struct mlx5_eswitch *esw, struct mlx5_eswitch_rep *rep, enum mlx5_switchdev_event event, void *data) argument
[all...]
/linux-master/net/netlink/
H A Ddiag.c49 struct netlink_diag_msg *rep; local
52 nlh = nlmsg_put(skb, portid, seq, SOCK_DIAG_BY_FAMILY, sizeof(*rep),
57 rep = nlmsg_data(nlh);
58 rep->ndiag_family = AF_NETLINK;
59 rep->ndiag_type = sk->sk_type;
60 rep->ndiag_protocol = sk->sk_protocol;
61 rep->ndiag_state = sk->sk_state;
63 rep->ndiag_ino = sk_ino;
64 rep->ndiag_portid = nlk->portid;
65 rep
[all...]
/linux-master/net/ceph/crush/
H A Dmapper.c444 * @stable: stable mode starts rep=0 in the recursive call for all replicas
467 int rep; local
484 for (rep = stable ? 0 : outpos; rep < numrep && count > 0 ; rep++) {
497 r = rep + parent_r;
620 dprintk("skip rep\n");
658 int rep; local
670 for (rep = outpos; rep < endpo
[all...]
/linux-master/net/unix/
H A Ddiag.c129 struct unix_diag_msg *rep; local
131 nlh = nlmsg_put(skb, portid, seq, SOCK_DIAG_BY_FAMILY, sizeof(*rep),
136 rep = nlmsg_data(nlh);
137 rep->udiag_family = AF_UNIX;
138 rep->udiag_type = sk->sk_type;
139 rep->udiag_state = sk->sk_state;
140 rep->pad = 0;
141 rep->udiag_ino = sk_ino;
142 sock_diag_save_cookie(sk, rep->udiag_cookie);
264 struct sk_buff *rep; local
[all...]
/linux-master/drivers/hid/
H A Dhid-ft260.c375 struct ft260_i2c_write_request_report *rep = local
399 if (rep->flag == FT260_FLAG_START)
422 struct ft260_i2c_write_request_report *rep = local
428 rep->flag = FT260_FLAG_START;
434 rep->flag |= FT260_FLAG_STOP;
439 rep->report = FT260_I2C_DATA_REPORT_ID(wr_len);
440 rep->address = addr;
441 rep->length = wr_len;
443 memcpy(rep->data, &data[idx], wr_len);
445 ft260_dbg("rep
471 struct ft260_i2c_write_request_report *rep = local
502 struct ft260_i2c_read_request_report rep; local
[all...]

Completed in 337 milliseconds

12345678