| /linux/tools/testing/selftests/net/tcp_ao/ |
| H A D | unsigned-md5.c | 6 #define fault(type) (inj == FAULT_ ## type) 43 int needs_tcp_md5, fault_t inj) in try_accept() argument 268 fault_t inj, int needs_tcp_md5, union tcp_addr *bind_addr) in try_connect() argument 345 fault_t inj, bool added_ao) in test_continue() argument 373 fault_t inj) in open_add() argument 393 if (!test_continue(tst_name, err, inj, true)) { in open_add() 402 if (!test_continue(tst_name, -errno, inj, false)) { in open_add() 418 int needs_tcp_md5, int needs_vrf, fault_t inj) in try_to_preadd() argument 429 sndid, rcvid, inj); in try_to_preadd() 443 int needs_tcp_md5, fault_t inj) in try_to_add() argument [all …]
|
| H A D | restore.c | 14 #define fault(type) (inj == FAULT_ ## type) 17 fault_t inj, test_cnt cnt_expected) in try_server_run() argument 139 fault_t inj, test_cnt cnt_expected) in test_sk_restore() argument
|
| H A D | connect-deny.c | 6 #define fault(type) (inj == FAULT_ ## type) 36 fault_t inj) in try_accept() argument 169 test_cnt cnt_expected, fault_t inj) in try_connect() argument
|
| H A D | key-management.c | 12 #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/tools/testing/selftests/kvm/x86/ |
| H A D | xen_shinfo_test.c | 585 struct kvm_xen_hvm_attr inj = { in main() local 594 vm_ioctl(vm, KVM_XEN_HVM_SET_ATTR, &inj); in main() 597 inj.u.evtchn.flags = KVM_XEN_EVTCHN_UPDATE; in main() 598 inj.u.evtchn.deliver.port.vcpu = vcpu->id; in main() 599 vm_ioctl(vm, KVM_XEN_HVM_SET_ATTR, &inj); in main() 601 inj.u.evtchn.send_port = 197; in main() 602 inj.u.evtchn.deliver.eventfd.port = 0; in main() 603 inj.u.evtchn.deliver.eventfd.fd = irq_fd[1]; in main() 604 inj.u.evtchn.flags = 0; in main() 605 vm_ioctl(vm, KVM_XEN_HVM_SET_ATTR, &inj); in main()
|
| /linux/drivers/media/cec/core/ |
| H A D | Makefile | 13 cec-objs += cec-pin-error-inj.o
|
| /linux/tools/perf/tests/shell/ |
| H A D | test_java_symbol.sh | 14 PERF_INJ_DATA=$(mktemp /tmp/__perf_test.perf.data.inj.XXXXX)
|
| /linux/Documentation/driver-api/media/ |
| H A D | cec-core.rst | 342 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/tools/testing/nvdimm/test/ |
| H A D | nfit.c | 781 struct nd_intel_smart_inject *inj, in nfit_test_cmd_smart_inject() argument 787 if (buf_len != sizeof(*inj)) in nfit_test_cmd_smart_inject() 790 if (inj->flags & ND_INTEL_SMART_INJECT_MTEMP) { in nfit_test_cmd_smart_inject() 791 if (inj->mtemp_enable) in nfit_test_cmd_smart_inject() 792 smart->media_temperature = inj->media_temperature; in nfit_test_cmd_smart_inject() 796 if (inj->flags & ND_INTEL_SMART_INJECT_SPARE) { in nfit_test_cmd_smart_inject() 797 if (inj->spare_enable) in nfit_test_cmd_smart_inject() 798 smart->spares = inj->spares; in nfit_test_cmd_smart_inject() 802 if (inj->flags & ND_INTEL_SMART_INJECT_FATAL) { in nfit_test_cmd_smart_inject() 803 if (inj->fatal_enable) in nfit_test_cmd_smart_inject() [all …]
|
| /linux/arch/mips/boot/dts/mscc/ |
| H A D | ocelot.dtsi | 146 interrupt-names = "ptp_rdy", "xtr", "inj", "fdma";
|
| /linux/ |
| H A D | MAINTAINERS | 5772 F: Documentation/ABI/testing/debugfs-cec-error-inj
|