Home
last modified time | relevance | path

Searched refs:ECANCELED (Results 1 – 25 of 134) sorted by relevance

123456

/openbmc/qemu/tests/unit/
H A Dtest-blockjob-txn.c56 ret = -ECANCELED; in test_block_job_cb()
120 if (expected == -ECANCELED) { in test_single_job()
145 test_single_job(-ECANCELED); in test_single_job_cancel()
168 if (expected1 == -ECANCELED) { in test_pair_jobs()
171 if (expected2 == -ECANCELED) { in test_pair_jobs()
182 expected2 = -ECANCELED; in test_pair_jobs()
184 expected1 = -ECANCELED; in test_pair_jobs()
208 test_pair_jobs(-ECANCELED, 0); in test_pair_jobs_cancel()
209 test_pair_jobs(0, -ECANCELED); in test_pair_jobs_cancel()
221 job1 = test_block_job_start(1, true, -ECANCELED, &result1, txn); in test_pair_jobs_fail_cancel_race()
[all …]
H A Dtest-thread-pool.c38 g_assert(data->ret == -EINPROGRESS || data->ret == -ECANCELED); in done_cb()
174 data[i].ret = -ECANCELED; in do_test_cancel()
214 g_assert_cmpint(data[i].ret, ==, -ECANCELED); in do_test_cancel()
/openbmc/linux/drivers/platform/surface/aggregator/
H A Dssh_request_layer.c623 ssh_rtl_complete_with_status(r, -ECANCELED); in ssh_rtl_cancel_nonpending()
653 ssh_rtl_complete_with_status(r, -ECANCELED); in ssh_rtl_cancel_nonpending()
678 ssh_rtl_complete_with_status(r, -ECANCELED); in ssh_rtl_cancel_pending()
700 ssh_rtl_complete_with_status(r, -ECANCELED); in ssh_rtl_cancel_pending()
1178 WARN_ON(rqst.status != 0 && rqst.status != -ECANCELED && in ssh_rtl_flush()
1181 return rqst.status == -ECANCELED ? -ETIMEDOUT : rqst.status; in ssh_rtl_flush()
/openbmc/linux/io_uring/
H A Dtimeout.c149 long res = -ECANCELED; in io_req_tw_fail_links()
202 io_req_queue_tw_complete(link, -ECANCELED); in io_disarm_next()
211 io_req_queue_tw_complete(link, -ECANCELED); in io_disarm_next()
298 io_req_task_queue_fail(req, -ECANCELED); in io_timeout_cancel()
682 io_kill_timeout(req, -ECANCELED)) in io_kill_timeouts()
/openbmc/linux/drivers/media/dvb-frontends/cxd2880/
H A Dcxd2880_integ.c69 return -ECANCELED; in cxd2880_integ_check_cancellation()
/openbmc/linux/lib/
H A Derrname.c35 E(ECANCELED), /* ECANCELLED */
173 static_assert(ECANCELLED == ECANCELED);
H A Dglobtest.c157 return n ? -ECANCELED : 0; in glob_init()
/openbmc/linux/fs/xfs/
H A Dxfs_itable.c162 if (error == -ECANCELED) in xfs_bulkstat_one_int()
223 if (error == -ECANCELED) in xfs_bulkstat_one()
404 if (error && error != -ECANCELED) in xfs_inumbers_walk()
H A Dxfs_itable.h38 return breq->ocount == breq->icount ? -ECANCELED : 0; in xfs_ibulk_advance()
/openbmc/linux/fs/xfs/scrub/
H A Dquota.c171 return -ECANCELED; in xchk_quota_item()
246 if (error == -ECANCELED) in xchk_quota()
H A Ddir.c85 return -ECANCELED; in xchk_dir_actor()
91 return -ECANCELED; in xchk_dir_actor()
116 return -ECANCELED; in xchk_dir_actor()
141 return -ECANCELED; in xchk_dir_actor()
787 if (error == -ECANCELED) in xchk_directory()
/openbmc/linux/tools/include/uapi/asm-generic/
H A Derrno.h109 #define ECANCELED 125 /* Operation Canceled */ macro
/openbmc/linux/include/uapi/asm-generic/
H A Derrno.h109 #define ECANCELED 125 /* Operation Canceled */ macro
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Derrno.h104 #define ECANCELED 127 /* Operation Cancelled */ macro
/openbmc/linux/tools/arch/sparc/include/uapi/asm/
H A Derrno.h104 #define ECANCELED 127 /* Operation Cancelled */ macro
/openbmc/linux/tools/arch/alpha/include/uapi/asm/
H A Derrno.h114 #define ECANCELED 131 /* Operation Cancelled */ macro
/openbmc/linux/tools/arch/parisc/include/uapi/asm/
H A Derrno.h115 #define ECANCELED ECANCELLED /* SuSv3 and Solaris wants one 'L' */ macro
/openbmc/linux/tools/arch/mips/include/uapi/asm/
H A Derrno.h107 #define ECANCELED 158 /* AIO operation canceled */ macro
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Derrno.h114 #define ECANCELED 131 /* Operation Cancelled */ macro
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Derrno.h115 #define ECANCELED ECANCELLED /* SuSv3 and Solaris wants one 'L' */ macro
/openbmc/linux/arch/mips/include/uapi/asm/
H A Derrno.h107 #define ECANCELED 158 /* AIO operation canceled */ macro
/openbmc/qemu/backends/tpm/
H A Dtpm_passthrough.c93 if (!tpm_pt->tpm_op_canceled || errno != ECANCELED) { in tpm_passthrough_unix_tx_bufs()
104 if (!tpm_pt->tpm_op_canceled || errno != ECANCELED) { in tpm_passthrough_unix_tx_bufs()
/openbmc/linux/kernel/trace/
H A Dtrace_dynevent.c139 if (!ret || ret != -ECANCELED) in create_dyn_event()
143 if (ret == -ECANCELED) in create_dyn_event()
/openbmc/linux/fs/
H A Dtimerfd.c228 return -ECANCELED; in timerfd_setup()
288 res = -ECANCELED; in timerfd_read()
369 ret = -ECANCELED; in timerfd_ioctl()
/openbmc/u-boot/include/linux/
H A Derrno.h134 #define ECANCELED 125 /* Operation Canceled */ macro

123456