| /Linux-v6.6/drivers/platform/surface/aggregator/ |
| 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()
|
| /Linux-v6.6/io_uring/ |
| 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() 680 io_kill_timeout(req, -ECANCELED)) in io_kill_timeouts()
|
| /Linux-v6.6/drivers/media/dvb-frontends/cxd2880/ |
| D | cxd2880_integ.c | 69 return -ECANCELED; in cxd2880_integ_check_cancellation()
|
| /Linux-v6.6/fs/xfs/ |
| 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()
|
| D | xfs_itable.h | 38 return breq->ocount == breq->icount ? -ECANCELED : 0; in xfs_ibulk_advance()
|
| /Linux-v6.6/lib/ |
| D | errname.c | 35 E(ECANCELED), /* ECANCELLED */ 179 static_assert(ECANCELLED == ECANCELED);
|
| D | globtest.c | 157 return n ? -ECANCELED : 0; in glob_init()
|
| /Linux-v6.6/fs/xfs/scrub/ |
| D | quota.c | 171 return -ECANCELED; in xchk_quota_item() 246 if (error == -ECANCELED) in xchk_quota()
|
| 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()
|
| D | repair.c | 447 return (*agbno == bno) ? -ECANCELED : 0; in xrep_findroot_agfl_walk() 477 if (error == -ECANCELED) in xrep_findroot_block()
|
| /Linux-v6.6/tools/include/uapi/asm-generic/ |
| D | errno.h | 109 #define ECANCELED 125 /* Operation Canceled */ macro
|
| /Linux-v6.6/include/uapi/asm-generic/ |
| D | errno.h | 109 #define ECANCELED 125 /* Operation Canceled */ macro
|
| /Linux-v6.6/arch/mips/include/uapi/asm/ |
| D | errno.h | 107 #define ECANCELED 158 /* AIO operation canceled */ macro
|
| /Linux-v6.6/arch/sparc/include/uapi/asm/ |
| D | errno.h | 104 #define ECANCELED 127 /* Operation Cancelled */ macro
|
| /Linux-v6.6/arch/parisc/include/uapi/asm/ |
| D | errno.h | 117 #define ECANCELED ECANCELLED /* SuSv3 and Solaris wants one 'L' */ macro
|
| /Linux-v6.6/arch/alpha/include/uapi/asm/ |
| D | errno.h | 114 #define ECANCELED 131 /* Operation Cancelled */ macro
|
| /Linux-v6.6/tools/arch/alpha/include/uapi/asm/ |
| D | errno.h | 114 #define ECANCELED 131 /* Operation Cancelled */ macro
|
| /Linux-v6.6/tools/arch/mips/include/uapi/asm/ |
| D | errno.h | 107 #define ECANCELED 158 /* AIO operation canceled */ macro
|
| /Linux-v6.6/tools/arch/parisc/include/uapi/asm/ |
| D | errno.h | 117 #define ECANCELED ECANCELLED /* SuSv3 and Solaris wants one 'L' */ macro
|
| /Linux-v6.6/tools/arch/sparc/include/uapi/asm/ |
| D | errno.h | 104 #define ECANCELED 127 /* Operation Cancelled */ macro
|
| /Linux-v6.6/kernel/trace/ |
| D | trace_dynevent.c | 139 if (!ret || ret != -ECANCELED) in create_dyn_event() 143 if (ret == -ECANCELED) in create_dyn_event()
|
| /Linux-v6.6/fs/ |
| D | timerfd.c | 228 return -ECANCELED; in timerfd_setup() 288 res = -ECANCELED; in timerfd_read() 369 ret = -ECANCELED; in timerfd_ioctl()
|
| /Linux-v6.6/sound/soc/ti/ |
| D | osk5912.c | 144 err = -ECANCELED; in osk_soc_init()
|
| /Linux-v6.6/drivers/char/tpm/ |
| D | xen-tpmfront.c | 82 return -ECANCELED; in wait_for_tpm_stat() 184 return -ECANCELED; in vtpm_recv()
|
| /Linux-v6.6/include/crypto/internal/ |
| D | skcipher.h | 161 skcipher_walk_done(walk, -ECANCELED); in skcipher_walk_abort()
|