Home
last modified time | relevance | path

Searched refs:injection (Results 1 – 25 of 90) sorted by relevance

1234

/linux-6.1.9/include/linux/dsa/
Docelot.h219 static inline void ocelot_ifh_set_bypass(void *injection, u64 bypass) in ocelot_ifh_set_bypass() argument
221 packing(injection, &bypass, 127, 127, OCELOT_TAG_LEN, PACK, 0); in ocelot_ifh_set_bypass()
224 static inline void ocelot_ifh_set_rew_op(void *injection, u64 rew_op) in ocelot_ifh_set_rew_op() argument
226 packing(injection, &rew_op, 125, 117, OCELOT_TAG_LEN, PACK, 0); in ocelot_ifh_set_rew_op()
229 static inline void ocelot_ifh_set_dest(void *injection, u64 dest) in ocelot_ifh_set_dest() argument
231 packing(injection, &dest, 67, 56, OCELOT_TAG_LEN, PACK, 0); in ocelot_ifh_set_dest()
234 static inline void ocelot_ifh_set_qos_class(void *injection, u64 qos_class) in ocelot_ifh_set_qos_class() argument
236 packing(injection, &qos_class, 19, 17, OCELOT_TAG_LEN, PACK, 0); in ocelot_ifh_set_qos_class()
239 static inline void seville_ifh_set_dest(void *injection, u64 dest) in seville_ifh_set_dest() argument
241 packing(injection, &dest, 67, 57, OCELOT_TAG_LEN, PACK, 0); in seville_ifh_set_dest()
[all …]
/linux-6.1.9/net/dsa/
Dtag_ocelot.c47 void *injection; in ocelot_xmit_common() local
57 injection = skb_push(skb, OCELOT_TAG_LEN); in ocelot_xmit_common()
61 memset(injection, 0, OCELOT_TAG_LEN); in ocelot_xmit_common()
62 ocelot_ifh_set_bypass(injection, 1); in ocelot_xmit_common()
63 ocelot_ifh_set_src(injection, ds->num_ports); in ocelot_xmit_common()
64 ocelot_ifh_set_qos_class(injection, qos_class); in ocelot_xmit_common()
65 ocelot_ifh_set_vlan_tci(injection, vlan_tci); in ocelot_xmit_common()
66 ocelot_ifh_set_tag_type(injection, tag_type); in ocelot_xmit_common()
70 ocelot_ifh_set_rew_op(injection, rew_op); in ocelot_xmit_common()
72 *ifh = injection; in ocelot_xmit_common()
[all …]
/linux-6.1.9/Documentation/fault-injection/
Dnotifier-error-inject.rst1 Notifier error injection
4 Notifier error injection provides the ability to inject artificial errors to
14 PM notifier error injection module
33 Memory hotplug notifier error injection module
51 powerpc pSeries reconfig notifier error injection module
64 Netdevice notifier error injection module
91 There are tools/testing/selftests using the notifier error injection features
98 injection tests if notifier error injection module is available.
Dindex.rst4 fault-injection
10 fault-injection
12 nvme-fault-injection
Dfault-injection.rst2 Fault injection capabilities infrastructure
8 Available fault injection capabilities
48 - NVMe fault injection
56 Configure fault-injection capabilities behavior
63 configuration of fault-injection capabilities.
67 likelihood of failure injection, in percent.
91 on each call to should_fail(,size). Failure injection is
101 to debug the problems revealed by fault injection.
161 injection on the RPC client.
168 injection on the RPC server.
[all …]
/linux-6.1.9/Documentation/sound/designs/
Djack-injection.rst8 Here jack injection means users could inject plugin or plugout events
23 for this jack. The jack injection is implemented based on the
26 To inject events to audio jacks, we need to enable the jack injection
31 injection via ``sw_inject_enable`` too, once it is disabled, the jack
39 jack injection interface will be created as below:
125 read-write, enable or disable injection
127 - injection disabled:
134 - injection enabled:
141 - to enable jack injection:
147 - to disable jack injection:
Dindex.rst17 jack-injection
/linux-6.1.9/Documentation/firmware-guide/acpi/apei/
Deinj.rst7 EINJ provides a hardware error injection mechanism. It is very useful
16 mechanism through which the injection is done.
23 has an option to enable error injection. Look for something called WHEA
70 Write any integer to this file to trigger the error injection. Make
78 injection. Value is a bitmask as specified in ACPI5.0 spec for the
89 injection specifies just one bit set, and param1 is multiplexed.
113 The error injection mechanism is a two-step process. First inject the
117 location, or device that is the target of the error injection. Whether
129 the target of the injection. For processor-related errors (type 0x1, 0x2
163 An error injection example::
[all …]
/linux-6.1.9/Documentation/ABI/testing/
Ddebugfs-cec-error-inj6 The CEC Framework allows for CEC error injection commands through
8 through which the error injection commands can be given.
18 implemented and that it will remove all current error injection
38 The following CEC error injection implementations exist:
/linux-6.1.9/Documentation/driver-api/thermal/
Dintel_powerclamp.rst44 idle injection across all online CPU threads was introduced. The goal
92 kidle_inject/cpu. During idle injection, it runs monitor/mwait idle
127 instantly as given input (target idle ratio). After injection,
129 the next injection accordingly to avoid over/under correction.
150 a) determine the effective range of idle injection ratio
211 we have a simple algorithm to double the injection ratio. A possible
232 The maximum range that idle injection is allowed is capped at 50
237 case, little can be done from the idle injection threads. In most
244 with the changes. During this time, idle injection is out of sync,
247 ratio is updated much less frequently than the idle injection
[all …]
Dcpu-idle-cooling.rst38 injection period, we can mitigate the temperature by modulating the
60 The base concept of the idle injection is to force the CPU to go to an
66 to almost zero. However, these idle cycles injection will add extra
69 We use a fixed duration of idle injection that gives an acceptable
71 or decreased by modulating the duty cycle of the idle injection.
130 The idle injection duration value must comply with the constraints:
159 tree. So with the idle injection mechanism, we want an average power
172 the idle injection we need. Alternatively if we have the idle
173 injection duration, we can compute the running duration with::
190 rigorously compute the idle injection
/linux-6.1.9/Documentation/userspace-api/media/cec/
Dcec-pin-error-inj.rst14 over the bus it is easy to support error injection. This is ideal to
21 If ``CONFIG_CEC_PIN_ERROR_INJ`` is enabled, then error injection is available
27 The error injection commands are not a stable ABI and may change in the
31 error injection status::
42 # RX error injection:
49 # TX error injection settings:
55 # TX error injection:
78 You can write error injection commands to ``error-inj`` using
90 The error injection commands fall in two main groups: those relating to
92 addition, there are commands to clear existing error injection commands and
[all …]
/linux-6.1.9/Documentation/translations/ja_JP/
DSubmitChecklist92 挙動について、fault-injectionを利用して確認してください。
93 Documentation/fault-injection/ を参照してください。
96 fault-injectionを追加したほうが良いかもしれません。
/linux-6.1.9/Documentation/security/secrets/
Dcoco.rst7 This document describes how Confidential Computing secret injection is handled
18 secret injection is performed early in the VM launch process, before the
28 The guest firmware may reserve a designated memory area for secret injection,
56 provides the decryption key (= secret) using the secret injection mechanism.
63 it is passed using the secret injection mechanism (= secure channel).
/linux-6.1.9/drivers/media/cec/
DKconfig21 bool "Enable CEC error injection support"
24 This option enables CEC error injection using debugfs.
/linux-6.1.9/tools/testing/fault-injection/
Dfailcmd.sh26 likelihood of failure injection, in percent.
45 See Documentation/fault-injection/fault-injection.rst for more
/linux-6.1.9/Documentation/translations/zh_CN/process/
D4.Coding.rst211 Documentation/fault-injection/fault-injection.rst。
/linux-6.1.9/Documentation/translations/zh_TW/process/
D4.Coding.rst214 Documentation/fault-injection/fault-injection.rst。
/linux-6.1.9/Documentation/networking/
Dmac80211-injection.rst4 How to use packet injection with mac80211
20 radiotap headers and used to control injection:
70 The injection code can also skip all other currently defined radiotap fields
/linux-6.1.9/Documentation/virt/kvm/s390/
Ds390-pv.rst32 Interrupt injection
34 Interrupt injection is safeguarded by the Ultravisor. As KVM doesn't
35 have access to the VCPUs' lowcores, injection is handled via the
39 injected on SIE entry via a bit in the interrupt injection control
41 at the time of injection, a validity interception is recognized. The
/linux-6.1.9/fs/cachefiles/
DKconfig24 bool "Provide error injection for cachefiles"
27 This permits error injection to be enabled in cachefiles whilst a
/linux-6.1.9/drivers/platform/surface/aggregator/
DKconfig62 Provides error-injection capabilities for the Surface System
65 Specifically, exports error injection hooks to be used with the
66 kernel's function error injection capabilities to simulate underlying
/linux-6.1.9/Documentation/gpu/amdgpu/
Dras.rst6 debugfs (for error injection).
40 Sample code for testing error injection can be found here:
/linux-6.1.9/drivers/acpi/apei/
DKconfig18 error injection.
59 EINJ provides a hardware error injection mechanism, it is
/linux-6.1.9/drivers/powercap/
DKconfig37 bool "Idle injection framework"
41 This enables support for the idle injection framework. It

1234