| /linux/arch/arm64/include/asm/ |
| H A D | syscall_wrapper.h | 22 ALLOW_ERROR_INJECTION(__arm64_compat_sys##name, ERRNO); \ 37 ALLOW_ERROR_INJECTION(__arm64_compat_sys_##sname, ERRNO); \ 51 ALLOW_ERROR_INJECTION(__arm64_sys##name, ERRNO); \ 70 ALLOW_ERROR_INJECTION(__arm64_sys_##sname, ERRNO); \
|
| /linux/arch/riscv/include/asm/ |
| H A D | syscall_wrapper.h | 52 ALLOW_ERROR_INJECTION(__riscv_compat_sys##name, ERRNO); \ 66 ALLOW_ERROR_INJECTION(__riscv_compat_sys_##sname, ERRNO); \ 80 ALLOW_ERROR_INJECTION(__riscv_sys##name, ERRNO); \ 98 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/xe/ |
| H A D | xe_device.c | 513 ALLOW_ERROR_INJECTION(xe_device_create, ERRNO); /* See xe_pci_probe() */ 690 ALLOW_ERROR_INJECTION(wait_for_lmem_ready, ERRNO); /* See xe_pci_probe() */ 773 ALLOW_ERROR_INJECTION(xe_device_probe_early, ERRNO); /* See xe_pci_probe() */
|
| H A D | xe_hw_engine_group.c | 156 ALLOW_ERROR_INJECTION(xe_hw_engine_group_add_exec_queue, ERRNO);
|
| H A D | xe_guc_log.c | 275 ALLOW_ERROR_INJECTION(xe_guc_log_init, ERRNO); /* See xe_pci_probe() */
|
| H A D | xe_guc_ct.c | 262 ALLOW_ERROR_INJECTION(xe_guc_ct_init_noalloc, ERRNO); /* See xe_pci_probe() */ 290 ALLOW_ERROR_INJECTION(xe_guc_ct_init, ERRNO); /* See xe_pci_probe() */ 1292 ALLOW_ERROR_INJECTION(xe_guc_ct_send_recv, ERRNO); 2042 ALLOW_ERROR_INJECTION(xe_is_injection_active, ERRNO);
|
| H A D | xe_exec_queue.c | 298 ALLOW_ERROR_INJECTION(xe_exec_queue_create, ERRNO); 389 ALLOW_ERROR_INJECTION(xe_exec_queue_create_bind, ERRNO);
|
| H A D | xe_pm.c | 356 ALLOW_ERROR_INJECTION(xe_pm_init_early, ERRNO); /* See xe_pci_probe() */
|
| H A D | xe_hw_engine_class_sysfs.c | 608 ALLOW_ERROR_INJECTION(xe_add_hw_engine_class_defaults, ERRNO); /* See xe_pci_probe() */
|
| H A D | xe_pt.c | 149 ALLOW_ERROR_INJECTION(xe_pt_create, ERRNO); 2148 ALLOW_ERROR_INJECTION(xe_pt_update_ops_prepare, ERRNO); 2506 ALLOW_ERROR_INJECTION(xe_pt_update_ops_run, ERRNO);
|
| H A D | xe_vm.c | 269 ALLOW_ERROR_INJECTION(xe_vm_add_compute_exec_queue, ERRNO); 599 ALLOW_ERROR_INJECTION(xe_vma_ops_alloc, ERRNO); 1419 ALLOW_ERROR_INJECTION(xe_vm_create_scratch, ERRNO); 2403 ALLOW_ERROR_INJECTION(vm_bind_ioctl_ops_create, ERRNO); 3296 ALLOW_ERROR_INJECTION(vm_bind_ioctl_ops_execute, ERRNO);
|
| H A D | xe_ggtt.c | 347 ALLOW_ERROR_INJECTION(xe_ggtt_init_early, ERRNO); /* See xe_pci_probe() */
|
| H A D | xe_wa.c | 1080 ALLOW_ERROR_INJECTION(xe_wa_gt_init, ERRNO); /* See xe_pci_probe() */
|
| H A D | xe_guc_ads.c | 413 ALLOW_ERROR_INJECTION(xe_guc_ads_init, ERRNO); /* See xe_pci_probe() */
|
| /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 | 531 ALLOW_ERROR_INJECTION(bpf_testmod_test_read, ERRNO); 549 ALLOW_ERROR_INJECTION(bpf_testmod_test_write, ERRNO);
|
| /linux/fs/btrfs/ |
| H A D | tree-checker.c | 2132 ALLOW_ERROR_INJECTION(btrfs_check_leaf, ERRNO); 2200 ALLOW_ERROR_INJECTION(btrfs_check_node, ERRNO);
|
| /linux/include/linux/ |
| H A D | syscalls.h | 222 ALLOW_ERROR_INJECTION(sys_##sname, ERRNO); \ 253 ALLOW_ERROR_INJECTION(sys##name, ERRNO); \
|
| /linux/drivers/platform/surface/aggregator/ |
| H A D | ssh_packet_layer.c | 285 ALLOW_ERROR_INJECTION(ssh_ptl_should_fail_write, ERRNO);
|
| /linux/kernel/trace/ |
| H A D | trace_events_filter.c | 120 C(ERRNO, "Error"), \
|