Searched refs:ECANCELED (Results 76 - 100 of 127) sorted by last modified time

123456

/linux-master/net/devlink/
H A Dhealth.c625 return -ECANCELED;
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dsdio.c791 if (ret && (ret != -ECANCELED))
1544 if (ret && ret != -ECANCELED)
H A Dusb.c147 status = -ECANCELED;
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_devlink.c269 if (rc == -ECANCELED)
/linux-master/drivers/gpu/drm/panfrost/
H A Dpanfrost_job.c455 dma_fence_set_error(job->done_fence, -ECANCELED);
586 dma_fence_set_error(canceled->done_fence, -ECANCELED);
/linux-master/drivers/accel/qaic/
H A Dqaic_control.c890 return -ECANCELED;
920 return -ECANCELED;
952 return -ECANCELED;
1336 * userspace memory but we have an exception for -ECANCELED.
1337 * For -ECANCELED, it means that device has NACKed the message with a
1340 if (ret == -ECANCELED || !ret) {
/linux-master/fs/xfs/scrub/
H A Dquota.c249 return -ECANCELED;
331 if (error == -ECANCELED)
H A Dinode.c152 error = -ECANCELED;
/linux-master/crypto/
H A Dalgapi.c402 if (err == -ECANCELED)
/linux-master/tools/arch/parisc/include/uapi/asm/
H A Derrno.h115 #define ECANCELED ECANCELLED /* SuSv3 and Solaris wants one 'L' */ macro
/linux-master/lib/
H A Derrname.c35 E(ECANCELED), /* ECANCELLED */
173 static_assert(ECANCELLED == ECANCELED);
/linux-master/arch/parisc/include/uapi/asm/
H A Derrno.h115 #define ECANCELED ECANCELLED /* SuSv3 and Solaris wants one 'L' */ macro
/linux-master/drivers/usb/gadget/legacy/
H A Dinode.c985 retval = -ECANCELED;
/linux-master/drivers/rapidio/
H A Drio_cm.c1116 err = -ECANCELED;
/linux-master/sound/soc/ti/
H A Dosk5912.c143 err = -ECANCELED;
/linux-master/include/crypto/internal/
H A Dskcipher.h222 skcipher_walk_done(walk, -ECANCELED);
/linux-master/fs/ext4/
H A Dfast_commit.c619 return -ECANCELED;
868 ret = -ECANCELED;
918 return -ECANCELED;
2073 JBD2_FC_REPLAY_STOP : -ECANCELED;
2135 JBD2_FC_REPLAY_STOP : -ECANCELED;
2232 ret = -ECANCELED;
/linux-master/drivers/net/wireless/ath/ath6kl/
H A Dtxrx.c761 if (status == -ECANCELED)
767 if (status != -ENOSPC && status != -ECANCELED)
/linux-master/drivers/rpmsg/
H A Dqcom_glink_native.c1364 ret = READ_ONCE(channel->intent_req_result) ? 0 : -ECANCELED;
/linux-master/io_uring/
H A Dtimeout.c149 long res = -ECANCELED;
202 io_req_queue_tw_complete(link, -ECANCELED);
211 io_req_queue_tw_complete(link, -ECANCELED);
298 io_req_task_queue_fail(req, -ECANCELED);
680 io_kill_timeout(req, -ECANCELED))
/linux-master/drivers/net/wireless/ath/ath5k/
H A Dphy.c1809 return -ECANCELED;
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_fw_update.c90 * Returns: zero if the component can be updated, or -ECANCELED of the
188 return -ECANCELED;
/linux-master/drivers/firewire/
H A Dcore-cdev.c498 ret = -ECANCELED;
/linux-master/drivers/pci/controller/
H A Dpci-aardvark.c738 ret = -ECANCELED;
/linux-master/drivers/usb/class/
H A Dusbtmc.c1789 file_data->in_status = -ECANCELED;
1790 file_data->out_status = -ECANCELED;

Completed in 348 milliseconds

123456