Home
last modified time | relevance | path

Searched refs:rep (Results 76 – 100 of 231) sorted by relevance

12345678910

/openbmc/linux/net/tipc/
H A Dbearer.c911 struct sk_buff *rep; in tipc_nl_bearer_get() local
930 rep = nlmsg_new(NLMSG_GOODSIZE, GFP_KERNEL); in tipc_nl_bearer_get()
931 if (!rep) in tipc_nl_bearer_get()
934 msg.skb = rep; in tipc_nl_bearer_get()
951 return genlmsg_reply(rep, info); in tipc_nl_bearer_get()
954 nlmsg_free(rep); in tipc_nl_bearer_get()
1264 struct sk_buff *rep; in tipc_nl_media_get() local
1281 if (!rep) in tipc_nl_media_get()
1284 msg.skb = rep; in tipc_nl_media_get()
1301 return genlmsg_reply(rep, info); in tipc_nl_media_get()
[all …]
/openbmc/linux/arch/x86/lib/
H A Dclear_page_64.S20 rep stosq
50 rep stosb
H A Diomap_copy_64.S13 rep movsl
H A Dmemmove_32.S90 rep movsl
103 rep movsl
/openbmc/linux/drivers/infiniband/sw/siw/
H A Dsiw_cm.c723 struct mpa_rr *rep; in siw_proc_mpareply() local
736 rep = &cep->mpa.hdr; in siw_proc_mpareply()
743 if (memcmp(rep->key, MPA_KEY_REP, 16)) { in siw_proc_mpareply()
750 if (rep->params.bits & MPA_RR_FLAG_REJECT) { in siw_proc_mpareply()
760 if ((rep->params.bits & MPA_RR_FLAG_MARKERS) || in siw_proc_mpareply()
763 (rep->params.bits & MPA_RR_FLAG_CRC))) { in siw_proc_mpareply()
765 rep->params.bits & MPA_RR_FLAG_CRC ? 1 : 0, in siw_proc_mpareply()
777 !(rep->params.bits & MPA_RR_FLAG_ENHANCED)) { in siw_proc_mpareply()
783 __mpa_rr_revision(rep->params.bits), in siw_proc_mpareply()
784 rep->params.bits & MPA_RR_FLAG_ENHANCED ? in siw_proc_mpareply()
[all …]
/openbmc/linux/arch/x86/boot/compressed/
H A Dhead_32.S120 rep movsl
151 rep stosl
/openbmc/linux/net/sctp/
H A Ddiag.c252 struct sk_buff *rep; in sctp_sock_dump_one() local
259 rep = nlmsg_new(inet_assoc_attr_size(assoc), GFP_KERNEL); in sctp_sock_dump_one()
260 if (!rep) in sctp_sock_dump_one()
269 err = inet_sctp_diag_fill(sk, assoc, rep, req, sk_user_ns(NETLINK_CB(skb).sk), in sctp_sock_dump_one()
278 return nlmsg_unicast(sock_net(skb->sk)->diag_nlsk, rep, NETLINK_CB(skb).portid); in sctp_sock_dump_one()
282 kfree_skb(rep); in sctp_sock_dump_one()
/openbmc/linux/include/linux/
H A Dtca6416_keypad.h25 unsigned int rep:1; /* enable input subsystem auto repeat */ member
H A Dgpio_keys.h54 unsigned int rep:1; member
/openbmc/linux/arch/x86/kernel/
H A Drelocate_kernel_64.S296 rep ; movsq
301 rep ; movsq
306 rep ; movsq
H A Drelocate_kernel_32.S266 rep ; movsl
271 rep ; movsl
276 rep ; movsl
H A Dhead_32.S92 rep ; stosl
104 rep
111 rep
/openbmc/linux/lib/zstd/compress/
H A Dzstd_ldm.c661 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_ldm_blockCompress()
680 lastLLSize = blockCompressor(ms, seqStore, rep, src, srcSize); in ZSTD_ldm_blockCompress()
706 blockCompressor(ms, seqStore, rep, ip, sequence.litLength); in ZSTD_ldm_blockCompress()
710 rep[i] = rep[i-1]; in ZSTD_ldm_blockCompress()
711 rep[0] = sequence.offset; in ZSTD_ldm_blockCompress()
723 return blockCompressor(ms, seqStore, rep, ip, iend - ip); in ZSTD_ldm_blockCompress()
H A Dzstd_compress.c2762 zc->blockState.nextCBlock->rep[i] = zc->blockState.prevCBlock->rep[i]; in ZSTD_buildSeqStore()
2820 ZSTD_memcpy(updatedRepcodes.rep, zc->blockState.prevCBlock->rep, sizeof(repcodes_t)); in ZSTD_copyBlockSequences()
2825 outSeqs[i].rep = 0; in ZSTD_copyBlockSequences()
2839 rawOffset = updatedRepcodes.rep[outSeqs[i].rep - 1]; in ZSTD_copyBlockSequences()
2844 rawOffset = updatedRepcodes.rep[outSeqs[i].rep]; in ZSTD_copyBlockSequences()
3355 assert(rep[0] > 0); in ZSTD_resolveRepcodeToRawOffset()
3356 return rep[0] - 1; in ZSTD_resolveRepcodeToRawOffset()
3582 ZSTD_memcpy(dRep.rep, zc->blockState.prevCBlock->rep, sizeof(repcodes_t)); in ZSTD_compressBlock_splitBlock_internal()
3583 ZSTD_memcpy(cRep.rep, zc->blockState.prevCBlock->rep, sizeof(repcodes_t)); in ZSTD_compressBlock_splitBlock_internal()
3637 ZSTD_memcpy(zc->blockState.prevCBlock->rep, dRep.rep, sizeof(repcodes_t)); in ZSTD_compressBlock_splitBlock_internal()
[all …]
H A Dzstd_ldm.h65 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
/openbmc/linux/include/linux/platform_data/
H A Dkeyscan-davinci.h22 u8 rep:1; member
H A Dkeypad-omap.h19 bool rep; member
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A DMakefile42 en_rep.o en/rep/bond.o en/mod_hdr.o \
44 mlx5_core-$(CONFIG_MLX5_CLS_ACT) += en_tc.o en/rep/tc.o en/rep/neigh.o \
83 en/rep/bridge.o
/openbmc/linux/drivers/gpu/drm/i915/
H A Dintel_runtime_pm.c192 unsigned long rep; in __print_intel_runtime_pm_wakeref() local
194 rep = 1; in __print_intel_runtime_pm_wakeref()
196 rep++, i++; in __print_intel_runtime_pm_wakeref()
198 drm_printf(p, "Wakeref x%lu taken at:\n%s", rep, buf); in __print_intel_runtime_pm_wakeref()
/openbmc/linux/include/trace/events/
H A Drpcrdma.h291 const struct rpcrdma_rep *rep
294 TP_ARGS(rep),
305 __entry->xid = be32_to_cpu(rep->rr_xid);
307 __entry->proc = be32_to_cpu(rep->rr_proc);
322 const struct rpcrdma_rep *rep \
324 TP_ARGS(rep))
983 const struct rpcrdma_rep *rep
986 TP_ARGS(rep),
1255 const struct rpcrdma_rep *rep,
1259 TP_ARGS(task, rep, credits),
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/sharutils/sharutils/
H A DCVE-2018-1000097.patch16 $ valgrind -- ./unshar /tmp/id\:000000\,sig\:06\,src\:000005+000030\,op\:splice\,rep\:4
20 ==30582== Command: ./unshar /tmp/id:000000,sig:06,src:000005+000030,op:splice,rep:4
/openbmc/linux/arch/arm64/kernel/
H A Dkuser32.S58 .rep 5
/openbmc/linux/sound/soc/generic/
H A Daudio-graph-card2.c328 struct device_node *rep = NULL; in graph_get_next_multi_ep() local
353 rep = of_graph_get_remote_endpoint(ep); in graph_get_next_multi_ep()
359 return rep; in graph_get_next_multi_ep()
686 struct device_node *rep = of_graph_get_remote_endpoint(ep); in audio_graph2_link_dpcm() local
760 graph_parse_convert(rep, dai_props); /* at node of <CPU/Codec> */ in audio_graph2_link_dpcm()
767 of_node_put(rep); in audio_graph2_link_dpcm()
/openbmc/linux/drivers/tty/vt/
H A Dkeyboard.c305 rpt[1].delay = dev->rep[REP_DELAY]; in kbd_rate_helper()
306 rpt[1].period = dev->rep[REP_PERIOD]; in kbd_rate_helper()
491 if (rep) in fn_caps_toggle()
499 if (rep) in fn_caps_on()
517 if (rep || !tty) in fn_hold()
547 if (!rep) in fn_bare_num()
856 if (rep) in k_shift()
931 if (up_flag || rep) in k_lock()
940 if (up_flag || rep) in k_slock()
1422 rep = (down == 2); in kbd_keycode()
[all …]
/openbmc/qemu/target/i386/hvf/
H A Dx86_emu.c477 if ((PREFIX_REP == rep) && !get_ZF(env)) { in string_rep()
480 if ((PREFIX_REPN == rep) && get_ZF(env)) { in string_rep()
501 if (decode->rep) { in exec_ins()
524 if (decode->rep) { in exec_outs()
552 if (decode->rep) { in exec_movs()
583 if (decode->rep) { in exec_cmps()
584 string_rep(env, decode, exec_cmps_single, decode->rep); in exec_cmps()
608 if (decode->rep) { in exec_stos()
634 if (decode->rep) { in exec_scas()
635 string_rep(env, decode, exec_scas_single, decode->rep); in exec_scas()
[all …]

12345678910