Home
last modified time | relevance | path

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

12345678

/linux-6.3-rc2/io_uring/
A Dcancel.c110 struct io_cancel *cancel = io_kiocb_to_cmd(req, struct io_cancel); in io_async_cancel_prep() local
117 cancel->addr = READ_ONCE(sqe->addr); in io_async_cancel_prep()
118 cancel->flags = READ_ONCE(sqe->cancel_flags); in io_async_cancel_prep()
119 if (cancel->flags & ~CANCEL_FLAGS) in io_async_cancel_prep()
121 if (cancel->flags & IORING_ASYNC_CANCEL_FD) { in io_async_cancel_prep()
122 if (cancel->flags & IORING_ASYNC_CANCEL_ANY) in io_async_cancel_prep()
124 cancel->fd = READ_ONCE(sqe->fd); in io_async_cancel_prep()
170 .data = cancel->addr, in io_async_cancel()
171 .flags = cancel->flags, in io_async_cancel()
181 req->file = io_file_get_fixed(req, cancel->fd, in io_async_cancel()
[all …]
A DMakefile10 cancel.o kbuf.o rsrc.o rw.o opdef.o notif.o
A Dio-wq.h63 enum io_wq_cancel io_wq_cancel_cb(struct io_wq *wq, work_cancel_fn *cancel,
/linux-6.3-rc2/drivers/base/firmware_loader/
A Dsysfs_upload.c96 bool cancel; in cancel_store() local
98 if (kstrtobool(buf, &cancel) || !cancel) in cancel_store()
105 fwlp->ops->cancel(fwlp->fw_upload); in cancel_store()
110 DEVICE_ATTR_WO(cancel);
306 if (!ops || !ops->cancel || !ops->prepare || in firmware_upload_register()
397 fw_upload_priv->ops->cancel(fw_upload); in firmware_upload_unregister()
/linux-6.3-rc2/drivers/block/drbd/
A Ddrbd_worker.c347 if (unlikely(cancel)) in w_e_send_csum()
596 if (unlikely(cancel)) in make_resync_request()
770 if (unlikely(cancel)) in make_ov_request()
1056 if (unlikely(cancel)) { in w_e_end_data_req()
1117 if (unlikely(cancel)) { in w_e_end_rsdata_req()
1173 if (unlikely(cancel)) { in w_e_end_csum_rs_req()
1238 if (unlikely(cancel)) in w_e_end_ov_req()
1297 if (unlikely(cancel)) { in w_e_end_ov_reply()
1392 if (cancel) in w_send_write_hint()
1427 if (unlikely(cancel)) { in w_send_out_of_sync()
[all …]
/linux-6.3-rc2/drivers/scsi/isci/
A 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.3-rc2/include/linux/
A 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.3-rc2/net/can/
A 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()
717 goto cancel; in cgw_put_job()
723 goto cancel; in cgw_put_job()
729 goto cancel; in cgw_put_job()
740 goto cancel; in cgw_put_job()
743 goto cancel; in cgw_put_job()
[all …]
/linux-6.3-rc2/drivers/media/dvb-frontends/cxd2880/
A 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.3-rc2/tools/testing/ktest/
A Dconfig-bisect.pl111 my ($cancel, $prompt) = @_;
116 if ($cancel) {
124 if ($cancel) {
131 if ($cancel) {
/linux-6.3-rc2/drivers/s390/cio/
A 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()
A Dio_sch.h89 unsigned int cancel:1; member
/linux-6.3-rc2/block/
A 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.3-rc2/net/mctp/
A Dneigh.c230 goto cancel; in mctp_fill_neigh()
233 goto cancel; in mctp_fill_neigh()
238 cancel: in mctp_fill_neigh()
A Ddevice.c81 goto cancel; in mctp_fill_addrinfo()
84 goto cancel; in mctp_fill_addrinfo()
90 cancel: in mctp_fill_addrinfo()
/linux-6.3-rc2/Documentation/devicetree/bindings/regulator/
A Ddlg,da9121.yaml111 dlg,ripple-cancel:
185 dlg,ripple-cancel = <DA9121_BUCK_RIPPLE_CANCEL_NONE>;
196 dlg,ripple-cancel = <DA9121_BUCK_RIPPLE_CANCEL_NONE>;
/linux-6.3-rc2/Documentation/driver-api/firmware/
A Dfw_upload.rst36 .cancel = m10bmc_sec_cancel,
126 * cancel - echo 1 to this file to cancel the update
/linux-6.3-rc2/Documentation/ABI/stable/
A 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.3-rc2/arch/sparc/lib/
A 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.
A 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.3-rc2/drivers/gpu/drm/i915/gt/
A Dselftest_rps.c59 u32 **cancel, in create_spin_counter() argument
137 *cancel = base + loop; in create_spin_counter()
632 u32 *cancel, *cntr; in live_rps_frequency_cs() local
642 &cancel, &cntr); in live_rps_frequency_cs()
716 *cancel = MI_BATCH_BUFFER_END; in live_rps_frequency_cs()
771 u32 *cancel, *cntr; in live_rps_frequency_srm() local
781 &cancel, &cntr); in live_rps_frequency_srm()
854 *cancel = MI_BATCH_BUFFER_END; in live_rps_frequency_srm()
/linux-6.3-rc2/include/net/9p/
A Dtransport.h52 int (*cancel)(struct p9_client *client, struct p9_req_t *req); member
/linux-6.3-rc2/drivers/net/wireless/intersil/p54/
A 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.3-rc2/Documentation/ABI/testing/
A Dsysfs-class-chromeos21 - "cancel": Cancel a pending reboot.
/linux-6.3-rc2/Documentation/driver-api/surface_aggregator/clients/
A Ddtx.rst100 an cancel event (``SDTX_EVENT_CANCEL``) detailing this with the cancel
107 similar to the user pressing the detach-button to cancel said process (see
116 error or low battery, a latch-cancel event (``SDTX_EVENT_CANCEL``) will be
117 sent with the cancel reason indicating the specific failure.
148 failures or a low clipboard battery. This is done via a cancel event
149 (``SDTX_EVENT_CANCEL``) with the corresponding cancel reason.

Completed in 46 milliseconds

12345678