/kernel/linux/linux-5.10/fs/fscache/ |
D | operation.c | 34 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 …]
|
/kernel/linux/linux-5.10/drivers/block/drbd/ |
D | drbd_worker.c | 343 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 …]
|
/kernel/linux/linux-5.10/include/linux/ |
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
|
/kernel/linux/linux-5.10/drivers/scsi/isci/ |
D | isci.h | 497 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()
|
D | port_config.c | 335 if (tmr->cancel) in mpc_agent_timeout() 670 if (tmr->cancel) in apc_agent_timeout()
|
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/cxd2880/ |
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()
|
/kernel/linux/linux-5.10/net/can/ |
D | gw.c | 565 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 …]
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/pcie/ |
D | tx-gen2.c | 354 goto cancel; in iwl_pcie_gen2_send_hcmd_sync() 361 goto cancel; in iwl_pcie_gen2_send_hcmd_sync() 368 goto cancel; in iwl_pcie_gen2_send_hcmd_sync() 374 goto cancel; in iwl_pcie_gen2_send_hcmd_sync() 379 cancel: in iwl_pcie_gen2_send_hcmd_sync()
|
/kernel/linux/linux-5.10/tools/testing/ktest/ |
D | config-bisect.pl | 111 my ($cancel, $prompt) = @_; 116 if ($cancel) { 124 if ($cancel) { 131 if ($cancel) {
|
/kernel/linux/linux-5.10/drivers/s390/cio/ |
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()
|
D | io_sch.h | 89 unsigned int cancel:1; member
|
/kernel/linux/linux-5.10/Documentation/ABI/stable/ |
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.
|
/kernel/linux/linux-5.10/include/net/9p/ |
D | transport.h | 46 int (*cancel) (struct p9_client *, struct p9_req_t *req); member
|
/kernel/linux/linux-5.10/arch/sparc/lib/ |
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.
|
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.
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
D | selftest_rps.c | 56 u32 **cancel, in create_spin_counter() argument 134 *cancel = base + loop; in create_spin_counter() 627 u32 *cancel, *cntr; in live_rps_frequency_cs() local 637 &cancel, &cntr); in live_rps_frequency_cs() 713 *cancel = MI_BATCH_BUFFER_END; in live_rps_frequency_cs() 768 u32 *cancel, *cntr; in live_rps_frequency_srm() local 778 &cancel, &cntr); in live_rps_frequency_srm() 853 *cancel = MI_BATCH_BUFFER_END; in live_rps_frequency_srm()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/p54/ |
D | fwio.c | 298 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()
|
/kernel/linux/linux-5.10/Documentation/ABI/testing/ |
D | sysfs-class-chromeos | 21 - "cancel": Cancel a pending reboot.
|
/kernel/linux/linux-5.10/drivers/char/tpm/ |
D | tpm-sysfs.c | 264 chip->ops->cancel(chip); in cancel_store() 268 static DEVICE_ATTR_WO(cancel);
|
D | tpm_crb.c | 415 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,
|
/kernel/linux/linux-5.10/io_uring/ |
D | io-wq.h | 140 enum io_wq_cancel io_wq_cancel_cb(struct io_wq *wq, work_cancel_fn *cancel,
|
/kernel/linux/linux-5.10/drivers/mfd/ |
D | si476x-cmd.c | 354 .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()
|
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/ |
D | amplc_pc236_common.c | 170 s->cancel = pc236_intr_cancel; in amplc_pc236_common_attach()
|
/kernel/linux/linux-5.10/drivers/staging/comedi/ |
D | drivers.c | 598 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()
|
/kernel/linux/linux-5.10/Documentation/driver-api/usb/ |
D | URB.rst | 163 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`::
|