Home
last modified time | relevance | path

Searched refs:ALLOW_ERROR_INJECTION (Results 1 – 25 of 33) sorted by relevance

12

/linux/arch/riscv/include/asm/
H A Dsyscall_wrapper.h56 ALLOW_ERROR_INJECTION(__riscv_compat_sys##name, ERRNO); \
70 ALLOW_ERROR_INJECTION(__riscv_compat_sys_##sname, ERRNO); \
84 ALLOW_ERROR_INJECTION(__riscv_sys##name, ERRNO); \
102 ALLOW_ERROR_INJECTION(__riscv_sys_##sname, ERRNO); \
/linux/include/asm-generic/
H A Derror-injection.h27 #define ALLOW_ERROR_INJECTION(fname, _etype) \ macro
37 #define ALLOW_ERROR_INJECTION(fname, _etype) macro
/linux/arch/powerpc/include/asm/
H A Dsyscall_wrapper.h20 ALLOW_ERROR_INJECTION(sys##name, ERRNO); \
39 ALLOW_ERROR_INJECTION(sys_##sname, ERRNO); \
/linux/mm/
H A Dfail_page_alloc.c46 ALLOW_ERROR_INJECTION(should_fail_alloc_page, TRUE);
H A Dfailslab.c48 ALLOW_ERROR_INJECTION(should_failslab, ERRNO);
/linux/drivers/platform/surface/aggregator/
H A Dssh_packet_layer.c246 ALLOW_ERROR_INJECTION(ssh_ptl_should_drop_ack_packet, TRUE);
259 ALLOW_ERROR_INJECTION(ssh_ptl_should_drop_nak_packet, TRUE);
273 ALLOW_ERROR_INJECTION(ssh_ptl_should_drop_dsq_packet, TRUE);
285 ALLOW_ERROR_INJECTION(ssh_ptl_should_fail_write, ERRNO);
301 ALLOW_ERROR_INJECTION(ssh_ptl_should_corrupt_tx_data, TRUE);
314 ALLOW_ERROR_INJECTION(ssh_ptl_should_corrupt_rx_syn, TRUE);
327 ALLOW_ERROR_INJECTION(ssh_ptl_should_corrupt_rx_data, TRUE);
H A Dssh_request_layer.c75 ALLOW_ERROR_INJECTION(ssh_rtl_should_drop_response, TRUE);
/linux/arch/x86/include/asm/
H A Dsyscall_wrapper.h87 ALLOW_ERROR_INJECTION(__##abi##_##name, ERRNO); \
93 ALLOW_ERROR_INJECTION(__##abi##_##name, ERRNO); \
/linux/drivers/gpu/drm/i915/display/
H A Dintel_connector.c167 ALLOW_ERROR_INJECTION(intel_connector_register, ERRNO);
/linux/drivers/gpu/drm/xe/
H A Dxe_wopcm.c287 ALLOW_ERROR_INJECTION(xe_wopcm_init, ERRNO); /* See xe_pci_probe() */
H A Dxe_tuning.c206 ALLOW_ERROR_INJECTION(xe_tuning_init, ERRNO); /* See xe_pci_probe() */
H A Dxe_device.c514 ALLOW_ERROR_INJECTION(xe_device_create, ERRNO); /* See xe_pci_probe() */
832 ALLOW_ERROR_INJECTION(xe_device_probe_early, ERRNO); /* See xe_pci_probe() */
H A Dxe_hw_engine_class_sysfs.c604 ALLOW_ERROR_INJECTION(xe_add_hw_engine_class_defaults, ERRNO); /* See xe_pci_probe() */
H A Dxe_guc_log.c645 ALLOW_ERROR_INJECTION(xe_guc_log_init, ERRNO); /* See xe_pci_probe() */
H A Dxe_pt.c152 ALLOW_ERROR_INJECTION(xe_pt_create, ERRNO);
2504 ALLOW_ERROR_INJECTION(xe_pt_update_ops_prepare, ERRNO);
2873 ALLOW_ERROR_INJECTION(xe_pt_update_ops_run, ERRNO);
H A Dxe_wa.c966 ALLOW_ERROR_INJECTION(xe_wa_gt_init, ERRNO); /* See xe_pci_probe() */
H A Dxe_vm.c286 ALLOW_ERROR_INJECTION(xe_vm_add_compute_exec_queue, ERRNO);
690 ALLOW_ERROR_INJECTION(xe_vma_ops_alloc, ERRNO);
1570 ALLOW_ERROR_INJECTION(xe_vm_create_scratch, ERRNO);
2588 ALLOW_ERROR_INJECTION(vm_bind_ioctl_ops_create, ERRNO);
3599 ALLOW_ERROR_INJECTION(vm_bind_ioctl_ops_execute, ERRNO);
H A Dxe_guc_relay.c371 ALLOW_ERROR_INJECTION(xe_guc_relay_init, ERRNO); /* See xe_pci_probe() */
/linux/drivers/mtd/
H A Dmtdcore.c1510 ALLOW_ERROR_INJECTION(mtd_erase, ERRNO);
1610 ALLOW_ERROR_INJECTION(mtd_read, ERRNO);
1627 ALLOW_ERROR_INJECTION(mtd_write, ERRNO);
2457 ALLOW_ERROR_INJECTION(mtd_block_markbad, ERRNO);
/linux/include/linux/
H A Dcompat.h48 ALLOW_ERROR_INJECTION(compat_sys_##name, ERRNO); \
81 ALLOW_ERROR_INJECTION(compat_sys##name, ERRNO); \
/linux/drivers/gpu/drm/i915/
H A Di915_pci.c1019 ALLOW_ERROR_INJECTION(i915_pci_probe, ERRNO);
/linux/tools/testing/selftests/bpf/test_kmods/
H A Dbpf_testmod.c684 ALLOW_ERROR_INJECTION(bpf_testmod_test_read, ERRNO);
702 ALLOW_ERROR_INJECTION(bpf_testmod_test_write, ERRNO);
/linux/block/
H A Dblk-core.c592 ALLOW_ERROR_INJECTION(should_fail_bio, ERRNO);
/linux/net/core/
H A Dpage_pool.c692 ALLOW_ERROR_INJECTION(page_pool_alloc_netmems, NULL);
/linux/fs/btrfs/
H A Dtree-checker.c2592 ALLOW_ERROR_INJECTION(btrfs_check_leaf, ERRNO);
2660 ALLOW_ERROR_INJECTION(btrfs_check_node, ERRNO);

12