Searched refs:injection (Results 1 - 25 of 34) sorted by relevance

12

/linux-master/arch/arm64/lib/
H A Derror-inject.c3 #include <linux/error-injection.h>
/linux-master/arch/s390/lib/
H A Derror-inject.c3 #include <linux/error-injection.h>
/linux-master/arch/csky/lib/
H A Derror-inject.c3 #include <linux/error-injection.h>
/linux-master/arch/riscv/lib/
H A Derror-inject.c3 #include <linux/error-injection.h>
/linux-master/arch/powerpc/lib/
H A Derror-inject.c3 #include <linux/error-injection.h>
/linux-master/include/linux/dsa/
H A Docelot.h38 /* The CPU injection header and the CPU extraction header can have 3 types of
70 * | any dmac | any smac | 8880 | 000a | injection | frame |
78 * | 8880 | 000a | injection | frame |
86 * | injection | frame |
91 * The injection header looks like this (network byte order, bit 127
219 static inline void ocelot_ifh_set_bypass(void *injection, u64 bypass) argument
221 packing(injection, &bypass, 127, 127, OCELOT_TAG_LEN, PACK, 0);
224 static inline void ocelot_ifh_set_rew_op(void *injection, u64 rew_op) argument
226 packing(injection, &rew_op, 125, 117, OCELOT_TAG_LEN, PACK, 0);
229 static inline void ocelot_ifh_set_dest(void *injection, u6 argument
234 ocelot_ifh_set_qos_class(void *injection, u64 qos_class) argument
239 seville_ifh_set_dest(void *injection, u64 dest) argument
244 ocelot_ifh_set_src(void *injection, u64 src) argument
249 ocelot_ifh_set_tag_type(void *injection, u64 tag_type) argument
254 ocelot_ifh_set_vlan_tci(void *injection, u64 vlan_tci) argument
[all...]
/linux-master/arch/arm/lib/
H A Derror-inject.c3 #include <linux/error-injection.h>
/linux-master/arch/loongarch/lib/
H A Derror-inject.c3 #include <linux/error-injection.h>
/linux-master/arch/x86/lib/
H A Derror-inject.c4 #include <linux/error-injection.h>
/linux-master/include/linux/
H A Derror-injection.h7 #include <asm-generic/error-injection.h>
H A Dmodule.h26 #include <linux/error-injection.h>
/linux-master/net/dsa/
H A Dtag_ocelot.c51 void *injection; local
61 injection = skb_push(skb, OCELOT_TAG_LEN);
65 memset(injection, 0, OCELOT_TAG_LEN);
66 ocelot_ifh_set_bypass(injection, 1);
67 ocelot_ifh_set_src(injection, ds->num_ports);
68 ocelot_ifh_set_qos_class(injection, qos_class);
69 ocelot_ifh_set_vlan_tci(injection, vlan_tci);
70 ocelot_ifh_set_tag_type(injection, tag_type);
74 ocelot_ifh_set_rew_op(injection, rew_op);
76 *ifh = injection;
83 void *injection; local
95 void *injection; local
[all...]
/linux-master/drivers/ufs/core/
H A DMakefile8 ufshcd-core-$(CONFIG_SCSI_UFS_FAULT_INJECTION) += ufs-fault-injection.o
/linux-master/tools/testing/fault-injection/
H A Dfailcmd.sh13 # injection.
26 likelihood of failure injection, in percent.
45 See Documentation/fault-injection/fault-injection.rst for more
/linux-master/lib/
H A Derror-inject.c2 // error-inject.c: Function-level error injection table
3 #include <linux/error-injection.h>
13 /* Whitelist of symbols that can be overridden for error injection. */
134 /* Module notifier call back, checking error injection table on the module */
163 * error injection.
/linux-master/kernel/
H A Dfail_function.c3 * fail_function.c: Function-based error injection
5 #include <linux/error-injection.h>
256 /* Writing just spaces will remove all injection points */
262 /* Writing !function will remove one injection point */
/linux-master/drivers/edac/
H A Damd64_edac.c604 return sprintf(buf, "0x%x\n", pvt->injection.section);
608 * store error injection section value which refers to one of 4 16-byte sections
631 pvt->injection.section = (u32) value;
640 return sprintf(buf, "0x%x\n", pvt->injection.word);
644 * store error injection word value which refers to one of 9 16-bit word of the
667 pvt->injection.word = (u32) value;
677 return sprintf(buf, "0x%x\n", pvt->injection.bit_map);
681 * store 16 bit error injection vector which enables injecting errors to the
682 * corresponding bit within the error injection word above. When used during a
703 pvt->injection
[all...]
H A Damd64_edac.h276 /* Error injection control structure */
375 /* place to store error injection parameters prior to issue */
376 struct error_injection injection; member in struct:amd64_pvt
/linux-master/drivers/platform/surface/aggregator/
H A Dssh_request_layer.c11 #include <linux/error-injection.h>
65 * ssh_rtl_should_drop_response() - Error injection hook to drop request
492 rtl_info(rtl, "request error injection: dropping response for request %p\n",
H A Dssh_packet_layer.c10 #include <linux/error-injection.h>
233 * ssh_ptl_should_drop_ack_packet() - Error injection hook to drop ACK packets.
249 * ssh_ptl_should_drop_nak_packet() - Error injection hook to drop NAK packets.
262 * ssh_ptl_should_drop_dsq_packet() - Error injection hook to drop sequenced
276 * ssh_ptl_should_fail_write() - Error injection hook to make
288 * ssh_ptl_should_corrupt_tx_data() - Error injection hook to simulate invalid
304 * ssh_ptl_should_corrupt_rx_syn() - Error injection hook to simulate invalid
317 * ssh_ptl_should_corrupt_rx_data() - Error injection hook to simulate invalid
335 ptl_info(packet->ptl, "packet error injection: dropping ACK packet %p\n",
347 ptl_info(packet->ptl, "packet error injection
[all...]
/linux-master/net/core/
H A Dpage_pool.c8 #include <linux/error-injection.h>
/linux-master/tools/testing/selftests/bpf/bpf_testmod/
H A Dbpf_testmod.c7 #include <linux/error-injection.h>
/linux-master/net/bpf/
H A Dtest_run.c20 #include <linux/error-injection.h>
/linux-master/fs/btrfs/
H A Dtree-checker.c20 #include <linux/error-injection.h>
/linux-master/kernel/trace/
H A Dtrace_kprobe.c15 #include <linux/error-injection.h>

Completed in 252 milliseconds

12