/linux-4.1.27/drivers/char/tpm/ |
D | tpm_crb.c | 66 u32 cancel; member 177 iowrite32(cpu_to_le32(CRB_CANCEL_INVOKE), &priv->cca->cancel); in crb_cancel() 185 iowrite32(0, &priv->cca->cancel); in crb_cancel() 191 u32 cancel = le32_to_cpu(ioread32(&priv->cca->cancel)); in crb_req_canceled() local 193 return (cancel & CRB_CANCEL_INVOKE) == CRB_CANCEL_INVOKE; in crb_req_canceled() 200 .cancel = crb_cancel,
|
D | tpm-sysfs.c | 229 chip->ops->cancel(chip); in cancel_store() 232 static DEVICE_ATTR_WO(cancel);
|
D | tpm_atmel.c | 127 .cancel = tpm_atml_cancel,
|
D | tpm_i2c_atmel.c | 147 .cancel = i2c_atmel_cancel,
|
D | tpm_nsc.c | 238 .cancel = tpm_nsc_cancel,
|
D | xen-tpmfront.c | 151 .cancel = vtpm_cancel,
|
D | tpm_ibmvtpm.c | 422 .cancel = tpm_ibmvtpm_cancel,
|
D | tpm_infineon.c | 377 .cancel = tpm_inf_cancel,
|
D | tpm_i2c_infineon.c | 572 .cancel = tpm_tis_i2c_ready,
|
D | tpm_i2c_nuvoton.c | 462 .cancel = i2c_nuvoton_ready,
|
D | tpm-interface.c | 383 chip->ops->cancel(chip); in tpm_transmit()
|
D | tpm_tis.c | 566 .cancel = tpm_tis_ready,
|
/linux-4.1.27/drivers/block/drbd/ |
D | drbd_worker.c | 342 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() 429 int w_resync_timer(struct drbd_work *w, int cancel) in w_resync_timer() argument 436 make_ov_request(device, cancel); in w_resync_timer() 439 make_resync_request(device, cancel); in w_resync_timer() 586 static int make_resync_request(struct drbd_device *const device, int cancel) in make_resync_request() argument 598 if (unlikely(cancel)) in make_resync_request() 755 static int make_ov_request(struct drbd_device *device, int cancel) in make_ov_request() argument 762 if (unlikely(cancel)) in make_ov_request() 807 int w_ov_finished(struct drbd_work *w, int cancel) in w_ov_finished() argument [all …]
|
D | drbd_nl.c | 3150 goto cancel; in get_one_status() 3156 goto cancel; in get_one_status() 3168 cancel: in get_one_status()
|
D | drbd_int.h | 282 int (*cb)(struct drbd_work *, int cancel);
|
D | drbd_receiver.c | 1930 static int e_end_block(struct drbd_work *w, int cancel) in e_end_block() argument 1968 …drbd_may_finish_epoch(first_peer_device(device)->connection, peer_req->epoch, EV_PUT + (cancel ? E… in e_end_block()
|
D | drbd_main.c | 2425 static int w_complete(struct drbd_work *w, int cancel) in w_complete() argument
|
/linux-4.1.27/drivers/scsi/isci/ |
D | isci.h | 497 bool cancel; member 505 tmr->cancel = 0; in sci_init_timer() 511 tmr->cancel = 0; in sci_mod_timer() 517 tmr->cancel = 1; in sci_del_timer()
|
D | port_config.c | 336 if (tmr->cancel) in mpc_agent_timeout() 671 if (tmr->cancel) in apc_agent_timeout()
|
D | host.c | 970 if (tmr->cancel) in phy_startup_timeout() 1604 if (tmr->cancel) in controller_timeout() 1750 if (tmr->cancel) in power_control_timeout()
|
D | phy.c | 327 if (tmr->cancel) in phy_sata_timeout()
|
D | port.c | 782 if (tmr->cancel) in port_timeout()
|
/linux-4.1.27/include/linux/ |
D | aio.h | 19 void kiocb_set_cancel_fn(struct kiocb *req, kiocb_cancel_fn *cancel); 26 kiocb_cancel_fn *cancel) { } in kiocb_set_cancel_fn() argument
|
D | tpm.h | 40 void (*cancel) (struct tpm_chip *chip); member
|
/linux-4.1.27/net/can/ |
D | gw.c | 503 goto cancel; in cgw_put_job() 508 goto cancel; in cgw_put_job() 513 goto cancel; in cgw_put_job() 520 goto cancel; in cgw_put_job() 527 goto cancel; in cgw_put_job() 534 goto cancel; in cgw_put_job() 541 goto cancel; in cgw_put_job() 548 goto cancel; in cgw_put_job() 554 goto cancel; in cgw_put_job() 560 goto cancel; in cgw_put_job() [all …]
|
/linux-4.1.27/drivers/s390/cio/ |
D | ccwreq.c | 133 req->cancel = 0; in ccw_request_start() 158 req->cancel = 1; in ccw_request_cancel() 281 if (req->cancel) { in ccw_request_handler()
|
D | io_sch.h | 83 unsigned int cancel:1; member
|
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/ |
D | ldlm_pool.c | 624 int cancel = 0; in ldlm_pool_shrink() local 627 cancel = pl->pl_ops->po_shrink(pl, nr, gfp_mask); in ldlm_pool_shrink() 634 cancel); in ldlm_pool_shrink() 636 pl->pl_name, nr, cancel); in ldlm_pool_shrink() 639 return cancel; in ldlm_pool_shrink() 1124 int cancel, nr_locks; in ldlm_pools_scan() local 1144 cancel = 1 + min_t(int, nr_locks, nr / nr_ns); in ldlm_pools_scan() 1145 freed += ldlm_pool_shrink(&ns->ns_pool, cancel, gfp_mask); in ldlm_pools_scan()
|
/linux-4.1.27/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.
|
/linux-4.1.27/include/net/9p/ |
D | transport.h | 61 int (*cancel) (struct p9_client *, struct p9_req_t *req); member
|
/linux-4.1.27/fs/ |
D | aio.c | 524 void kiocb_set_cancel_fn(struct kiocb *iocb, kiocb_cancel_fn *cancel) in kiocb_set_cancel_fn() argument 535 req->ki_cancel = cancel; in kiocb_set_cancel_fn() 543 kiocb_cancel_fn *old, *cancel; in kiocb_cancel() local 550 cancel = ACCESS_ONCE(kiocb->ki_cancel); in kiocb_cancel() 552 if (!cancel || cancel == KIOCB_CANCELLED) in kiocb_cancel() 555 old = cancel; in kiocb_cancel() 556 cancel = cmpxchg(&kiocb->ki_cancel, old, KIOCB_CANCELLED); in kiocb_cancel() 557 } while (cancel != old); in kiocb_cancel() 559 return cancel(&kiocb->common); in kiocb_cancel()
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | llog_obd.c | 239 CTXT_CHECK_OP(ctxt, cancel, -EOPNOTSUPP); in llog_cancel() 240 rc = CTXTP(ctxt, cancel)(env, ctxt, cookies, flags); in llog_cancel()
|
D | cl_lock.c | 1968 void cl_locks_prune(const struct lu_env *env, struct cl_object *obj, int cancel) in cl_locks_prune() argument 1978 LASSERT(ergo(!cancel, in cl_locks_prune() 2003 if (cancel) in cl_locks_prune()
|
/linux-4.1.27/arch/sparc/lib/ |
D | udivdi3.S | 50 ! Got carry from n. Subtract next step to cancel this carry. 88 ! Got carry from n. Subtract next step to cancel this carry. 114 ! Got carry from n. Subtract next step to cancel this carry. 193 ! Got carry from n. Subtract next step to cancel this carry.
|
D | divdi3.S | 73 ! Got carry from n. Subtract next step to cancel this carry. 109 ! Got carry from n. Subtract next step to cancel this carry. 133 ! Got carry from n. Subtract next step to cancel this carry. 208 ! Got carry from n. Subtract next step to cancel this carry.
|
/linux-4.1.27/drivers/net/wireless/p54/ |
D | fwio.c | 301 struct p54_txcancel *cancel; in p54_tx_cancel() local 307 skb = p54_alloc_skb(priv, P54_HDR_FLAG_CONTROL_OPSET, sizeof(*cancel), in p54_tx_cancel() 312 cancel = (struct p54_txcancel *)skb_put(skb, sizeof(*cancel)); in p54_tx_cancel() 313 cancel->req_id = req_id; in p54_tx_cancel()
|
/linux-4.1.27/fs/nfsd/ |
D | nfscache.c | 269 bool cancel = true; in prune_cache_entries() local 279 cancel = false; in prune_cache_entries() 287 if (!cancel) in prune_cache_entries()
|
/linux-4.1.27/Documentation/usb/ |
D | URB.txt | 148 1.6. How to cancel an already running URB? 150 There are two ways to cancel an URB you've submitted but which hasn't 151 been returned to your driver yet. For an asynchronous cancel, call 160 To cancel an URB synchronously, call
|
D | WUSB-Design-overview.txt | 405 a xfer abort request to the HC, cancel all the URBs we had submitted
|
D | power-management.txt | 303 the driver will return 0, in which case it must cancel all
|
/linux-4.1.27/drivers/staging/comedi/drivers/ |
D | amplc_pc236_common.c | 179 s->cancel = pc236_intr_cancel; in amplc_pc236_common_attach()
|
D | aio_iiro_16.c | 228 s->cancel = aio_iiro_16_cos_cancel; in aio_iiro_16_attach()
|
D | comedi_parport.c | 295 s->cancel = parport_intr_cancel; in parport_attach()
|
D | addi_apci_1032.c | 350 s->cancel = apci1032_cos_cancel; in apci1032_auto_attach()
|
D | addi_apci_2032.c | 295 s->cancel = apci2032_int_cancel; in apci2032_auto_attach()
|
D | pcl726.c | 413 s->cancel = pcl726_intr_cancel; in pcl726_attach()
|
D | ni_6527.c | 455 s->cancel = ni6527_intr_cancel; in ni6527_auto_attach()
|
D | comedi_test.c | 411 s->cancel = waveform_ai_cancel; in waveform_attach()
|
D | pcl818.c | 563 s->cancel(dev, s); in pcl818_interrupt() 1067 s->cancel = pcl818_ai_cancel; in pcl818_attach()
|
D | addi_apci_1564.c | 508 s->cancel = apci1564_cos_cancel; in apci1564_auto_attach()
|
D | pcl711.c | 467 s->cancel = pcl711_ai_cancel; in pcl711_attach()
|
D | dt282x.c | 1150 s->cancel = dt282x_ai_cancel; in dt282x_attach() 1169 s->cancel = dt282x_ao_cancel; in dt282x_attach()
|
D | das16m1.c | 584 s->cancel = das16m1_cancel; in das16m1_attach()
|
D | pcmuio.c | 597 s->cancel = pcmuio_cancel; in pcmuio_attach()
|
D | dmm32at.c | 592 s->cancel = dmm32at_ai_cancel; in dmm32at_attach()
|
D | quatech_daqp_cs.c | 730 s->cancel = daqp_ai_cancel; in daqp_auto_attach()
|
D | das6402.c | 625 s->cancel = das6402_ai_cancel; in das6402_attach()
|
D | das800.c | 704 s->cancel = das800_cancel; in das800_attach()
|
D | addi_apci_1500.c | 801 s->cancel = apci1500_di_cancel; in apci1500_auto_attach()
|
D | dt3000.c | 687 s->cancel = dt3k_ai_cancel; in dt3000_auto_attach()
|
D | ni_65xx.c | 765 s->cancel = ni_65xx_intr_cancel; in ni_65xx_auto_attach()
|
D | gsc_hpdi.c | 699 s->cancel = gsc_hpdi_cancel; in gsc_hpdi_auto_attach()
|
D | pcmmio.c | 758 s->cancel = pcmmio_cancel; in pcmmio_attach()
|
D | adl_pci9111.c | 701 s->cancel = pci9111_ai_cancel; in pci9111_auto_attach()
|
D | pcl816.c | 652 s->cancel = pcl816_ai_cancel; in pcl816_attach()
|
D | ni_at_a2150.c | 749 s->cancel = a2150_cancel; in a2150_attach()
|
D | usbduxsigma.c | 1539 s->cancel = usbduxsigma_ai_cancel; in usbduxsigma_auto_attach() 1554 s->cancel = usbduxsigma_ao_cancel; in usbduxsigma_auto_attach()
|
D | cb_pcidas.c | 1411 s->cancel = cb_pcidas_cancel; in cb_pcidas_auto_attach() 1439 s->cancel = cb_pcidas_ao_cancel; in cb_pcidas_auto_attach()
|
D | usbdux.c | 1641 s->cancel = usbdux_ai_cancel; in usbdux_auto_attach() 1654 s->cancel = usbdux_ao_cancel; in usbdux_auto_attach()
|
D | ni_atmio16d.c | 667 s->cancel = atmio16d_ai_cancel; in atmio16d_attach()
|
D | usbduxfast.c | 913 s->cancel = usbduxfast_ai_cancel; in usbduxfast_attach_common()
|
D | amplc_dio200_common.c | 473 s->cancel = dio200_subdev_intr_cancel; in dio200_subdev_intr_init()
|
D | addi_apci_3xxx.c | 840 s->cancel = apci3xxx_ai_cancel; in apci3xxx_auto_attach()
|
D | amplc_pci224.c | 1070 s->cancel = pci224_ao_cancel; in pci224_auto_attach()
|
D | amplc_pci230.c | 2496 s->cancel = pci230_ai_cancel; in pci230_auto_attach() 2514 s->cancel = pci230_ao_cancel; in pci230_auto_attach()
|
D | ni_pcidio.c | 960 s->cancel = &ni_pcidio_cancel; in nidio_auto_attach()
|
D | ni_mio_common.c | 3565 s->cancel(dev, s); in ni_cdo_inttrig() 5411 s->cancel = ni_ai_reset; in ni_E_init() 5452 s->cancel = ni_ao_reset; in ni_E_init() 5485 s->cancel = ni_cdio_cancel; in ni_E_init() 5646 s->cancel = ni_gpct_cancel; in ni_E_init()
|
D | das16.c | 1112 s->cancel = das16_cancel; in das16_attach()
|
D | rtd520.c | 1247 s->cancel = rtd_ai_cancel; in rtd_auto_attach()
|
D | pcl812.c | 1209 s->cancel = pcl812_ai_cancel; in pcl812_attach()
|
D | ni_660x.c | 1123 s->cancel = &ni_660x_cancel; in ni_660x_auto_attach()
|
D | adv_pci1710.c | 934 s->cancel = pci171x_ai_cancel; in pci1710_auto_attach()
|
D | addi_apci_3120.c | 1043 s->cancel = apci3120_cancel; in apci3120_auto_attach()
|
D | das1800.c | 1383 s->cancel = das1800_cancel; in das1800_attach()
|
D | me4000.c | 1317 s->cancel = me4000_ai_cancel; in me4000_auto_attach()
|
D | ni_labpc_common.c | 1256 s->cancel = labpc_cancel; in labpc_common_attach()
|
D | adl_pci9118.c | 1614 s->cancel = pci9118_ai_cancel; in pci9118_common_attach()
|
D | cb_pcidas64.c | 3773 s->cancel = ai_cancel; in setup_subdevices() 3806 s->cancel = ao_cancel; in setup_subdevices()
|
D | s626.c | 2792 s->cancel = s626_ai_cancel; in s626_auto_attach()
|
/linux-4.1.27/drivers/mfd/ |
D | si476x-cmd.c | 363 .cancel = false, in si476x_cmd_clear_stc() 760 rsqargs->cancel << 1 | rsqargs->stcack, in si476x_core_cmd_am_rsq_status() 1185 rsqargs->cancel << 1 | rsqargs->stcack, in si476x_core_cmd_fm_rsq_status_a10() 1238 rsqargs->attune << 2 | rsqargs->cancel << 1 | in si476x_core_cmd_fm_rsq_status_a20() 1293 rsqargs->attune << 2 | rsqargs->cancel << 1 | in si476x_core_cmd_fm_rsq_status_a30()
|
/linux-4.1.27/drivers/staging/lustre/lustre/osc/ |
D | osc_lock.c | 631 int cancel; in osc_dlm_blocking_ast0() local 635 cancel = 0; in osc_dlm_blocking_ast0() 668 cancel = 1; in osc_dlm_blocking_ast0() 677 cancel = (flag == LDLM_CB_BLOCKING); in osc_dlm_blocking_ast0() 679 if (cancel) { in osc_dlm_blocking_ast0()
|
/linux-4.1.27/fs/ocfs2/dlm/ |
D | dlmdomain.c | 1342 struct dlm_cancel_join *cancel; in dlm_cancel_join_handler() local 1345 cancel = (struct dlm_cancel_join *) msg->buf; in dlm_cancel_join_handler() 1347 mlog(0, "node %u cancels join on domain %s\n", cancel->node_idx, in dlm_cancel_join_handler() 1348 cancel->domain); in dlm_cancel_join_handler() 1351 dlm = __dlm_lookup_domain_full(cancel->domain, cancel->name_len); in dlm_cancel_join_handler() 1358 BUG_ON(dlm->joining_node != cancel->node_idx); in dlm_cancel_join_handler()
|
/linux-4.1.27/Documentation/ |
D | crc32.txt | 36 and to make the XOR cancel, it's just a copy of bit 32 of the remainder. 141 to cancel out the corresponding byte. The tables are different because the 142 polynomials to cancel are different. One has non-zero coefficients from
|
D | memory-hotplug.txt | 435 MEM_ONLINE, or MEM_OFFLINE action to cancel hotplugging. It stops
|
/linux-4.1.27/arch/frv/kernel/ |
D | break.S | 286 # cancel single-stepping mode 389 # cancel single-stepping mode
|
/linux-4.1.27/net/bridge/ |
D | br_mdb.c | 183 goto cancel; in nlmsg_populate_mdb_fill() 198 cancel: in nlmsg_populate_mdb_fill()
|
/linux-4.1.27/drivers/media/radio/ |
D | radio-si476x.c | 408 .cancel = false, in si476x_radio_g_tuner() 684 .cancel = false, in si476x_radio_g_frequency() 1307 .cancel = false, in si476x_radio_read_rsq_blob() 1342 .cancel = false, in si476x_radio_read_rsq_primary_blob()
|
/linux-4.1.27/include/linux/mfd/ |
D | si476x-core.h | 351 bool cancel; member
|
/linux-4.1.27/arch/cris/include/arch-v32/arch/hwregs/ |
D | eth_defs.h | 167 unsigned int cancel : 1; member
|
/linux-4.1.27/net/9p/ |
D | trans_fd.c | 1041 .cancel = p9_fd_cancel, 1053 .cancel = p9_fd_cancel, 1065 .cancel = p9_fd_cancel,
|
D | trans_virtio.c | 743 .cancel = p9_virtio_cancel,
|
D | trans_rdma.c | 778 .cancel = rdma_cancel,
|
D | client.c | 777 if (c->trans_mod->cancel(c, req)) in p9_client_rpc() 858 if (c->trans_mod->cancel(c, req)) in p9_client_zc_rpc()
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/pcie/ |
D | tx.c | 1700 goto cancel; in iwl_pcie_send_hcmd_sync() 1708 goto cancel; in iwl_pcie_send_hcmd_sync() 1715 goto cancel; in iwl_pcie_send_hcmd_sync() 1722 goto cancel; in iwl_pcie_send_hcmd_sync() 1727 cancel: in iwl_pcie_send_hcmd_sync()
|
/linux-4.1.27/fs/ocfs2/ |
D | alloc.h | 178 int cancel);
|
D | alloc.c | 6055 int cancel) in ocfs2_schedule_truncate_log_flush() argument 6061 if (cancel) in ocfs2_schedule_truncate_log_flush()
|
/linux-4.1.27/Documentation/cgroups/ |
D | memcg_test.txt | 39 3. charge-commit-cancel 49 At cancel(), simply usage -= PAGE_SIZE.
|
/linux-4.1.27/include/acpi/ |
D | actbl3.h | 707 u32 cancel; member
|
/linux-4.1.27/drivers/staging/comedi/ |
D | comedidev.h | 77 int (*cancel)(struct comedi_device *, struct comedi_subdevice *); member
|
D | drivers.c | 472 s->cancel(dev, s); in comedi_handle_events()
|
D | comedi_fops.c | 726 if (comedi_is_subdevice_running(s) && s->cancel) in do_cancel() 727 ret = s->cancel(dev, s); in do_cancel()
|
/linux-4.1.27/arch/xtensa/lib/ |
D | strncpy_user.S | 152 addi a11, a11, 1-3 # advance dst ptr 1, but also cancel
|
/linux-4.1.27/Documentation/leds/ |
D | leds-class.txt | 77 should completely turn off the LED and cancel the previously programmed
|
D | ledtrig-transient.txt | 59 deactivation routine, will cancel any timer that is active before it cleans
|
/linux-4.1.27/Documentation/firmware_class/ |
D | README | 83 - "echo -1 > /sys/class/firmware/xxx/loading" will cancel the load at
|
/linux-4.1.27/block/ |
D | genhd.c | 1457 bool cancel; in disk_block_events() local 1469 cancel = !ev->block++; in disk_block_events() 1472 if (cancel) in disk_block_events()
|
/linux-4.1.27/Documentation/video4linux/cx2341x/ |
D | fw-memory.txt | 46 0=reset/cancel, 1=read, 2=write, 4=stop
|
/linux-4.1.27/tools/testing/ktest/ |
D | ktest.pl | 484 my ($cancel, $prompt) = @_; 489 if ($cancel) { 497 if ($cancel) { 504 if ($cancel) {
|
/linux-4.1.27/Documentation/blockdev/ |
D | README.DAC960 | 404 cancel-rebuild 405 cancel-consistency-check 407 The "cancel-rebuild" and "cancel-consistency-check" commands cancel any
|
/linux-4.1.27/Documentation/vm/ |
D | ksm.txt | 27 The app may call int madvise(addr, length, MADV_UNMERGEABLE) to cancel
|
/linux-4.1.27/fs/lockd/ |
D | svc4proc.c | 482 PROC(cancel, cancargs, res, args, res, Ck+St),
|
D | svcproc.c | 526 PROC(cancel, cancargs, res, args, res, Ck+St),
|
/linux-4.1.27/Documentation/networking/ |
D | rds.txt | 144 This allows the application to cancel outstanding messages if 147 The application may decide it's not worth it, and cancel the
|
/linux-4.1.27/drivers/char/tpm/st33zp24/ |
D | st33zp24.c | 537 .cancel = st33zp24_cancel,
|
/linux-4.1.27/Documentation/input/ |
D | iforce-protocol.txt | 78 When the whole byte is 0, cancel the previously set trigger
|
/linux-4.1.27/Documentation/laptops/ |
D | disk-shock-protection.txt | 53 cancel a previously set timeout and resume normal operation
|
/linux-4.1.27/Documentation/RCU/ |
D | rcubarrier.txt | 184 module invokes call_rcu() from timers, you will need to first cancel all
|
/linux-4.1.27/Documentation/power/ |
D | basic-pm-debugging.txt | 85 methods used to cancel hibernation etc.
|
D | runtime_pm.txt | 189 will cancel any pending requests to execute ->runtime_idle() for the same 195 * A request to execute ->runtime_resume() will cancel any pending or 413 (synchronously) in that case, cancel any other pending runtime PM requests
|
/linux-4.1.27/Documentation/filesystems/caching/ |
D | netfs-api.txt | 665 Furthermore, note that this does not cancel the asynchronous read or write 695 storage request to complete, or it may attempt to cancel the storage request -
|
D | backend-api.txt | 395 taken as request to cancel a reservation.
|
/linux-4.1.27/drivers/net/cris/ |
D | eth_v10.c | 558 SETS(network_tr_ctrl_shadow, R_NETWORK_TR_CTRL, cancel, dont); in e100_open()
|
/linux-4.1.27/drivers/net/wireless/iwlegacy/ |
D | common.c | 348 goto cancel; in il_send_cmd_sync() 368 goto cancel; in il_send_cmd_sync() 374 cancel: in il_send_cmd_sync()
|
/linux-4.1.27/Documentation/PCI/ |
D | pci-error-recovery.txt | 360 cancel all pending I/O, refuse all new I/O, returning -EIO to
|
/linux-4.1.27/drivers/scsi/ |
D | ncr53c8xx.c | 1868 ncrcmd cancel [ 4]; member 4679 cpu_to_scr(NCB_SCRIPTH_PHYS (np, cancel));
|
/linux-4.1.27/Documentation/filesystems/cifs/ |
D | CHANGES | 243 (lock cancel now works, and unlock of merged range works even
|
/linux-4.1.27/lib/ |
D | Kconfig.debug | 90 fs/aio.c:1770 [aio]sys_io_cancel =_ "calling\040cancel\012"
|