| /linux/arch/riscv/include/asm/ |
| H A D | syscall_wrapper.h | 56 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/arch/powerpc/include/asm/ |
| H A D | syscall_wrapper.h | 20 ALLOW_ERROR_INJECTION(sys##name, ERRNO); \ 39 ALLOW_ERROR_INJECTION(sys_##sname, ERRNO); \
|
| /linux/tools/testing/selftests/kmod/ |
| H A D | kmod.sh | 298 ERRNO=$(errno_name_to_val $ERRNO_NAME) 306 elif [[ $RC != $ERRNO ]]; then 307 echo "$1: FAIL, test expects $ERRNO_NAME ($ERRNO) - got $RC_NAME ($RC)" >&2
|
| /linux/mm/ |
| H A D | failslab.c | 48 ALLOW_ERROR_INJECTION(should_failslab, ERRNO);
|
| /linux/arch/x86/include/asm/ |
| H A D | syscall_wrapper.h | 87 ALLOW_ERROR_INJECTION(__##abi##_##name, ERRNO); \ 93 ALLOW_ERROR_INJECTION(__##abi##_##name, ERRNO); \
|
| /linux/Documentation/bpf/ |
| H A D | redirect.rst | 58 The following bpftrace command can be used to extract the ``ERRNO`` being returned as
|
| /linux/drivers/gpu/drm/i915/display/ |
| H A D | intel_connector.c | 167 ALLOW_ERROR_INJECTION(intel_connector_register, ERRNO);
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_wopcm.c | 287 ALLOW_ERROR_INJECTION(xe_wopcm_init, ERRNO); /* See xe_pci_probe() */
|
| H A D | xe_tuning.c | 206 ALLOW_ERROR_INJECTION(xe_tuning_init, ERRNO); /* See xe_pci_probe() */
|
| H A D | xe_hw_engine_class_sysfs.c | 604 ALLOW_ERROR_INJECTION(xe_add_hw_engine_class_defaults, ERRNO); /* See xe_pci_probe() */
|
| H A D | xe_guc_log.c | 645 ALLOW_ERROR_INJECTION(xe_guc_log_init, ERRNO); /* See xe_pci_probe() */
|
| H A D | xe_pt.c | 152 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 D | xe_wa.c | 966 ALLOW_ERROR_INJECTION(xe_wa_gt_init, ERRNO); /* See xe_pci_probe() */
|
| H A D | xe_vm.c | 286 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 D | xe_guc_relay.c | 371 ALLOW_ERROR_INJECTION(xe_guc_relay_init, ERRNO); /* See xe_pci_probe() */
|
| /linux/drivers/mtd/ |
| H A D | mtdcore.c | 1510 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 D | compat.h | 48 ALLOW_ERROR_INJECTION(compat_sys_##name, ERRNO); \ 81 ALLOW_ERROR_INJECTION(compat_sys##name, ERRNO); \
|
| /linux/Documentation/livepatch/ |
| H A D | callbacks.rst | 76 code (0 for success, -ERRNO on error). An error status code indicates
|
| /linux/tools/testing/selftests/bpf/test_kmods/ |
| H A D | bpf_testmod.c | 684 ALLOW_ERROR_INJECTION(bpf_testmod_test_read, ERRNO); 702 ALLOW_ERROR_INJECTION(bpf_testmod_test_write, ERRNO);
|
| /linux/block/ |
| H A D | blk-core.c | 592 ALLOW_ERROR_INJECTION(should_fail_bio, ERRNO);
|
| /linux/fs/btrfs/ |
| H A D | tree-checker.c | 2592 ALLOW_ERROR_INJECTION(btrfs_check_leaf, ERRNO); in __btrfs_check_node() 2660 ALLOW_ERROR_INJECTION(btrfs_check_node, ERRNO); in btrfs_check_eb_owner()
|
| H A D | ctree.c | 699 ALLOW_ERROR_INJECTION(btrfs_cow_block, ERRNO); 2249 ALLOW_ERROR_INJECTION(btrfs_search_slot, ERRNO);
|
| /linux/drivers/platform/surface/aggregator/ |
| H A D | ssh_packet_layer.c | 285 ALLOW_ERROR_INJECTION(ssh_ptl_should_fail_write, ERRNO);
|
| /linux/drivers/gpu/drm/i915/gt/ |
| H A D | intel_engine_cs.c | 1007 ALLOW_ERROR_INJECTION(intel_engines_init_mmio, ERRNO);
|
| /linux/kernel/trace/ |
| H A D | trace_events_filter.c | 120 C(ERRNO, "Error"), \
|