| /linux/io_uring/ |
| H A D | cancel.c | 142 struct io_cancel *cancel = io_kiocb_to_cmd(req, struct io_cancel); in io_async_cancel_prep() local 149 cancel->addr = READ_ONCE(sqe->addr); in io_async_cancel_prep() 150 cancel->flags = READ_ONCE(sqe->cancel_flags); in io_async_cancel_prep() 151 if (cancel->flags & ~CANCEL_FLAGS) in io_async_cancel_prep() 153 if (cancel->flags & IORING_ASYNC_CANCEL_FD) { in io_async_cancel_prep() 154 if (cancel->flags & IORING_ASYNC_CANCEL_ANY) in io_async_cancel_prep() 156 cancel->fd = READ_ONCE(sqe->fd); in io_async_cancel_prep() 158 if (cancel->flags & IORING_ASYNC_CANCEL_OP) { in io_async_cancel_prep() 161 if (cancel->flags & IORING_ASYNC_CANCEL_ANY) in io_async_cancel_prep() 168 cancel->opcode = op; in io_async_cancel_prep() [all …]
|
| H A D | tw.c | 94 ts.cancel = io_should_terminate_tw(ctx); in tctx_task_work_run() 245 struct io_tw_state ts = { .cancel = true }; in io_cancel_local_task_work() 326 tw.cancel = io_should_terminate_tw(ctx); in __io_run_local_work()
|
| /linux/drivers/block/drbd/ |
| H A D | drbd_worker.c | 338 static int w_e_send_csum(struct drbd_work *w, int cancel) in w_e_send_csum() argument 347 if (unlikely(cancel)) in w_e_send_csum() 426 int w_resync_timer(struct drbd_work *w, int cancel) in w_resync_timer() argument 433 make_ov_request(first_peer_device(device), cancel); in w_resync_timer() 436 make_resync_request(first_peer_device(device), cancel); in w_resync_timer() 586 static int make_resync_request(struct drbd_peer_device *const peer_device, int cancel) in make_resync_request() argument 599 if (unlikely(cancel)) in make_resync_request() 766 static int make_ov_request(struct drbd_peer_device *peer_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/drivers/scsi/isci/ |
| H A D | isci.h | 490 bool cancel; member 496 tmr->cancel = false; in sci_init_timer() 502 tmr->cancel = false; in sci_mod_timer() 508 tmr->cancel = true; in sci_del_timer()
|
| /linux/include/linux/ |
| H 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/net/can/ |
| H A D | gw.c | 653 goto cancel; in cgw_put_job() 658 goto cancel; in cgw_put_job() 663 goto cancel; in cgw_put_job() 670 goto cancel; in cgw_put_job() 681 goto cancel; in cgw_put_job() 688 goto cancel; in cgw_put_job() 695 goto cancel; in cgw_put_job() 702 goto cancel; in cgw_put_job() 711 goto cancel; in cgw_put_job() 718 goto cancel; in cgw_put_job() [all …]
|
| /linux/drivers/media/dvb-frontends/cxd2880/ |
| H 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/fs/netfs/ |
| H A D | read_single.c | 113 goto cancel; in netfs_single_dispatch_read() 133 goto cancel; in netfs_single_dispatch_read() 137 cancel: in netfs_single_dispatch_read()
|
| H A D | read_pgpriv2.c | 104 goto cancel; in netfs_pgpriv2_begin_copy_to_cache() 109 goto cancel; in netfs_pgpriv2_begin_copy_to_cache() 123 cancel: in netfs_pgpriv2_begin_copy_to_cache()
|
| /linux/tools/testing/ktest/ |
| H A D | config-bisect.pl | 111 my ($cancel, $prompt) = @_; 116 if ($cancel) { 124 if ($cancel) { 131 if ($cancel) {
|
| /linux/drivers/hv/ |
| H A D | mshv_vtl.h | 9 u32 cancel; member
|
| /linux/Documentation/driver-api/firmware/ |
| H A D | fw_upload.rst | 36 .cancel = m10bmc_sec_cancel, 127 * cancel - echo 1 to this file to cancel the update
|
| /linux/Documentation/ABI/stable/ |
| H 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/net/mctp/ |
| H A D | neigh.c | 231 goto cancel; in mctp_fill_neigh() 234 goto cancel; in mctp_fill_neigh() 239 cancel: in mctp_fill_neigh()
|
| H A D | device.c | 81 goto cancel; in mctp_fill_addrinfo() 84 goto cancel; in mctp_fill_addrinfo() 90 cancel: in mctp_fill_addrinfo()
|
| /linux/arch/sparc/lib/ |
| H 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.
|
| H 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/include/net/9p/ |
| H A D | transport.h | 63 int (*cancel)(struct p9_client *client, struct p9_req_t *req); member
|
| /linux/drivers/net/wireless/intersil/p54/ |
| H A D | fwio.c | 296 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/net/bridge/ |
| H A D | br_mdb.c | 435 goto cancel; in nlmsg_populate_mdb_fill() 450 cancel: in nlmsg_populate_mdb_fill() 584 goto cancel; in nlmsg_populate_rtr_fill() 605 cancel: in nlmsg_populate_rtr_fill() 1643 goto cancel; in br_mdb_get_reply_fill() 1648 goto cancel; in br_mdb_get_reply_fill() 1654 goto cancel; in br_mdb_get_reply_fill() 1661 goto cancel; in br_mdb_get_reply_fill() 1670 cancel: in br_mdb_get_reply_fill()
|
| /linux/net/wireless/ |
| H A D | debugfs.c | 203 .cancel = wiphy_locked_debugfs_read_cancel, 282 .cancel = wiphy_locked_debugfs_write_cancel,
|
| /linux/drivers/net/vxlan/ |
| H A D | vxlan_mdb.c | 1022 goto cancel; in vxlan_mdb_nlmsg_fill() 1025 goto cancel; in vxlan_mdb_nlmsg_fill() 1028 goto cancel; in vxlan_mdb_nlmsg_fill() 1036 cancel: in vxlan_mdb_nlmsg_fill() 1552 goto cancel; in vxlan_mdb_get_reply_fill() 1557 goto cancel; in vxlan_mdb_get_reply_fill() 1563 goto cancel; in vxlan_mdb_get_reply_fill() 1572 cancel: in vxlan_mdb_get_reply_fill()
|
| /linux/Documentation/driver-api/surface_aggregator/clients/ |
| H 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/drivers/char/tpm/ |
| H A D | tpm-interface.c | 63 if (!chip->ops->cancel) in tpm_chip_cancel() 66 chip->ops->cancel(chip); in tpm_chip_cancel()
|
| /linux/drivers/s390/cio/ |
| H A D | io_sch.h | 89 unsigned int cancel:1; member
|