| /linux-6.15/io_uring/ |
| H A D | cancel.c | 147 cancel->addr = READ_ONCE(sqe->addr); in io_async_cancel_prep() 149 if (cancel->flags & ~CANCEL_FLAGS) in io_async_cancel_prep() 154 cancel->fd = READ_ONCE(sqe->fd); in io_async_cancel_prep() 159 cancel->opcode = READ_ONCE(sqe->len); in io_async_cancel_prep() 203 .data = cancel->addr, in io_async_cancel() 204 .flags = cancel->flags, in io_async_cancel() 205 .opcode = cancel->opcode, in io_async_cancel() 347 bool (*cancel)(struct io_kiocb *)) in io_cancel_remove_all() 359 if (cancel(req)) in io_cancel_remove_all() 368 bool (*cancel)(struct io_kiocb *)) in io_cancel_remove() [all …]
|
| H A D | cancel.h | 29 bool (*cancel)(struct io_kiocb *)); 33 bool (*cancel)(struct io_kiocb *));
|
| /linux-6.15/drivers/base/firmware_loader/ |
| H A D | sysfs_upload.c | 97 bool cancel; in cancel_store() local 99 if (kstrtobool(buf, &cancel) || !cancel) in cancel_store() 106 fwlp->ops->cancel(fwlp->fw_upload); in cancel_store() 111 DEVICE_ATTR_WO(cancel); 307 if (!ops || !ops->cancel || !ops->prepare || in firmware_upload_register() 398 fw_upload_priv->ops->cancel(fw_upload); in firmware_upload_unregister()
|
| /linux-6.15/drivers/scsi/isci/ |
| H A D | isci.h | 490 bool cancel; member 496 tmr->cancel = false; in sci_init_timer() 502 tmr->cancel = false; in sci_mod_timer() 508 tmr->cancel = true; in sci_del_timer()
|
| /linux-6.15/include/linux/ |
| H A D | aio.h | 16 void kiocb_set_cancel_fn(struct kiocb *req, kiocb_cancel_fn *cancel); 20 kiocb_cancel_fn *cancel) { } in kiocb_set_cancel_fn() argument
|
| /linux-6.15/drivers/block/drbd/ |
| H A D | drbd_worker.c | 347 if (unlikely(cancel)) in w_e_send_csum() 598 if (unlikely(cancel)) in make_resync_request() 773 if (unlikely(cancel)) in make_ov_request() 1060 if (unlikely(cancel)) { in w_e_end_data_req() 1121 if (unlikely(cancel)) { in w_e_end_rsdata_req() 1177 if (unlikely(cancel)) { in w_e_end_csum_rs_req() 1242 if (unlikely(cancel)) in w_e_end_ov_req() 1302 if (unlikely(cancel)) { in w_e_end_ov_reply() 1397 if (cancel) in w_send_write_hint() 1432 if (unlikely(cancel)) { in w_send_out_of_sync() [all …]
|
| /linux-6.15/net/can/ |
| H A D | gw.c | 647 goto cancel; in cgw_put_job() 652 goto cancel; in cgw_put_job() 657 goto cancel; in cgw_put_job() 664 goto cancel; in cgw_put_job() 675 goto cancel; in cgw_put_job() 732 goto cancel; in cgw_put_job() 738 goto cancel; in cgw_put_job() 744 goto cancel; in cgw_put_job() 755 goto cancel; in cgw_put_job() 758 goto cancel; in cgw_put_job() [all …]
|
| /linux-6.15/drivers/media/dvb-frontends/cxd2880/ |
| H A D | cxd2880_integ.c | 58 atomic_set(&tnr_dmd->cancel, 1); in cxd2880_integ_cancel() 68 if (atomic_read(&tnr_dmd->cancel) != 0) in cxd2880_integ_check_cancellation()
|
| /linux-6.15/rust/kernel/time/hrtimer/ |
| H A D | arc.rs | 28 fn cancel(&mut self) -> bool { in cancel() function 46 self.cancel(); in drop()
|
| H A D | pin.rs | 27 fn cancel(&mut self) -> bool { in cancel() function 45 self.cancel(); in drop()
|
| H A D | pin_mut.rs | 25 fn cancel(&mut self) -> bool { in cancel() function 43 self.cancel(); in drop()
|
| H A D | tbox.rs | 35 fn cancel(&mut self) -> bool { in cancel() function 52 self.cancel(); in drop()
|
| /linux-6.15/fs/netfs/ |
| H A D | read_pgpriv2.c | 103 goto cancel; in netfs_pgpriv2_begin_copy_to_cache() 108 goto cancel; in netfs_pgpriv2_begin_copy_to_cache() 120 cancel: in netfs_pgpriv2_begin_copy_to_cache()
|
| H A D | read_single.c | 122 goto cancel; in netfs_single_dispatch_read() 144 cancel: in netfs_single_dispatch_read()
|
| /linux-6.15/tools/testing/ktest/ |
| H A D | config-bisect.pl | 111 my ($cancel, $prompt) = @_; 116 if ($cancel) { 124 if ($cancel) { 131 if ($cancel) {
|
| /linux-6.15/drivers/s390/cio/ |
| H A D | ccwreq.c | 134 req->cancel = 0; in ccw_request_start() 159 req->cancel = 1; in ccw_request_cancel() 283 if (req->cancel) { in ccw_request_handler()
|
| /linux-6.15/Documentation/devicetree/bindings/regulator/ |
| H A D | dlg,da9121.yaml | 106 dlg,ripple-cancel: 197 dlg,ripple-cancel = <DA9121_BUCK_RIPPLE_CANCEL_NONE>; 208 dlg,ripple-cancel = <DA9121_BUCK_RIPPLE_CANCEL_NONE>;
|
| /linux-6.15/Documentation/driver-api/firmware/ |
| H A D | fw_upload.rst | 36 .cancel = m10bmc_sec_cancel, 127 * cancel - echo 1 to this file to cancel the update
|
| /linux-6.15/block/ |
| H A D | disk-events.c | 77 bool cancel; in disk_block_events() local 89 cancel = !ev->block++; in disk_block_events() 92 if (cancel) in disk_block_events()
|
| /linux-6.15/Documentation/ABI/stable/ |
| H A D | sysfs-class-tpm | 21 What: /sys/class/tpm/tpmX/device/cancel 25 Description: The "cancel" property allows you to cancel the currently 26 pending TPM command. Writing any value to cancel will call the 27 TPM vendor specific cancel operation.
|
| /linux-6.15/net/mctp/ |
| H A D | neigh.c | 230 goto cancel; in mctp_fill_neigh() 233 goto cancel; in mctp_fill_neigh() 238 cancel: in mctp_fill_neigh()
|
| /linux-6.15/arch/sparc/lib/ |
| H A D | udivdi3.S | 38 ! Got carry from n. Subtract next step to cancel this carry. 76 ! Got carry from n. Subtract next step to cancel this carry. 102 ! Got carry from n. Subtract next step to cancel this carry. 181 ! Got carry from n. Subtract next step to cancel this carry.
|
| H A D | divdi3.S | 62 ! Got carry from n. Subtract next step to cancel this carry. 98 ! Got carry from n. Subtract next step to cancel this carry. 122 ! Got carry from n. Subtract next step to cancel this carry. 197 ! Got carry from n. Subtract next step to cancel this carry.
|
| /linux-6.15/drivers/gpu/drm/i915/gt/ |
| H A D | selftest_rps.c | 60 u32 **cancel, in create_spin_counter() argument 138 *cancel = base + loop; in create_spin_counter() 636 u32 *cancel, *cntr; in live_rps_frequency_cs() local 646 &cancel, &cntr); in live_rps_frequency_cs() 720 *cancel = MI_BATCH_BUFFER_END; in live_rps_frequency_cs() 775 u32 *cancel, *cntr; in live_rps_frequency_srm() local 785 &cancel, &cntr); in live_rps_frequency_srm() 858 *cancel = MI_BATCH_BUFFER_END; in live_rps_frequency_srm()
|
| /linux-6.15/include/net/9p/ |
| H A D | transport.h | 52 int (*cancel)(struct p9_client *client, struct p9_req_t *req); member
|