/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | tmp401.c | 227 goto abort; in tmp401_update_device() 245 goto abort; in tmp401_update_device() 254 goto abort; in tmp401_update_device() 260 goto abort; in tmp401_update_device() 265 goto abort; in tmp401_update_device() 273 abort: in tmp401_update_device()
|
H A D | ltc4151.c | 75 goto abort; in ltc4151_update_device() 82 abort: in ltc4151_update_device()
|
/kernel/linux/linux-5.10/tools/virtio/linux/ |
H A D | bug.h | 7 #define BUG() abort()
|
/kernel/linux/linux-6.6/tools/virtio/linux/ |
H A D | bug.h | 9 #define BUG() abort()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/orinoco/ |
H A D | scan.h | 19 void orinoco_scan_done(struct orinoco_private *priv, bool abort);
|
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/orinoco/ |
H A D | scan.h | 19 void orinoco_scan_done(struct orinoco_private *priv, bool abort);
|
/kernel/linux/linux-5.10/drivers/xen/ |
H A D | pvcalls-back.c | 1033 int err, abort; in pvcalls_back_probe() local 1037 abort = 1; in pvcalls_back_probe() 1049 goto abort; in pvcalls_back_probe() 1056 goto abort; in pvcalls_back_probe() 1063 goto abort; in pvcalls_back_probe() 1066 abort = 0; in pvcalls_back_probe() 1067 abort: in pvcalls_back_probe() 1068 err = xenbus_transaction_end(xbt, abort); in pvcalls_back_probe() 1070 if (err == -EAGAIN && !abort) in pvcalls_back_probe() 1076 if (abort) in pvcalls_back_probe() [all...] |
/kernel/linux/linux-6.6/drivers/xen/ |
H A D | pvcalls-back.c | 1038 int err, abort; in pvcalls_back_probe() local 1042 abort = 1; in pvcalls_back_probe() 1054 goto abort; in pvcalls_back_probe() 1061 goto abort; in pvcalls_back_probe() 1068 goto abort; in pvcalls_back_probe() 1071 abort = 0; in pvcalls_back_probe() 1072 abort: in pvcalls_back_probe() 1073 err = xenbus_transaction_end(xbt, abort); in pvcalls_back_probe() 1075 if (err == -EAGAIN && !abort) in pvcalls_back_probe() 1081 if (abort) in pvcalls_back_probe() [all...] |
/kernel/linux/linux-5.10/drivers/md/ |
H A D | raid1.c | 1246 * make_request() can abort the operation when read-ahead is being in raid1_read_request() 1797 goto abort; in raid1_remove_disk() 1807 goto abort; in raid1_remove_disk() 1816 goto abort; in raid1_remove_disk() 1825 goto abort; in raid1_remove_disk() 1845 goto abort; in raid1_remove_disk() 1856 abort: in raid1_remove_disk() 2021 int abort = 0; in fix_sync_read_error() local 2035 abort = 1; in fix_sync_read_error() 2037 if (abort) { in fix_sync_read_error() [all...] |
/kernel/linux/linux-6.6/drivers/md/ |
H A D | raid1.c | 1265 * make_request() can abort the operation when read-ahead is being in raid1_read_request() 1843 goto abort; in raid1_remove_disk() 1853 goto abort; in raid1_remove_disk() 1862 goto abort; in raid1_remove_disk() 1871 goto abort; in raid1_remove_disk() 1891 goto abort; in raid1_remove_disk() 1902 abort: in raid1_remove_disk() 2066 int abort = 0; in fix_sync_read_error() local 2080 abort = 1; in fix_sync_read_error() 2082 if (abort) { in fix_sync_read_error() [all...] |
/kernel/linux/linux-5.10/drivers/nvme/target/ |
H A D | fc.c | 82 bool abort; member 636 fod->abort = false; in nvmet_fc_prep_fcp_iodlist() 738 fod->abort = false; in nvmet_fc_free_fcp_iod() 899 /* abort outstanding io's */ in nvmet_fc_delete_target_queue() 903 fod->abort = true; in nvmet_fc_delete_target_queue() 905 * only call lldd abort routine if waiting for in nvmet_fc_delete_target_queue() 2002 * If this routine returns error, the LLDD should abort the exchange. 2198 * don't call abort routine again. in nvmet_fc_abort_op() 2289 fod->abort = true; in nvmet_fc_transfer_fcp_data() 2305 __nvmet_fc_fod_op_abort(struct nvmet_fc_fcp_iod *fod, bool abort) in __nvmet_fc_fod_op_abort() argument 2333 bool abort; nvmet_fc_fod_op_done() local 2436 bool abort; __nvmet_fc_fcp_nvme_cmd_done() local [all...] |
/kernel/linux/linux-6.6/drivers/nvme/target/ |
H A D | fc.c | 82 bool abort; member 648 fod->abort = false; in nvmet_fc_prep_fcp_iodlist() 750 fod->abort = false; in nvmet_fc_free_fcp_iod() 896 /* abort outstanding io's */ in nvmet_fc_delete_target_queue() 900 fod->abort = true; in nvmet_fc_delete_target_queue() 902 * only call lldd abort routine if waiting for in nvmet_fc_delete_target_queue() 2024 * If this routine returns error, the LLDD should abort the exchange. 2221 * don't call abort routine again. in nvmet_fc_abort_op() 2312 fod->abort = true; in nvmet_fc_transfer_fcp_data() 2328 __nvmet_fc_fod_op_abort(struct nvmet_fc_fcp_iod *fod, bool abort) in __nvmet_fc_fod_op_abort() argument 2356 bool abort; nvmet_fc_fod_op_done() local 2459 bool abort; __nvmet_fc_fcp_nvme_cmd_done() local [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/ptrace/ |
H A D | get_syscall_info.c | 253 abort(); in TEST() 260 abort(); in TEST()
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/stringloops/ |
H A D | memcmp.c | 61 abort(); in test_one() 68 abort(); in test_one()
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | ltc4151.c | 75 goto abort; in ltc4151_update_device() 82 abort: in ltc4151_update_device()
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/stringloops/ |
H A D | memcmp.c | 61 abort(); in test_one() 68 abort(); in test_one()
|
/kernel/linux/linux-6.6/tools/testing/selftests/ptrace/ |
H A D | get_syscall_info.c | 253 abort(); in TEST() 260 abort(); in TEST()
|
/kernel/linux/linux-5.10/arch/arm/kernel/ |
H A D | entry-armv.S | 66 @ Call the processor-specific abort handler: 72 @ The abort handler must return the aborted address in r0, and 303 @ Taking a FIQ in abort mode is similar to taking a FIQ in SVC mode 304 @ and reuses the same macros. However in abort mode we must also 315 mrs r2, spsr @ Save spsr_abt, abort is now safe 328 mov lr, r1 @ Restore lr_abt, abort is unsafe 717 * This is the return code to user mode for abort handlers 857 * implementation is either an IRQ or a data abort exception 916 * implementation is either an IRQ or a data abort exception 919 * the IRQ and data abort exceptio [all...] |
/kernel/linux/linux-6.6/arch/arm/kernel/ |
H A D | entry-armv.S | 74 @ Call the processor-specific abort handler: 80 @ The abort handler must return the aborted address in r0, and 308 @ Taking a FIQ in abort mode is similar to taking a FIQ in SVC mode 309 @ and reuses the same macros. However in abort mode we must also 320 mrs r2, spsr @ Save spsr_abt, abort is now safe 333 mov lr, r1 @ Restore lr_abt, abort is unsafe 477 * This is the return code to user mode for abort handlers 704 * implementation is either an IRQ or a data abort exception 763 * implementation is either an IRQ or a data abort exception 766 * the IRQ and data abort exceptio [all...] |
/kernel/linux/linux-5.10/drivers/staging/greybus/tools/ |
H A D | loopback_test.c | 171 void abort(void) in abort() function 220 abort(); in usage() 254 abort(); in open_sysfs() 267 abort(); in read_sysfs_int_fd() 281 abort(); in read_sysfs_float_fd() 318 abort(); in write_sysfs_val() 537 abort(); in log_results()
|
/kernel/linux/linux-5.10/arch/arm/include/asm/ |
H A D | glue-pf.h | 51 #error Unknown prefetch abort handler type
|
/kernel/linux/linux-6.6/arch/arm/include/asm/ |
H A D | glue-pf.h | 51 #error Unknown prefetch abort handler type
|
/kernel/liteos_a/compat/posix/src/ |
H A D | stdlib.c | 67 void abort(void) in abort() function
|
/kernel/linux/linux-5.10/arch/arm/common/ |
H A D | mcpm_entry.c | 94 goto abort; in __mcpm_outbound_enter_critical() 101 * shouldn't be taking the cluster down at all: abort in that case. in __mcpm_outbound_enter_critical() 124 goto abort; in __mcpm_outbound_enter_critical() 130 abort: in __mcpm_outbound_enter_critical()
|
/kernel/linux/linux-6.6/arch/arm/common/ |
H A D | mcpm_entry.c | 94 goto abort; in __mcpm_outbound_enter_critical() 101 * shouldn't be taking the cluster down at all: abort in that case. in __mcpm_outbound_enter_critical() 124 goto abort; in __mcpm_outbound_enter_critical() 130 abort: in __mcpm_outbound_enter_critical()
|