Home
last modified time | relevance | path

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

/Linux-v6.1/arch/s390/include/asm/
Dsyscall_wrapper.h61 ALLOW_ERROR_INJECTION(__s390_sys##name, ERRNO); \
77 ALLOW_ERROR_INJECTION(__s390_compat_sys_##sname, ERRNO); \
83 ALLOW_ERROR_INJECTION(__s390x_sys_##sname, ERRNO); \
103 ALLOW_ERROR_INJECTION(__s390_compat_sys##name, ERRNO); \
134 ALLOW_ERROR_INJECTION(__s390x_sys_##sname, ERRNO); \
151 ALLOW_ERROR_INJECTION(__s390x_sys##name, ERRNO); \
/Linux-v6.1/arch/arm64/include/asm/
Dsyscall_wrapper.h22 ALLOW_ERROR_INJECTION(__arm64_compat_sys##name, ERRNO); \
37 ALLOW_ERROR_INJECTION(__arm64_compat_sys_##sname, ERRNO); \
53 ALLOW_ERROR_INJECTION(__arm64_sys##name, ERRNO); \
72 ALLOW_ERROR_INJECTION(__arm64_sys_##sname, ERRNO); \
/Linux-v6.1/include/asm-generic/
Derror-injection.h26 #define ALLOW_ERROR_INJECTION(fname, _etype) \ macro
36 #define ALLOW_ERROR_INJECTION(fname, _etype) macro
/Linux-v6.1/arch/powerpc/include/asm/
Dsyscall_wrapper.h20 ALLOW_ERROR_INJECTION(sys##name, ERRNO); \
39 ALLOW_ERROR_INJECTION(sys_##sname, ERRNO); \
/Linux-v6.1/tools/testing/selftests/bpf/bpf_testmod/
Dbpf_testmod.c173 ALLOW_ERROR_INJECTION(bpf_testmod_test_read, ERRNO);
191 ALLOW_ERROR_INJECTION(bpf_testmod_test_write, ERRNO);
/Linux-v6.1/arch/x86/include/asm/
Dsyscall_wrapper.h70 ALLOW_ERROR_INJECTION(__##abi##_##name, ERRNO); \
76 ALLOW_ERROR_INJECTION(__##abi##_##name, ERRNO); \
/Linux-v6.1/drivers/platform/surface/aggregator/
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);
Dssh_request_layer.c75 ALLOW_ERROR_INJECTION(ssh_rtl_should_drop_response, TRUE);
/Linux-v6.1/include/linux/
Dcompat.h48 ALLOW_ERROR_INJECTION(compat_sys_##name, ERRNO); \
77 ALLOW_ERROR_INJECTION(compat_sys##name, ERRNO); \
Dsyscalls.h213 ALLOW_ERROR_INJECTION(sys_##sname, ERRNO); \
244 ALLOW_ERROR_INJECTION(sys##name, ERRNO); \
/Linux-v6.1/block/
Dblk-core.c505 ALLOW_ERROR_INJECTION(should_fail_bio, ERRNO);
/Linux-v6.1/fs/btrfs/
Dtree-checker.c1814 ALLOW_ERROR_INJECTION(btrfs_check_leaf_full, ERRNO);
1878 ALLOW_ERROR_INJECTION(btrfs_check_node, ERRNO);
Dctree.c595 ALLOW_ERROR_INJECTION(btrfs_cow_block, ERRNO);
2156 ALLOW_ERROR_INJECTION(btrfs_search_slot, ERRNO);
Dfree-space-cache.c412 ALLOW_ERROR_INJECTION(io_ctl_init, ERRNO);
Drelocation.c2923 ALLOW_ERROR_INJECTION(btrfs_should_cancel_balance, TRUE);
Ddisk-io.c3863 ALLOW_ERROR_INJECTION(open_ctree, ERRNO);
/Linux-v6.1/net/bpf/
Dtest_run.c492 ALLOW_ERROR_INJECTION(bpf_fentry_test1, ERRNO);
736 ALLOW_ERROR_INJECTION(bpf_modify_return_test, ERRNO);
/Linux-v6.1/mm/
Dslab_common.c1456 ALLOW_ERROR_INJECTION(should_failslab, ERRNO);
Dfilemap.c925 ALLOW_ERROR_INJECTION(__filemap_add_folio, ERRNO);
Dpage_alloc.c3945 ALLOW_ERROR_INJECTION(should_fail_alloc_page, TRUE);
/Linux-v6.1/Documentation/fault-injection/
Dfault-injection.rst45 ALLOW_ERROR_INJECTION() macro, by setting debugfs entries
/Linux-v6.1/lib/
DKconfig.debug1882 ALLOW_ERROR_INJECTION() in the kernel. BPF may also modify the return