Home
last modified time | relevance | path

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

1234567

/Linux-v5.15/fs/fscache/
Doperation.c37 fscache_operation_cancel_t cancel, in fscache_operation_init() argument
45 op->cancel = cancel ?: fscache_operation_dummy_cancel; in fscache_operation_init()
183 op->cancel(op); in fscache_submit_exclusive_op()
187 op->cancel(op); in fscache_submit_exclusive_op()
221 op->cancel(op); in fscache_submit_exclusive_op()
226 op->cancel(op); in fscache_submit_exclusive_op()
270 op->cancel(op); in fscache_submit_op()
274 op->cancel(op); in fscache_submit_op()
303 op->cancel(op); in fscache_submit_op()
309 op->cancel(op); in fscache_submit_op()
[all …]
/Linux-v5.15/drivers/block/drbd/
Ddrbd_worker.c343 static int w_e_send_csum(struct drbd_work *w, int cancel) in w_e_send_csum() argument
352 if (unlikely(cancel)) in w_e_send_csum()
431 int w_resync_timer(struct drbd_work *w, int cancel) in w_resync_timer() argument
438 make_ov_request(device, cancel); in w_resync_timer()
441 make_resync_request(device, cancel); in w_resync_timer()
588 static int make_resync_request(struct drbd_device *const device, int cancel) in make_resync_request() argument
601 if (unlikely(cancel)) in make_resync_request()
768 static int make_ov_request(struct drbd_device *device, int cancel) in make_ov_request() argument
775 if (unlikely(cancel)) in make_ov_request()
820 int w_ov_finished(struct drbd_work *w, int cancel) in w_ov_finished() argument
[all …]
/Linux-v5.15/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-v5.15/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-v5.15/net/can/
Dgw.c627 goto cancel; in cgw_put_job()
632 goto cancel; in cgw_put_job()
637 goto cancel; in cgw_put_job()
644 goto cancel; in cgw_put_job()
654 goto cancel; in cgw_put_job()
661 goto cancel; in cgw_put_job()
668 goto cancel; in cgw_put_job()
675 goto cancel; in cgw_put_job()
684 goto cancel; in cgw_put_job()
691 goto cancel; in cgw_put_job()
[all …]
/Linux-v5.15/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-v5.15/tools/testing/ktest/
Dconfig-bisect.pl111 my ($cancel, $prompt) = @_;
116 if ($cancel) {
124 if ($cancel) {
131 if ($cancel) {
/Linux-v5.15/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()
Dio_sch.h89 unsigned int cancel:1; member
/Linux-v5.15/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-v5.15/net/mctp/
Dneigh.c229 goto cancel; in mctp_fill_neigh()
232 goto cancel; in mctp_fill_neigh()
237 cancel: in mctp_fill_neigh()
Ddevice.c65 goto cancel; in mctp_fill_addrinfo()
68 goto cancel; in mctp_fill_addrinfo()
74 cancel: in mctp_fill_addrinfo()
Droute.c1008 goto cancel; in mctp_fill_rtinfo()
1012 goto cancel; in mctp_fill_rtinfo()
1016 goto cancel; in mctp_fill_rtinfo()
1023 goto cancel; in mctp_fill_rtinfo()
1032 cancel: in mctp_fill_rtinfo()
/Linux-v5.15/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-v5.15/include/net/9p/
Dtransport.h46 int (*cancel) (struct p9_client *, struct p9_req_t *req); member
/Linux-v5.15/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-v5.15/drivers/gpu/drm/i915/gt/
Dselftest_rps.c56 u32 **cancel, in create_spin_counter() argument
134 *cancel = base + loop; in create_spin_counter()
630 u32 *cancel, *cntr; in live_rps_frequency_cs() local
640 &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()
856 *cancel = MI_BATCH_BUFFER_END; in live_rps_frequency_srm()
/Linux-v5.15/drivers/net/wireless/intersil/p54/
Dfwio.c298 struct p54_txcancel *cancel; in p54_tx_cancel() local
304 skb = p54_alloc_skb(priv, P54_HDR_FLAG_CONTROL_OPSET, sizeof(*cancel), in p54_tx_cancel()
309 cancel = skb_put(skb, sizeof(*cancel)); in p54_tx_cancel()
310 cancel->req_id = req_id; in p54_tx_cancel()
/Linux-v5.15/Documentation/ABI/testing/
Dsysfs-class-chromeos21 - "cancel": Cancel a pending reboot.
/Linux-v5.15/Documentation/driver-api/surface_aggregator/clients/
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.
/Linux-v5.15/drivers/char/tpm/
Dtpm_crb.c415 u32 cancel = ioread32(&priv->regs_t->ctrl_cancel); in crb_req_canceled() local
417 return (cancel & CRB_CANCEL_INVOKE) == CRB_CANCEL_INVOKE; in crb_req_canceled()
425 .cancel = crb_cancel,
/Linux-v5.15/fs/
Dio-wq.h140 enum io_wq_cancel io_wq_cancel_cb(struct io_wq *wq, work_cancel_fn *cancel,
/Linux-v5.15/drivers/mfd/
Dsi476x-cmd.c354 .cancel = false, in si476x_cmd_clear_stc()
747 rsqargs->cancel << 1 | rsqargs->stcack, in si476x_core_cmd_am_rsq_status()
1174 rsqargs->cancel << 1 | rsqargs->stcack, in si476x_core_cmd_fm_rsq_status_a10()
1227 rsqargs->attune << 2 | rsqargs->cancel << 1 | in si476x_core_cmd_fm_rsq_status_a20()
1282 rsqargs->attune << 2 | rsqargs->cancel << 1 | in si476x_core_cmd_fm_rsq_status_a30()
/Linux-v5.15/drivers/comedi/
Ddrivers.c598 if ((events & COMEDI_CB_CANCEL_MASK) && s->cancel) in comedi_handle_events()
599 s->cancel(dev, s); in comedi_handle_events()
660 if (!s->cancel) in __comedi_device_postconfig_async()

1234567