/linux/fs/fscache/ |
A D | operation.c | 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() 387 op->cancel(op); in fscache_cancel_op() [all …]
|
/linux/drivers/block/drbd/ |
A D | drbd_worker.c | 352 if (unlikely(cancel)) in w_e_send_csum() 601 if (unlikely(cancel)) in make_resync_request() 775 if (unlikely(cancel)) in make_ov_request() 1061 if (unlikely(cancel)) { in w_e_end_data_req() 1122 if (unlikely(cancel)) { in w_e_end_rsdata_req() 1178 if (unlikely(cancel)) { in w_e_end_csum_rs_req() 1243 if (unlikely(cancel)) in w_e_end_ov_req() 1302 if (unlikely(cancel)) { in w_e_end_ov_reply() 1397 if (cancel) in w_send_write_hint() 1432 if (unlikely(cancel)) { in w_send_out_of_sync() [all …]
|
/linux/net/can/ |
A D | gw.c | 627 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() 711 goto cancel; in cgw_put_job() 717 goto cancel; in cgw_put_job() 723 goto cancel; in cgw_put_job() 734 goto cancel; in cgw_put_job() 737 goto cancel; in cgw_put_job() [all …]
|
/linux/drivers/scsi/isci/ |
A 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()
|
/linux/include/linux/ |
A 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
|
/linux/drivers/media/dvb-frontends/cxd2880/ |
A 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()
|
/linux/tools/testing/ktest/ |
A D | config-bisect.pl | 111 my ($cancel, $prompt) = @_; 116 if ($cancel) { 124 if ($cancel) { 131 if ($cancel) {
|
/linux/drivers/s390/cio/ |
A 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()
|
A D | io_sch.h | 89 unsigned int cancel:1; member
|
/linux/Documentation/ABI/stable/ |
A 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.
|
/linux/block/ |
A D | disk-events.c | 77 bool cancel; in disk_block_events() local 89 cancel = !ev->block++; in disk_block_events() 92 if (cancel) in disk_block_events()
|
/linux/net/mctp/ |
A D | neigh.c | 230 goto cancel; in mctp_fill_neigh() 233 goto cancel; in mctp_fill_neigh() 238 cancel: in mctp_fill_neigh()
|
A D | device.c | 57 goto cancel; in mctp_fill_addrinfo() 60 goto cancel; in mctp_fill_addrinfo() 66 cancel: in mctp_fill_addrinfo()
|
A D | route.c | 1229 goto cancel; in mctp_fill_rtinfo() 1233 goto cancel; in mctp_fill_rtinfo() 1237 goto cancel; in mctp_fill_rtinfo() 1244 goto cancel; in mctp_fill_rtinfo() 1253 cancel: in mctp_fill_rtinfo()
|
/linux/Documentation/devicetree/bindings/regulator/ |
A D | dlg,da9121.yaml | 99 dlg,ripple-cancel: 172 dlg,ripple-cancel = <DA9121_BUCK_RIPPLE_CANCEL_NONE>; 183 dlg,ripple-cancel = <DA9121_BUCK_RIPPLE_CANCEL_NONE>;
|
/linux/drivers/gpu/drm/i915/gt/ |
A D | selftest_rps.c | 56 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/arch/sparc/lib/ |
A 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.
|
A 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.
|
/linux/drivers/net/wireless/intersil/p54/ |
A 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()
|
/linux/include/net/9p/ |
A D | transport.h | 47 int (*cancel)(struct p9_client *client, struct p9_req_t *req); member
|
/linux/Documentation/driver-api/surface_aggregator/clients/ |
A D | dtx.rst | 100 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/Documentation/ABI/testing/ |
A D | sysfs-class-chromeos | 21 - "cancel": Cancel a pending reboot.
|
/linux/drivers/char/tpm/ |
A 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,
|
/linux/drivers/mfd/ |
A 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()
|
/linux/drivers/comedi/ |
A 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()
|