Home
last modified time | relevance | path

Searched refs:cancel (Results 1 – 25 of 196) sorted by relevance

12345678

/linux-6.12.1/io_uring/
Dcancel.c140 struct io_cancel *cancel = io_kiocb_to_cmd(req, struct io_cancel); in io_async_cancel_prep() local
147 cancel->addr = READ_ONCE(sqe->addr); in io_async_cancel_prep()
148 cancel->flags = READ_ONCE(sqe->cancel_flags); in io_async_cancel_prep()
149 if (cancel->flags & ~CANCEL_FLAGS) in io_async_cancel_prep()
151 if (cancel->flags & IORING_ASYNC_CANCEL_FD) { in io_async_cancel_prep()
152 if (cancel->flags & IORING_ASYNC_CANCEL_ANY) in io_async_cancel_prep()
154 cancel->fd = READ_ONCE(sqe->fd); in io_async_cancel_prep()
156 if (cancel->flags & IORING_ASYNC_CANCEL_OP) { in io_async_cancel_prep()
157 if (cancel->flags & IORING_ASYNC_CANCEL_ANY) in io_async_cancel_prep()
159 cancel->opcode = READ_ONCE(sqe->len); in io_async_cancel_prep()
[all …]
DMakefile15 cancel.o waitid.o register.o \
Dio-wq.h64 enum io_wq_cancel io_wq_cancel_cb(struct io_wq *wq, work_cancel_fn *cancel,
/linux-6.12.1/drivers/base/firmware_loader/
Dsysfs_upload.c97 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.12.1/drivers/scsi/isci/
Disci.h497 bool cancel; member
503 tmr->cancel = false; in sci_init_timer()
509 tmr->cancel = false; in sci_mod_timer()
515 tmr->cancel = true; in sci_del_timer()
/linux-6.12.1/drivers/block/drbd/
Ddrbd_worker.c338 static int w_e_send_csum(struct drbd_work *w, int cancel) in w_e_send_csum() argument
347 if (unlikely(cancel)) in w_e_send_csum()
426 int w_resync_timer(struct drbd_work *w, int cancel) in w_resync_timer() argument
433 make_ov_request(first_peer_device(device), cancel); in w_resync_timer()
436 make_resync_request(first_peer_device(device), cancel); in w_resync_timer()
585 static int make_resync_request(struct drbd_peer_device *const peer_device, int cancel) in make_resync_request() argument
598 if (unlikely(cancel)) in make_resync_request()
765 static int make_ov_request(struct drbd_peer_device *peer_device, int cancel) in make_ov_request() argument
773 if (unlikely(cancel)) in make_ov_request()
818 int w_ov_finished(struct drbd_work *w, int cancel) in w_ov_finished() argument
[all …]
/linux-6.12.1/include/linux/
Daio.h16 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.12.1/net/can/
Dgw.c633 goto cancel; in cgw_put_job()
638 goto cancel; in cgw_put_job()
643 goto cancel; in cgw_put_job()
650 goto cancel; in cgw_put_job()
660 goto cancel; in cgw_put_job()
667 goto cancel; in cgw_put_job()
674 goto cancel; in cgw_put_job()
681 goto cancel; in cgw_put_job()
690 goto cancel; in cgw_put_job()
697 goto cancel; in cgw_put_job()
[all …]
/linux-6.12.1/drivers/media/dvb-frontends/cxd2880/
Dcxd2880_integ.c58 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.12.1/tools/testing/ktest/
Dconfig-bisect.pl111 my ($cancel, $prompt) = @_;
116 if ($cancel) {
124 if ($cancel) {
131 if ($cancel) {
/linux-6.12.1/drivers/s390/cio/
Dccwreq.c134 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.12.1/Documentation/ABI/stable/
Dsysfs-class-tpm21 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.12.1/Documentation/driver-api/firmware/
Dfw_upload.rst36 .cancel = m10bmc_sec_cancel,
127 * cancel - echo 1 to this file to cancel the update
/linux-6.12.1/block/
Ddisk-events.c77 bool cancel; in disk_block_events() local
89 cancel = !ev->block++; in disk_block_events()
92 if (cancel) in disk_block_events()
/linux-6.12.1/tools/testing/selftests/net/lib/py/
Dutils.py95 def cancel(self): member in defer
99 self.cancel()
/linux-6.12.1/net/mctp/
Dneigh.c230 goto cancel; in mctp_fill_neigh()
233 goto cancel; in mctp_fill_neigh()
238 cancel: in mctp_fill_neigh()
Ddevice.c81 goto cancel; in mctp_fill_addrinfo()
84 goto cancel; in mctp_fill_addrinfo()
90 cancel: in mctp_fill_addrinfo()
/linux-6.12.1/drivers/gpu/drm/i915/gt/
Dselftest_rps.c60 u32 **cancel, in create_spin_counter() argument
138 *cancel = base + loop; in create_spin_counter()
635 u32 *cancel, *cntr; in live_rps_frequency_cs() local
645 &cancel, &cntr); in live_rps_frequency_cs()
719 *cancel = MI_BATCH_BUFFER_END; in live_rps_frequency_cs()
774 u32 *cancel, *cntr; in live_rps_frequency_srm() local
784 &cancel, &cntr); in live_rps_frequency_srm()
857 *cancel = MI_BATCH_BUFFER_END; in live_rps_frequency_srm()
/linux-6.12.1/arch/sparc/lib/
Dudivdi3.S38 ! 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.
Ddivdi3.S62 ! 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.12.1/include/net/9p/
Dtransport.h52 int (*cancel)(struct p9_client *client, struct p9_req_t *req); member
/linux-6.12.1/drivers/net/wireless/intersil/p54/
Dfwio.c296 struct p54_txcancel *cancel; in p54_tx_cancel() local
302 skb = p54_alloc_skb(priv, P54_HDR_FLAG_CONTROL_OPSET, sizeof(*cancel), in p54_tx_cancel()
307 cancel = skb_put(skb, sizeof(*cancel)); in p54_tx_cancel()
308 cancel->req_id = req_id; in p54_tx_cancel()
/linux-6.12.1/net/bridge/
Dbr_mdb.c433 goto cancel; in nlmsg_populate_mdb_fill()
448 cancel: in nlmsg_populate_mdb_fill()
566 goto cancel; in nlmsg_populate_rtr_fill()
587 cancel: in nlmsg_populate_rtr_fill()
1625 goto cancel; in br_mdb_get_reply_fill()
1630 goto cancel; in br_mdb_get_reply_fill()
1636 goto cancel; in br_mdb_get_reply_fill()
1643 goto cancel; in br_mdb_get_reply_fill()
1652 cancel: in br_mdb_get_reply_fill()
/linux-6.12.1/net/wireless/
Ddebugfs.c170 .cancel = wiphy_locked_debugfs_read_cancel, in wiphy_locked_debugfs_read()
249 .cancel = wiphy_locked_debugfs_write_cancel, in wiphy_locked_debugfs_write()
/linux-6.12.1/Documentation/ABI/testing/
Dsysfs-class-chromeos21 - "cancel": Cancel a pending reboot.

12345678