Home
last modified time | relevance | path

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

123456

/Linux-v5.4/fs/fscache/
Doperation.c34 fscache_operation_cancel_t cancel, in fscache_operation_init() argument
42 op->cancel = cancel ?: fscache_operation_dummy_cancel; in fscache_operation_init()
180 op->cancel(op); in fscache_submit_exclusive_op()
184 op->cancel(op); in fscache_submit_exclusive_op()
218 op->cancel(op); in fscache_submit_exclusive_op()
223 op->cancel(op); in fscache_submit_exclusive_op()
267 op->cancel(op); in fscache_submit_op()
271 op->cancel(op); in fscache_submit_op()
300 op->cancel(op); in fscache_submit_op()
306 op->cancel(op); in fscache_submit_op()
[all …]
/Linux-v5.4/drivers/block/drbd/
Ddrbd_worker.c342 static int w_e_send_csum(struct drbd_work *w, int cancel) in w_e_send_csum() argument
351 if (unlikely(cancel)) in w_e_send_csum()
430 int w_resync_timer(struct drbd_work *w, int cancel) in w_resync_timer() argument
437 make_ov_request(device, cancel); in w_resync_timer()
440 make_resync_request(device, cancel); in w_resync_timer()
587 static int make_resync_request(struct drbd_device *const device, int cancel) in make_resync_request() argument
600 if (unlikely(cancel)) in make_resync_request()
767 static int make_ov_request(struct drbd_device *device, int cancel) in make_ov_request() argument
774 if (unlikely(cancel)) in make_ov_request()
819 int w_ov_finished(struct drbd_work *w, int cancel) in w_ov_finished() argument
[all …]
/Linux-v5.4/drivers/scsi/isci/
Disci.h497 bool cancel; member
503 tmr->cancel = 0; in sci_init_timer()
509 tmr->cancel = 0; in sci_mod_timer()
515 tmr->cancel = 1; in sci_del_timer()
Dport_config.c335 if (tmr->cancel) in mpc_agent_timeout()
670 if (tmr->cancel) in apc_agent_timeout()
/Linux-v5.4/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
Dtpm.h66 void (*cancel) (struct tpm_chip *chip); member
/Linux-v5.4/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.4/net/can/
Dgw.c565 goto cancel; in cgw_put_job()
570 goto cancel; in cgw_put_job()
575 goto cancel; in cgw_put_job()
582 goto cancel; in cgw_put_job()
592 goto cancel; in cgw_put_job()
599 goto cancel; in cgw_put_job()
606 goto cancel; in cgw_put_job()
613 goto cancel; in cgw_put_job()
622 goto cancel; in cgw_put_job()
629 goto cancel; in cgw_put_job()
[all …]
/Linux-v5.4/tools/testing/ktest/
Dconfig-bisect.pl111 my ($cancel, $prompt) = @_;
116 if ($cancel) {
124 if ($cancel) {
131 if ($cancel) {
/Linux-v5.4/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.4/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.4/include/net/9p/
Dtransport.h46 int (*cancel) (struct p9_client *, struct p9_req_t *req); member
/Linux-v5.4/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.4/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.4/Documentation/ABI/testing/
Dsysfs-class-chromeos20 "cancel": Cancel a pending reboot.
/Linux-v5.4/drivers/char/tpm/
Dtpm-sysfs.c274 chip->ops->cancel(chip); in cancel_store()
278 static DEVICE_ATTR_WO(cancel);
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.4/net/bridge/
Dbr_mdb.c283 goto cancel; in nlmsg_populate_mdb_fill()
298 cancel: in nlmsg_populate_mdb_fill()
479 goto cancel; in nlmsg_populate_rtr_fill()
490 cancel: in nlmsg_populate_rtr_fill()
/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/pcie/
Dtx-gen2.c948 goto cancel; in iwl_pcie_gen2_send_hcmd_sync()
955 goto cancel; in iwl_pcie_gen2_send_hcmd_sync()
962 goto cancel; in iwl_pcie_gen2_send_hcmd_sync()
968 goto cancel; in iwl_pcie_gen2_send_hcmd_sync()
973 cancel: in iwl_pcie_gen2_send_hcmd_sync()
/Linux-v5.4/drivers/mfd/
Dsi476x-cmd.c354 .cancel = false, in si476x_cmd_clear_stc()
751 rsqargs->cancel << 1 | rsqargs->stcack, in si476x_core_cmd_am_rsq_status()
1176 rsqargs->cancel << 1 | rsqargs->stcack, in si476x_core_cmd_fm_rsq_status_a10()
1229 rsqargs->attune << 2 | rsqargs->cancel << 1 | in si476x_core_cmd_fm_rsq_status_a20()
1284 rsqargs->attune << 2 | rsqargs->cancel << 1 | in si476x_core_cmd_fm_rsq_status_a30()
/Linux-v5.4/drivers/staging/comedi/drivers/
Damplc_pc236_common.c170 s->cancel = pc236_intr_cancel; in amplc_pc236_common_attach()
/Linux-v5.4/drivers/staging/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()
/Linux-v5.4/Documentation/driver-api/usb/
DURB.rst163 How to cancel an already running URB?
166 There are two ways to cancel an URB you've submitted but which hasn't
167 been returned to your driver yet. For an asynchronous cancel, call
177 To cancel an URB synchronously, call :c:func:`usb_kill_urb`::

123456