Searched refs:ALLOW_ERROR_INJECTION (Results 1 – 20 of 20) sorted by relevance
/linux/arch/s390/include/asm/ |
A D | syscall_wrapper.h | 61 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/arch/arm64/include/asm/ |
A D | syscall_wrapper.h | 22 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/include/asm-generic/ |
A D | error-injection.h | 26 #define ALLOW_ERROR_INJECTION(fname, _etype) \ macro 36 #define ALLOW_ERROR_INJECTION(fname, _etype) macro
|
/linux/tools/testing/selftests/bpf/bpf_testmod/ |
A D | bpf_testmod.c | 86 ALLOW_ERROR_INJECTION(bpf_testmod_test_read, ERRNO); 104 ALLOW_ERROR_INJECTION(bpf_testmod_test_write, ERRNO);
|
/linux/drivers/platform/surface/aggregator/ |
A D | ssh_packet_layer.c | 246 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);
|
A D | ssh_request_layer.c | 75 ALLOW_ERROR_INJECTION(ssh_rtl_should_drop_response, TRUE);
|
/linux/arch/x86/include/asm/ |
A D | syscall_wrapper.h | 70 ALLOW_ERROR_INJECTION(__##abi##_##name, ERRNO); \ 76 ALLOW_ERROR_INJECTION(__##abi##_##name, ERRNO); \
|
/linux/include/linux/ |
A D | compat.h | 48 ALLOW_ERROR_INJECTION(compat_sys_##name, ERRNO); \ 77 ALLOW_ERROR_INJECTION(compat_sys##name, ERRNO); \
|
A D | syscalls.h | 213 ALLOW_ERROR_INJECTION(sys_##sname, ERRNO); \ 244 ALLOW_ERROR_INJECTION(sys##name, ERRNO); \
|
/linux/fs/btrfs/ |
A D | tree-checker.c | 1749 ALLOW_ERROR_INJECTION(btrfs_check_leaf_full, ERRNO); 1813 ALLOW_ERROR_INJECTION(btrfs_check_node, ERRNO);
|
A D | ctree.c | 578 ALLOW_ERROR_INJECTION(btrfs_cow_block, ERRNO); 1924 ALLOW_ERROR_INJECTION(btrfs_search_slot, ERRNO);
|
A D | free-space-cache.c | 380 ALLOW_ERROR_INJECTION(io_ctl_init, ERRNO);
|
A D | relocation.c | 2927 ALLOW_ERROR_INJECTION(btrfs_should_cancel_balance, TRUE);
|
A D | disk-io.c | 3711 ALLOW_ERROR_INJECTION(open_ctree, ERRNO);
|
/linux/mm/ |
A D | slab_common.c | 1324 ALLOW_ERROR_INJECTION(should_failslab, ERRNO);
|
A D | filemap.c | 970 ALLOW_ERROR_INJECTION(__filemap_add_folio, ERRNO);
|
A D | page_alloc.c | 3808 ALLOW_ERROR_INJECTION(should_fail_alloc_page, TRUE);
|
/linux/block/ |
A D | blk-core.c | 646 ALLOW_ERROR_INJECTION(should_fail_bio, ERRNO);
|
/linux/Documentation/fault-injection/ |
A D | fault-injection.rst | 45 ALLOW_ERROR_INJECTION() macro, by setting debugfs entries
|
/linux/net/bpf/ |
A D | test_run.c | 237 ALLOW_ERROR_INJECTION(bpf_modify_return_test, ERRNO);
|
Completed in 71 milliseconds