Searched refs:abort (Results 1 - 25 of 257) sorted by last modified time

1234567891011

/linux-master/drivers/nvme/host/
H A Dpci.c1366 cmd.abort.opcode = nvme_admin_abort_cmd;
1367 cmd.abort.cid = nvme_cid(req);
1368 cmd.abort.sqid = cpu_to_le16(nvmeq->qid);
1389 * The aborted req will be completed on receiving the abort req.
/linux-master/drivers/scsi/
H A Dsd.c2004 enum pr_type type, bool abort)
2006 return sd_pr_out_command(bdev, abort ? 0x05 : 0x04, old_key, new_key,
2003 sd_pr_preempt(struct block_device *bdev, u64 old_key, u64 new_key, enum pr_type type, bool abort) argument
/linux-master/kernel/sched/
H A Dfair.c12145 goto abort;
12186 abort:
12427 * and abort nohz_idle_balance altogether if we pull some load.
/linux-master/
H A DMakefile564 -Cpanic=abort -Cembed-bitcode=n -Clto=n \
/linux-master/tools/testing/selftests/
H A Dkselftest_harness.h707 * Using __bail(), which optionally abort()s, is the easiest way to early
928 abort();
940 abort();
946 abort();
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c11935 * abort when it gets the rtnl_lock() and sees the flag.
15373 bool abort = false; local
15384 abort = true;
15387 if (abort || state == pci_channel_io_perm_failure) {
/linux-master/drivers/md/
H A Ddm.c2817 * To abort suspend, start the request_queue.
3180 bool abort; member in struct:dm_pr
3373 pr->abort);
3381 enum pr_type type, bool abort)
3380 dm_pr_preempt(struct block_device *bdev, u64 old_key, u64 new_key, enum pr_type type, bool abort) argument
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/arch/arc/kernel/
H A Dtraps.c153 * abort() call generated by older gcc for __builtin_trap()
155 void abort(void) function
/linux-master/drivers/usb/typec/tcpm/
H A Dtcpm.c691 goto abort;
697 goto abort;
707 abort:
1667 goto abort;
1677 goto abort;
1697 abort:
/linux-master/block/
H A Dioctl.c338 struct pr_preempt __user *arg, bool abort)
352 return ops->pr_preempt(bdev, p.old_key, p.new_key, p.type, abort);
337 blkdev_pr_preempt(struct block_device *bdev, blk_mode_t mode, struct pr_preempt __user *arg, bool abort) argument
/linux-master/arch/x86/events/intel/
H A Dlbr.c780 u64 from, to, mis = 0, pred = 0, in_tx = 0, abort = 0; local
803 abort = !!(info & LBR_INFO_ABORT);
816 abort = !!(from & LBR_FROM_FLAG_ABORT);
828 * Some CPUs report duplicated abort records,
829 * with the second entry not having an abort bit set.
832 * If the abort just happened outside the window
835 if (abort && x86_pmu.lbr_double_abort && out > 0)
844 br[out].abort = abort;
919 e->abort
[all...]
/linux-master/tools/perf/util/
H A Dannotate.c1960 abort();
1963 abort();
2012 abort();
/linux-master/net/netfilter/
H A Dnft_set_pipapo.c2392 .abort = nft_pipapo_abort,
2416 .abort = nft_pipapo_abort,
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. */
10510 if (!set->ops->abort)
10513 set->ops->abort(set);
10647 if (te->set->ops->abort &&
10664 if (te->set->ops->abort &&
10762 /* else, commit mutex has to be released by commit or abort function */
10772 .abort = nf_tables_abort,
/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/fs/fuse/
H A Dcuse.c595 static DEVICE_ATTR(abort, 0200, NULL, cuse_class_abort_store);
/linux-master/drivers/mmc/host/
H A Domap.c143 unsigned abort:1; member in struct:mmc_omap_host
414 int abort)
489 /* Sending abort takes 80 clocks. Have some extra and round up */
634 host->abort = 0;
645 if (host->cmd != NULL && !host->abort) {
648 host->abort = 1;
839 host->abort = 1;
413 mmc_omap_release_dma(struct mmc_omap_host *host, struct mmc_data *data, int abort) argument
/linux-master/fs/bcachefs/
H A Dbtree_locking.c195 struct trans_waiting_for_lock *i, *abort = NULL; local
212 abort = i;
240 ret = abort_lock(g, abort);
/linux-master/drivers/scsi/hisi_sas/
H A Dhisi_sas_v3_hw.c1501 struct sas_internal_abort_task *abort = &task->abort_task; local
1509 hdr->dw0 = cpu_to_le32((5U << CMD_HDR_CMD_OFF) | /* abort */
1512 (abort->type << CMD_HDR_ABORT_FLAG_OFF));
1519 hdr->dw7 = cpu_to_le32(abort->tag << CMD_HDR_ABORT_IPTT_OFF);
2236 slot->abort = 1;
2252 slot->abort = 1;
2262 slot->abort = 1;
2326 /* this IO has been aborted by abort command */
2330 /* internal abort command complete */
2338 * abort singl
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Deswitch.c1492 goto abort;
1506 abort:
1864 goto abort;
1869 goto abort;
1908 abort:
/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/drivers/ata/
H A Dsata_mv.c2612 int abort = 0; local
2719 abort = 1;
2726 abort = 1;
2729 if (abort) {
/linux-master/drivers/usb/core/
H A Dhub.c1183 goto abort;
1337 abort:
/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...]

Completed in 478 milliseconds

1234567891011