Home
last modified time | relevance | path

Searched refs:inj (Results 1 – 17 of 17) sorted by relevance

/linux-6.12.1/Documentation/ABI/testing/
Ddebugfs-cec-error-inj1 What: /sys/kernel/debug/cec/*/error-inj
7 debugfs. Drivers that support this will create an error-inj file
21 This ensures that you can always do 'echo clear >error-inj' to clear any
25 Note that the output of 'error-inj' shall be valid as input to 'error-inj'.
28 $ cat error-inj >einj.txt
29 $ cat einj.txt >error-inj
40 - Documentation/userspace-api/media/cec/cec-pin-error-inj.rst
/linux-6.12.1/tools/testing/selftests/net/tcp_ao/
Dunsigned-md5.c6 #define fault(type) (inj == FAULT_ ## type)
42 int needs_tcp_md5, fault_t inj) in try_accept() argument
260 fault_t inj, int needs_tcp_md5, union tcp_addr *bind_addr) in try_connect() argument
340 fault_t inj, bool added_ao) in test_continue() argument
368 fault_t inj) in open_add() argument
388 if (!test_continue(tst_name, err, inj, true)) { in open_add()
397 if (!test_continue(tst_name, -errno, inj, false)) { in open_add()
413 int needs_tcp_md5, int needs_vrf, fault_t inj) in try_to_preadd() argument
424 sndid, rcvid, inj); in try_to_preadd()
438 int needs_tcp_md5, fault_t inj) in try_to_add() argument
[all …]
Drestore.c14 #define fault(type) (inj == FAULT_ ## type)
17 fault_t inj, test_cnt cnt_expected) in try_server_run() argument
140 fault_t inj, test_cnt cnt_expected) in test_sk_restore() argument
Dconnect-deny.c6 #define fault(type) (inj == FAULT_ ## type)
35 fault_t inj) in try_accept() argument
164 test_cnt cnt_expected, fault_t inj) in try_connect() argument
Dkey-management.c12 #define fault(type) (inj == FAULT_ ## type)
116 fault_t inj) in try_delete_key() argument
217 uint8_t sndid, uint8_t rcvid, fault_t inj) in try_add_current_rnext_key() argument
/linux-6.12.1/drivers/edac/
Damd64_edac.h230 #define SET_NB_DRAM_INJECTION_WRITE(inj) \ argument
231 (BIT(((inj.word) & 0xF) + 20) | \
232 F10_NB_ARR_ECC_WR_REQ | inj.bit_map)
233 #define SET_NB_DRAM_INJECTION_READ(inj) \ argument
234 (BIT(((inj.word) & 0xF) + 20) | \
235 BIT(16) | inj.bit_map)
/linux-6.12.1/tools/testing/selftests/kvm/x86_64/
Dxen_shinfo_test.c601 struct kvm_xen_hvm_attr inj = { in main() local
610 vm_ioctl(vm, KVM_XEN_HVM_SET_ATTR, &inj); in main()
613 inj.u.evtchn.flags = KVM_XEN_EVTCHN_UPDATE; in main()
614 inj.u.evtchn.deliver.port.vcpu = vcpu->id; in main()
615 vm_ioctl(vm, KVM_XEN_HVM_SET_ATTR, &inj); in main()
617 inj.u.evtchn.send_port = 197; in main()
618 inj.u.evtchn.deliver.eventfd.port = 0; in main()
619 inj.u.evtchn.deliver.eventfd.fd = irq_fd[1]; in main()
620 inj.u.evtchn.flags = 0; in main()
621 vm_ioctl(vm, KVM_XEN_HVM_SET_ATTR, &inj); in main()
/linux-6.12.1/drivers/media/cec/core/
DMakefile13 cec-objs += cec-pin-error-inj.o
/linux-6.12.1/Documentation/userspace-api/media/cec/
Dcec-api.rst20 cec-pin-error-inj
Dcec-pin-error-inj.rst25 now an ``error-inj`` file.
32 With ``cat error-inj`` you can see both the possible commands and the current
35 $ cat /sys/kernel/debug/cec/cec0/error-inj
80 You can write error injection commands to ``error-inj`` using
81 ``echo 'cmd' >error-inj`` or ``cat cmd.txt >error-inj``. The ``cat error-inj``
83 and use it as an input to ``error-inj`` later.
/linux-6.12.1/tools/perf/tests/shell/
Dtest_java_symbol.sh14 PERF_INJ_DATA=$(mktemp /tmp/__perf_test.perf.data.inj.XXXXX)
/linux-6.12.1/Documentation/driver-api/media/
Dcec-core.rst342 If both callbacks are set, then an ``error-inj`` file will appear in debugfs.
353 This ensures that you can always do ``echo clear >error-inj`` to clear any error
356 Note that the output of ``error-inj`` shall be valid as input to ``error-inj``.
361 $ cat error-inj >einj.txt
362 $ cat einj.txt >error-inj
372 The second callback will parse commands written to the ``error-inj`` file::
/linux-6.12.1/tools/testing/nvdimm/test/
Dnfit.c776 struct nd_intel_smart_inject *inj, in nfit_test_cmd_smart_inject() argument
782 if (buf_len != sizeof(*inj)) in nfit_test_cmd_smart_inject()
785 if (inj->flags & ND_INTEL_SMART_INJECT_MTEMP) { in nfit_test_cmd_smart_inject()
786 if (inj->mtemp_enable) in nfit_test_cmd_smart_inject()
787 smart->media_temperature = inj->media_temperature; in nfit_test_cmd_smart_inject()
791 if (inj->flags & ND_INTEL_SMART_INJECT_SPARE) { in nfit_test_cmd_smart_inject()
792 if (inj->spare_enable) in nfit_test_cmd_smart_inject()
793 smart->spares = inj->spares; in nfit_test_cmd_smart_inject()
797 if (inj->flags & ND_INTEL_SMART_INJECT_FATAL) { in nfit_test_cmd_smart_inject()
798 if (inj->fatal_enable) in nfit_test_cmd_smart_inject()
[all …]
/linux-6.12.1/arch/mips/boot/dts/mscc/
Docelot.dtsi146 interrupt-names = "ptp_rdy", "xtr", "inj", "fdma";
/linux-6.12.1/Documentation/trace/coresight/
Dcoresight.rst581 $ perf inject -i perf.data -o inj.data --itrace=il64 --strip
582 $ create_gcov --binary=./sort --profile=inj.data --gcov=sort.gcov -gcov_version=1
/linux-6.12.1/tools/perf/Documentation/
Dperf-intel-pt.txt1220 $ perf inject -i perf.data -o inj --itrace=i100usle --strip
1221 $ ./create_gcov --binary=./sort --profile=inj --gcov=sort.gcov -gcov_version=1
1534 …$ perf inject -i guest-sideband-testing-host-perf.data -o inj --guestmount ~/guestmount --guest-da…
1545 …$ perf script -i inj --itrace=ce -F+machine_pid,+vcpu,+addr,+pid,+tid,-period --ns --time 7919.408…
/linux-6.12.1/
DMAINTAINERS5173 F: Documentation/ABI/testing/debugfs-cec-error-inj