/openbmc/qemu/tests/unit/ |
H A D | test-blockjob-txn.c | 56 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 D | test-thread-pool.c | 38 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 D | ssh_request_layer.c | 623 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 D | timeout.c | 149 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 D | cxd2880_integ.c | 69 return -ECANCELED; in cxd2880_integ_check_cancellation()
|
/openbmc/linux/lib/ |
H A D | errname.c | 35 E(ECANCELED), /* ECANCELLED */ 173 static_assert(ECANCELLED == ECANCELED);
|
H A D | globtest.c | 157 return n ? -ECANCELED : 0; in glob_init()
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_itable.c | 162 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 D | xfs_itable.h | 38 return breq->ocount == breq->icount ? -ECANCELED : 0; in xfs_ibulk_advance()
|
/openbmc/linux/fs/xfs/scrub/ |
H A D | quota.c | 171 return -ECANCELED; in xchk_quota_item() 246 if (error == -ECANCELED) in xchk_quota()
|
H A D | dir.c | 85 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 D | errno.h | 109 #define ECANCELED 125 /* Operation Canceled */ macro
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | errno.h | 109 #define ECANCELED 125 /* Operation Canceled */ macro
|
/openbmc/linux/arch/sparc/include/uapi/asm/ |
H A D | errno.h | 104 #define ECANCELED 127 /* Operation Cancelled */ macro
|
/openbmc/linux/tools/arch/sparc/include/uapi/asm/ |
H A D | errno.h | 104 #define ECANCELED 127 /* Operation Cancelled */ macro
|
/openbmc/linux/tools/arch/alpha/include/uapi/asm/ |
H A D | errno.h | 114 #define ECANCELED 131 /* Operation Cancelled */ macro
|
/openbmc/linux/tools/arch/parisc/include/uapi/asm/ |
H A D | errno.h | 115 #define ECANCELED ECANCELLED /* SuSv3 and Solaris wants one 'L' */ macro
|
/openbmc/linux/tools/arch/mips/include/uapi/asm/ |
H A D | errno.h | 107 #define ECANCELED 158 /* AIO operation canceled */ macro
|
/openbmc/linux/arch/alpha/include/uapi/asm/ |
H A D | errno.h | 114 #define ECANCELED 131 /* Operation Cancelled */ macro
|
/openbmc/linux/arch/parisc/include/uapi/asm/ |
H A D | errno.h | 115 #define ECANCELED ECANCELLED /* SuSv3 and Solaris wants one 'L' */ macro
|
/openbmc/linux/arch/mips/include/uapi/asm/ |
H A D | errno.h | 107 #define ECANCELED 158 /* AIO operation canceled */ macro
|
/openbmc/qemu/backends/tpm/ |
H A D | tpm_passthrough.c | 93 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 D | trace_dynevent.c | 139 if (!ret || ret != -ECANCELED) in create_dyn_event() 143 if (ret == -ECANCELED) in create_dyn_event()
|
/openbmc/linux/fs/ |
H A D | timerfd.c | 228 return -ECANCELED; in timerfd_setup() 288 res = -ECANCELED; in timerfd_read() 369 ret = -ECANCELED; in timerfd_ioctl()
|
/openbmc/u-boot/include/linux/ |
H A D | errno.h | 134 #define ECANCELED 125 /* Operation Canceled */ macro
|