Searched refs:abort (Results 76 - 100 of 258) sorted by relevance

1234567891011

/linux-master/drivers/md/
H A Draid0.c136 goto abort;
144 goto abort;
150 goto abort;
180 goto abort;
185 goto abort;
190 goto abort;
201 goto abort;
270 goto abort;
289 abort:
H A Draid1.c1355 * make_request() can abort the operation when read-ahead is being
1967 goto abort;
1978 goto abort;
1999 goto abort;
2010 abort:
2169 int abort = 0; local
2183 abort = 1;
2185 if (abort) {
2783 /* If we aborted, we need to abort the
2941 * abort th
[all...]
/linux-master/drivers/hwmon/
H A Dmenf21bmc_hwmon.c66 goto abort;
73 abort:
H A Dltc4261.c77 goto abort;
84 abort:
H A Dlm73.c153 goto abort;
159 abort:
H A Dds620.c114 goto abort;
123 abort:
H A Ddrivetemp.c569 goto abort;
577 goto abort;
583 abort:
H A Dadt7x10.c211 goto abort;
219 abort:
H A Dnct6775-platform.c413 goto abort;
435 goto abort;
438 goto abort;
447 goto abort;
459 goto abort;
466 goto abort;
470 goto abort;
474 abort:
/linux-master/tools/testing/selftests/ptrace/
H A Dget_syscall_info.c253 abort();
260 abort();
/linux-master/drivers/pci/hotplug/
H A Dshpchp_hpc.c916 goto abort;
923 goto abort;
929 goto abort;
939 goto abort;
956 goto abort;
962 goto abort;
971 goto abort;
1071 abort:
/linux-master/drivers/net/ppp/
H A Dpppoe.c494 goto abort;
497 goto abort;
501 goto abort;
509 abort:
928 goto abort;
931 goto abort;
937 goto abort;
958 abort:
/linux-master/tools/perf/tests/
H A Dtests-scripts.c120 abort();
249 abort();
/linux-master/drivers/xen/
H A Dpvcalls-back.c1042 int err, abort; local
1046 abort = 1;
1058 goto abort;
1065 goto abort;
1072 goto abort;
1075 abort = 0;
1076 abort:
1077 err = xenbus_transaction_end(xbt, abort);
1079 if (err == -EAGAIN && !abort)
1085 if (abort)
[all...]
/linux-master/drivers/nvme/target/
H A Dfc.c82 bool abort; member in struct:nvmet_fc_fcp_iod
646 fod->abort = false;
748 fod->abort = false;
894 /* abort outstanding io's */
898 fod->abort = true;
900 * only call lldd abort routine if waiting for
2028 * If this routine returns error, the LLDD should abort the exchange.
2225 * don't call abort routine again.
2316 fod->abort = true;
2332 __nvmet_fc_fod_op_abort(struct nvmet_fc_fcp_iod *fod, bool abort) argument
2360 bool abort; local
2463 bool abort; local
[all...]
/linux-master/arch/arm/kernel/
H A Dentry-armv.S74 @ 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...]
/linux-master/drivers/staging/media/meson/vdec/
H A Dcodec_h264.c436 goto abort;
440 goto abort;
444 goto abort;
461 abort:
/linux-master/include/uapi/linux/
H A Dfd.h90 abort, /* number of errors to be reached before aborting */ member in struct:floppy_max_errors
/linux-master/arch/x86/kernel/
H A Duprobes.c509 void (*abort)(struct arch_uprobe *, struct pt_regs *); member in struct:uprobe_xol_ops
582 .abort = default_abort_op,
1040 if (auprobe->ops->abort)
1041 auprobe->ops->abort(auprobe, regs);
/linux-master/net/netfilter/
H A Dnfnetlink.c409 if (!ss->valid_genid || !ss->commit || !ss->abort) {
525 * have to abort and start from scratch using the
566 ss->abort(net, oskb, NFNL_ABORT_AUTOLOAD);
577 ss->abort(net, oskb, NFNL_ABORT_NONE);
590 err = ss->abort(net, oskb, abort_action);
/linux-master/arch/x86/kvm/vmx/
H A Dvmcs.h23 u32 abort; member in struct:vmcs
/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dsev_smoke_test.c61 abort();
/linux-master/arch/arm/common/
H A Dmcpm_head.S126 @ point onwards will observe INBOUND_COMING_UP and abort.
128 @ Wait for any previously-pending cluster teardown operations to abort
/linux-master/tools/testing/selftests/arm64/signal/
H A Dtest_signals_utils.c143 abort();
154 abort();
/linux-master/drivers/dma/dw-edma/
H A Ddw-hdma-v0-core.c115 dw_edma_handler_t done, dw_edma_handler_t abort)
146 abort(chan);
250 /* Interrupt enable&unmask - done, abort */
283 /* MSI abort addr - low, high */
114 dw_hdma_v0_core_handle_int(struct dw_edma_irq *dw_irq, enum dw_edma_dir dir, dw_edma_handler_t done, dw_edma_handler_t abort) argument

Completed in 271 milliseconds

1234567891011