Home
last modified time | relevance | path

Searched refs:ERRNO (Results 1 – 25 of 35) sorted by relevance

12

/linux/arch/arm64/include/asm/
H A Dsyscall_wrapper.h22 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 Dsyscall_wrapper.h52 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 Dsyscall_wrapper.h20 ALLOW_ERROR_INJECTION(sys##name, ERRNO); \
39 ALLOW_ERROR_INJECTION(sys_##sname, ERRNO); \
/linux/tools/testing/selftests/kmod/
H A Dkmod.sh298 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 Dfailslab.c48 ALLOW_ERROR_INJECTION(should_failslab, ERRNO);
/linux/arch/x86/include/asm/
H A Dsyscall_wrapper.h87 ALLOW_ERROR_INJECTION(__##abi##_##name, ERRNO); \
93 ALLOW_ERROR_INJECTION(__##abi##_##name, ERRNO); \
/linux/Documentation/bpf/
H A Dredirect.rst58 The following bpftrace command can be used to extract the ``ERRNO`` being returned as
/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_tuning.c200 ALLOW_ERROR_INJECTION(xe_tuning_init, ERRNO); /* See xe_pci_probe() */
H A Dxe_sync.c232 ALLOW_ERROR_INJECTION(xe_sync_entry_parse, ERRNO);
H A Dxe_guc_ct.c350 ALLOW_ERROR_INJECTION(xe_guc_ct_init_noalloc, ERRNO); /* See xe_pci_probe() */
389 ALLOW_ERROR_INJECTION(xe_guc_ct_init, ERRNO); /* See xe_pci_probe() */
1415 ALLOW_ERROR_INJECTION(xe_guc_ct_send_recv, ERRNO);
2139 ALLOW_ERROR_INJECTION(xe_is_injection_active, ERRNO);
H A Dxe_device.c529 ALLOW_ERROR_INJECTION(xe_device_create, ERRNO); /* See xe_pci_probe() */
752 ALLOW_ERROR_INJECTION(xe_device_probe_early, ERRNO); /* See xe_pci_probe() */
H A Dxe_pm.c366 ALLOW_ERROR_INJECTION(xe_pm_init_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_pxp.c686 ALLOW_ERROR_INJECTION(xe_pxp_exec_queue_add, ERRNO);
H A Dxe_guc.c1219 ALLOW_ERROR_INJECTION(guc_wait_ucode, ERRNO);
1610 ALLOW_ERROR_INJECTION(xe_guc_mmio_send_recv, ERRNO);
H A Dxe_exec_queue.c460 ALLOW_ERROR_INJECTION(xe_exec_queue_create, ERRNO);
564 ALLOW_ERROR_INJECTION(xe_exec_queue_create_bind, ERRNO);
H A Dxe_wa.c945 ALLOW_ERROR_INJECTION(xe_wa_gt_init, ERRNO); /* See xe_pci_probe() */
H A Dxe_pt.c151 ALLOW_ERROR_INJECTION(xe_pt_create, ERRNO);
2344 ALLOW_ERROR_INJECTION(xe_pt_update_ops_prepare, ERRNO);
2713 ALLOW_ERROR_INJECTION(xe_pt_update_ops_run, ERRNO);
H A Dxe_vm.c270 ALLOW_ERROR_INJECTION(xe_vm_add_compute_exec_queue, ERRNO);
675 ALLOW_ERROR_INJECTION(xe_vma_ops_alloc, ERRNO);
1555 ALLOW_ERROR_INJECTION(xe_vm_create_scratch, ERRNO);
2575 ALLOW_ERROR_INJECTION(vm_bind_ioctl_ops_create, ERRNO);
3571 ALLOW_ERROR_INJECTION(vm_bind_ioctl_ops_execute, ERRNO);
/linux/drivers/gpu/drm/i915/
H A Di915_driver.c288 ALLOW_ERROR_INJECTION(i915_driver_early_probe, ERRNO);
368 ALLOW_ERROR_INJECTION(i915_driver_mmio_probe, ERRNO);
598 ALLOW_ERROR_INJECTION(i915_driver_hw_probe, ERRNO);
/linux/Documentation/livepatch/
H A Dcallbacks.rst76 code (0 for success, -ERRNO on error). An error status code indicates
/linux/tools/testing/selftests/bpf/test_kmods/
H A Dbpf_testmod.c565 ALLOW_ERROR_INJECTION(bpf_testmod_test_read, ERRNO); in bpf_testmod_test_write()
583 ALLOW_ERROR_INJECTION(bpf_testmod_test_write, ERRNO);
/linux/block/
H A Dblk-core.c549 ALLOW_ERROR_INJECTION(should_fail_bio, ERRNO);

12