Searched refs:inj (Results 1 – 8 of 8) sorted by relevance
| /tools/testing/selftests/net/tcp_ao/ |
| 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 …]
|
| 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
|
| 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
|
| 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
|
| /tools/testing/selftests/kvm/x86/ |
| 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()
|
| /tools/perf/tests/shell/ |
| A D | test_java_symbol.sh | 14 PERF_INJ_DATA=$(mktemp /tmp/__perf_test.perf.data.inj.XXXXX)
|
| /tools/testing/nvdimm/test/ |
| A D | nfit.c | 776 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() 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() 804 if (inj->unsafe_shutdown_enable) { in nfit_test_cmd_smart_inject() [all …]
|
| /tools/perf/Documentation/ |
| A D | perf-intel-pt.txt | 1274 $ perf inject -i perf.data -o inj --itrace=i100usle --strip 1275 $ ./create_gcov --binary=./sort --profile=inj --gcov=sort.gcov -gcov_version=1 1588 …$ perf inject -i guest-sideband-testing-host-perf.data -o inj --guestmount ~/guestmount --guest-da… 1599 …$ perf script -i inj --itrace=ce -F+machine_pid,+vcpu,+addr,+pid,+tid,-period --ns --time 7919.408…
|
Completed in 23 milliseconds