Searched refs:abort (Results 226 - 250 of 258) sorted by relevance

1234567891011

/linux-master/include/net/netfilter/
H A Dnf_tables.h442 * @abort: abort set elements
495 void (*abort)(const struct nft_set *set); member in struct:nft_set_ops
1240 /* For error and abort path: restore use counter to previous state. */
/linux-master/drivers/gpu/drm/exynos/
H A Dexynos_drm_fimc.c1130 .abort = fimc_abort,
/linux-master/tools/testing/selftests/kvm/lib/x86_64/
H A Dprocessor.c1217 abort();
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dsdio.c1200 static void brcmf_sdio_rxfail(struct brcmf_sdio *bus, bool abort, bool rtx) argument
1210 abort ? "abort command, " : "",
1213 if (abort)
1262 /* On failure, abort the command and terminate the frame */
1263 brcmf_err("sdio error, abort command and terminate frame\n");
/linux-master/tools/perf/
H A Dbuiltin-script.c917 br->flags.abort ? 'A' : '-',
1223 en->flags.abort ? " ABORT" : "");
1369 if (entries[0].flags.abort)
/linux-master/tools/perf/util/
H A Dsort.c1938 return left->branch_info->flags.abort !=
1939 right->branch_info->flags.abort;
1948 if (he->branch_info->flags.abort)
1958 .se_header = "Transaction abort",
2400 DIM(SORT_ABORT, "abort", sort_abort),
/linux-master/drivers/nvme/host/
H A Dpci.c1367 cmd.abort.opcode = nvme_admin_abort_cmd;
1368 cmd.abort.cid = nvme_cid(req);
1369 cmd.abort.sqid = cpu_to_le16(nvmeq->qid);
1390 * The aborted req will be completed on receiving the abort req.
/linux-master/arch/x86/events/intel/
H A Dcore.c5399 EVENT_ATTR_STR(tx-abort, tx_abort, "event=0xc9,umask=0x4");
5404 EVENT_ATTR_STR(el-abort, el_abort, "event=0xc8,umask=0x4");
5796 EVENT_ATTR_STR_HYBRID(tx-abort, tx_abort_adl, "event=0xc9,umask=0x4", hybrid_big);
6696 * TSX force abort hooks are not required on these systems. Only deploy
/linux-master/drivers/scsi/megaraid/
H A Dmegaraid_sas.h1567 * that the driver cannot _actually_ abort or reset pending commands. While
1582 * itself (E.g, AEN, abort cmd, IOCTLs etc). The number of commands it needs
2015 struct megasas_abort_frame abort; member in union:megasas_frame
/linux-master/tools/testing/selftests/kvm/lib/
H A Dkvm_util.c2113 abort();
/linux-master/
H A DMakefile571 -Cpanic=abort -Cembed-bitcode=n -Clto=n \
/linux-master/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dmcu.c1134 } __packed abort; member in struct:__anon1399
1136 .abort = {
/linux-master/fs/btrfs/
H A Drelocation.c787 * We have changed references at this point, we must abort the
817 goto abort;
824 abort:
1092 * Don't have to abort since we've not changed anything
/linux-master/net/ipv4/
H A Dtcp_ipv4.c403 void tcp_req_err(struct sock *sk, u32 seq, bool abort) argument
413 } else if (abort) {
/linux-master/drivers/scsi/
H A Dsd.c1997 enum pr_type type, bool abort)
1999 return sd_pr_out_command(bdev, abort ? 0x05 : 0x04, old_key, new_key,
1996 sd_pr_preempt(struct block_device *bdev, u64 old_key, u64 new_key, enum pr_type type, bool abort) argument
/linux-master/arch/powerpc/kernel/
H A Dexceptions-64s.S478 .abort "Bad maskable vector"
/linux-master/net/mac80211/
H A Dieee80211_i.h353 bool started, abort, hw_begun, notified; member in struct:ieee80211_roc_work
2403 * We should abort the worker to avoid the races below.
/linux-master/include/net/
H A Dtcp.h454 void tcp_req_err(struct sock *sk, u32 seq, bool abort);
1424 * We do not want to add fuel to the fire, or abort too early,
/linux-master/drivers/usb/core/
H A Dhub.c1183 goto abort;
1337 abort:
/linux-master/net/netfilter/
H A Dnf_tables_api.c2076 /* should be NULL either via abort or via successful commit */
5517 /* called from abort path, reverse check to undo changes. */
6479 /* Drop references and destroy. Called from gc, dynset and abort path. */
10514 if (!set->ops->abort)
10517 set->ops->abort(set);
10651 if (te->set->ops->abort &&
10668 if (te->set->ops->abort &&
10766 /* else, commit mutex has to be released by commit or abort function */
10776 .abort = nf_tables_abort,
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dfw.c6181 rtwdev->scan_info.abort = false;
6234 scan_info->abort = false;
6244 scan_info->abort = true;
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_target.c275 goto abort;
300 abort:
2120 "qla_target(%d): task abort (tag=%d)\n",
2198 "qla_target(%d): task abort (s_id=%x:%x:%x, "
2209 "qla_target(%d): task abort for non-existent session\n",
2379 * previous life, just abort the processing.
3294 * previous life, just abort the processing.
3431 * previous life, just abort the processing.
3830 "multiple abort. %p transport_state %x, t_state %x, "
3968 /* That could happen only in case of an error/reset/abort */
[all...]
H A Dqla_def.h733 unsigned int abort:1; member in struct:srb
4944 #define ISP_ABORT_NEEDED 2 /* Initiate ISP abort. */
4945 #define ABORT_ISP_ACTIVE 3 /* ISP abort in progress. */
/linux-master/drivers/net/wireless/intel/iwlwifi/dvm/
H A Ddebugfs.c1609 priv->reply_agg_tx_stats.abort);
/linux-master/drivers/block/
H A Dfloppy.c2102 if (err_count > drive_params[current_drive].max_errors.abort)

Completed in 559 milliseconds

1234567891011