Searched refs:abort (Results 176 - 200 of 258) sorted by last modified time

1234567891011

/linux-master/drivers/dma/ioat/
H A Ddma.c731 * descriptors to abort.
784 bool abort = false; local
830 abort = true;
860 /* we need abort all descriptors */
861 if (abort) {
/linux-master/include/linux/
H A Dpr.h27 enum pr_type type, bool abort);
H A Dpanic.h36 void abort(void);
/linux-master/tools/testing/selftests/arm64/signal/
H A Dtest_signals_utils.c143 abort();
154 abort();
/linux-master/tools/spi/
H A Dspidev_test.c35 abort();
/linux-master/net/sctp/
H A Dsm_sideeffect.c656 struct sctp_chunk *abort; local
674 abort = sctp_make_violation_max_retrans(asoc, chunk);
675 if (abort)
677 SCTP_CHUNK(abort));
/linux-master/drivers/hwmon/pmbus/
H A Dpmbus.c137 goto abort;
150 * without testing it. Until then, abort if a chip configured for direct
155 goto abort;
160 abort:
/linux-master/drivers/hwmon/
H A Dmax1668.c83 goto abort;
89 goto abort;
96 goto abort;
103 goto abort;
111 goto abort;
118 goto abort;
124 abort:
H A Dlm95234.c170 goto abort;
177 goto abort;
182 goto abort;
187 goto abort;
192 goto abort;
199 abort:
H A Dlm80.c175 goto abort;
180 goto abort;
185 goto abort;
191 goto abort;
196 goto abort;
201 goto abort;
206 goto abort;
211 goto abort;
214 goto abort;
220 goto abort;
[all...]
H A Ddrivetemp.c569 goto abort;
577 goto abort;
583 abort:
H A Dadt7x10.c211 goto abort;
219 abort:
/linux-master/arch/arm/mach-exynos/
H A Dpm.c200 * the other cpu will power down itself or will abort the
211 goto abort;
223 goto abort;
232 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
H A Dmcpm_entry.c94 goto abort;
101 * shouldn't be taking the cluster down at all: abort in that case.
124 goto abort;
130 abort:
/linux-master/arch/sh/math-emu/
H A Dsfp-util.h69 #define abort() return 0 macro
/linux-master/include/linux/netfilter/
H A Dnfnetlink.h46 int (*abort)(struct net *net, struct sk_buff *skb, member in struct:nfnetlink_subsystem
/linux-master/scripts/
H A Dasn1_compiler.c816 abort();
908 abort();
/linux-master/net/can/j1939/
H A Dtransport.c55 /* A timeout occurred and this is the connection abort to
130 static const char *j1939_xtp_abort_to_str(enum j1939_xtp_abort abort) argument
132 switch (abort) {
138 return "A timeout occurred and this is the connection abort to close the session.";
171 enum j1939_xtp_abort abort)
175 switch (abort) {
177 WARN_ON_ONCE(abort == J1939_XTP_NO_ABORT);
229 netdev_warn(priv->ndev, "Unknown abort code %i", abort);
1233 netdev_alert(priv->ndev, "%s: 0x%p: abort r
170 j1939_xtp_abort_to_errno(struct j1939_priv *priv, enum j1939_xtp_abort abort) argument
1276 enum j1939_xtp_abort abort = J1939_XTP_NO_ABORT; local
1331 u8 abort = skb->data[1]; local
1592 enum j1939_xtp_abort abort = J1939_XTP_NO_ABORT; local
1804 enum j1939_xtp_abort abort = J1939_XTP_ABORT_FAULT; local
[all...]
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dsdio.h80 /* Frame Control (frame term/abort) */
247 u32 abort; /* rev8 */ member in struct:sdpcmd_regs
347 /* Issue an abort to the specified function */
/linux-master/include/xen/
H A Dxenbus.h166 int xenbus_transaction_end(struct xenbus_transaction t, int abort);
/linux-master/tools/testing/selftests/rseq/
H A Drseq.h114 abort(); \
H A Drseq-x86-bits.h21 RSEQ_ASM_DEFINE_TABLE(3, 1f, 2f, 4f) /* start, commit, abort */
43 RSEQ_ASM_DEFINE_ABORT(4, "", abort)
52 : abort, cmpfail
59 abort:
87 RSEQ_ASM_DEFINE_TABLE(3, 1f, 2f, 4f) /* start, commit, abort */
114 RSEQ_ASM_DEFINE_ABORT(4, "", abort)
125 : abort, cmpfail
132 abort:
155 RSEQ_ASM_DEFINE_TABLE(3, 1f, 2f, 4f) /* start, commit, abort */
170 RSEQ_ASM_DEFINE_ABORT(4, "", abort)
[all...]
H A Drseq-riscv-bits.h30 RSEQ_ASM_DEFINE_ABORT(4, abort)
41 : abort, cmpfail
48 abort:
87 RSEQ_ASM_DEFINE_ABORT(4, abort)
99 : abort, cmpfail
105 abort:
137 RSEQ_ASM_DEFINE_ABORT(4, abort)
147 : abort
153 abort:
190 RSEQ_ASM_DEFINE_ABORT(4, abort)
[all...]
H A Drseq-ppc-bits.h20 RSEQ_ASM_DEFINE_TABLE(3, 1f, 2f, 4f) /* start, commit, abort */
43 RSEQ_ASM_DEFINE_ABORT(4, abort)
54 : abort, cmpfail
61 abort:
85 RSEQ_ASM_DEFINE_TABLE(3, 1f, 2f, 4f) /* start, commit, abort */
114 RSEQ_ASM_DEFINE_ABORT(4, abort)
127 : abort, cmpfail
134 abort:
157 RSEQ_ASM_DEFINE_TABLE(3, 1f, 2f, 4f) /* start, commit, abort */
177 RSEQ_ASM_DEFINE_ABORT(4, abort)
[all...]

Completed in 264 milliseconds

1234567891011