/linux-4.1.27/drivers/scsi/ |
H A D | sg.c | 181 atomic_t detaching; /* 0->device usable, 1->device detaching */ member in struct:sg_device 244 (atomic_read(&sdp->detaching) || open_wait() 250 if (atomic_read(&sdp->detaching)) open_wait() 257 (atomic_read(&sdp->detaching) || open_wait() 263 if (atomic_read(&sdp->detaching)) open_wait() 446 if (atomic_read(&sdp->detaching)) { sg_read() 455 (atomic_read(&sdp->detaching) || sg_read() 457 if (atomic_read(&sdp->detaching)) { sg_read() 599 if (atomic_read(&sdp->detaching)) sg_write() 790 if (atomic_read(&sdp->detaching)) { sg_common_write() 851 if (atomic_read(&sdp->detaching)) sg_ioctl() 862 (srp_done(sfp, srp) || atomic_read(&sdp->detaching))); sg_ioctl() 863 if (atomic_read(&sdp->detaching)) sg_ioctl() 902 if (atomic_read(&sdp->detaching)) sg_ioctl() 915 if (atomic_read(&sdp->detaching)) sg_ioctl() 1057 if (atomic_read(&sdp->detaching)) sg_ioctl() 1061 if (atomic_read(&sdp->detaching)) sg_ioctl() 1099 if (atomic_read(&sdp->detaching)) sg_ioctl() 1164 if (atomic_read(&sdp->detaching)) sg_poll() 1298 if (unlikely(atomic_read(&sdp->detaching))) sg_rq_end_io() 1299 pr_info("%s: device detaching\n", __func__); sg_rq_end_io() 1437 atomic_set(&sdp->detaching, 0); sg_alloc() 1566 /* want sdp->detaching non-zero as soon as possible */ sg_remove_device() 1567 val = atomic_inc_return(&sdp->detaching); sg_remove_device() 2142 if (atomic_read(&sdp->detaching)) { sg_add_sfp() 2263 else if (atomic_read(&sdp->detaching)) { sg_get_dev() 2264 /* If sdp->detaching, then the refcount may already be 0, in sg_get_dev() 2548 (atomic_read(&sdp->detaching))) sg_proc_seq_show_dev() 2579 if (sdp && scsidp && (!atomic_read(&sdp->detaching))) sg_proc_seq_show_devstrs() 2676 if (atomic_read(&sdp->detaching)) sg_proc_seq_show_debug() 2677 seq_puts(s, "detaching pending close "); sg_proc_seq_show_debug()
|
H A D | zalon.c | 140 dev_printk(KERN_ERR, &dev->dev, "irq problem with %d, detaching\n ", zalon_probe()
|
H A D | eata.c | 1132 ("%s: config structure size (%d bytes) too short, detaching.\n", port_detect() 1170 ("%s: address 0x%03lx, unusable %s board (%d%d), detaching.\n", port_detect() 1221 printk("%s: unable to allocate IRQ %u, detaching.\n", name, port_detect() 1227 printk("%s: unable to allocate DMA channel %u, detaching.\n", port_detect() 1241 ("%s: config, pci_alloc_consistent failed, detaching.\n", port_detect() 1252 ("%s: busy timeout sending configuration, detaching.\n", port_detect() 1264 printk("%s: unable to register host, detaching.\n", name); port_detect() 1351 ("%s: kmalloc SGlist failed, mbox %d, detaching.\n", port_detect() 1360 printk("%s: pci_alloc_consistent failed, detaching.\n", ha->board_name); port_detect()
|
H A D | u14-34f.c | 878 printk("%s: unable to allocate IRQ %u, detaching.\n", name, irq); port_detect() 883 printk("%s: unable to allocate DMA channel %u, detaching.\n", port_detect() 895 printk("%s: unable to register host, detaching.\n", name); port_detect() 985 printk("%s: kmalloc SGlist failed, mbox %d, detaching.\n", BN(j), i); port_detect()
|
H A D | ncr53c8xx.c | 8508 printk(KERN_INFO "%s: detaching...\n", ncr_name(np)); ncr_attach()
|
/linux-4.1.27/drivers/vfio/ |
H A D | vfio_iommu_spapr_tce.c | 347 pr_warn("tce_vfio: detaching group #%u, expected group is #%u\n", tce_iommu_detach_group() 352 pr_warn("tce_vfio: detaching group #%u from enabled container, forcing disable\n", tce_iommu_detach_group() 357 /* pr_debug("tce_vfio: detaching group #%u from iommu %p\n", tce_iommu_detach_group()
|
/linux-4.1.27/arch/um/kernel/ |
H A D | ptrace.c | 33 * Called by kernel/ptrace.c when detaching..
|
/linux-4.1.27/arch/unicore32/kernel/ |
H A D | ptrace.c | 54 * Called by kernel/ptrace.c when detaching..
|
/linux-4.1.27/arch/openrisc/kernel/ |
H A D | ptrace.c | 147 * Called by kernel/ptrace.c when detaching..
|
/linux-4.1.27/arch/c6x/kernel/ |
H A D | ptrace.c | 23 * Called by kernel/ptrace.c when detaching.
|
/linux-4.1.27/arch/cris/arch-v10/kernel/ |
H A D | ptrace.c | 59 * Called by kernel/ptrace.c when detaching.
|
/linux-4.1.27/sound/core/seq/ |
H A D | seq_system.c | 45 * detaching from the system an announcement is send to the subscribed
|
/linux-4.1.27/drivers/misc/cxl/ |
H A D | context.c | 222 * We are force detaching - remove any active PSA mappings so cxl_context_detach_all()
|
H A D | cxl.h | 412 /* Used to unmap any mmaps when force detaching */
|
/linux-4.1.27/arch/xtensa/kernel/ |
H A D | ptrace.c | 44 * Called by kernel/ptrace.c when detaching to disable single stepping.
|
/linux-4.1.27/arch/tile/kernel/ |
H A D | ptrace.c | 43 * Called by kernel/ptrace.c when detaching..
|
/linux-4.1.27/arch/frv/kernel/ |
H A D | ptrace.c | 237 * Called by kernel/ptrace.c when detaching..
|
/linux-4.1.27/arch/m68k/kernel/ |
H A D | ptrace.c | 134 * Called by kernel/ptrace.c when detaching..
|
/linux-4.1.27/arch/alpha/kernel/ |
H A D | ptrace.c | 264 * Called by kernel/ptrace.c when detaching..
|
/linux-4.1.27/net/openvswitch/ |
H A D | vport.h | 106 * @detach_list: list used for detaching vport in net-exit call.
|
/linux-4.1.27/arch/sh/kernel/ |
H A D | ptrace_32.c | 129 * Called by kernel/ptrace.c when detaching..
|
H A D | ptrace_64.c | 571 * Called by kernel/ptrace.c when detaching..
|
/linux-4.1.27/arch/sparc/kernel/ |
H A D | ptrace_32.c | 34 * Called by kernel/ptrace.c when detaching..
|
H A D | ptrace_64.c | 50 * Called by kernel/ptrace.c when detaching..
|
/linux-4.1.27/arch/metag/kernel/ |
H A D | ptrace.c | 371 * Called by kernel/ptrace.c when detaching..
|
/linux-4.1.27/drivers/video/fbdev/omap2/omapfb/ |
H A D | omapfb-sysfs.c | 274 DBG("detaching %d\n", ofbi->overlays[i]->id); store_overlays()
|
/linux-4.1.27/arch/parisc/kernel/ |
H A D | ptrace.c | 34 * Called by kernel/ptrace.c when detaching..
|
/linux-4.1.27/arch/avr32/kernel/ |
H A D | ptrace.c | 58 * Called by kernel/ptrace.c when detaching
|
/linux-4.1.27/arch/cris/arch-v32/kernel/ |
H A D | ptrace.c | 110 * Called by kernel/ptrace.c when detaching.
|
/linux-4.1.27/fs/ocfs2/ |
H A D | dcache.c | 216 * attaching and detaching the dentry lock with a
|
/linux-4.1.27/arch/m32r/kernel/ |
H A D | ptrace.c | 613 * Called by kernel/ptrace.c when detaching..
|
/linux-4.1.27/drivers/ata/ |
H A D | libata-pmp.c | 567 ata_dev_info(dev, "Port Multiplier detaching\n"); sata_pmp_detach() 1071 /* Control always ends up here after detaching PMP. Shut up
|
H A D | libata-scsi.c | 3862 ata_dev_info(dev, "detaching (SCSI %s)\n", ata_scsi_remove_dev()
|
/linux-4.1.27/include/linux/ |
H A D | vmw_vmci_defs.h | 492 u32 peer_id; /* Context id of attaching/detaching VM. */ 635 u32 peer_id; /* Context id of attaching/detaching VM. */
|
/linux-4.1.27/drivers/sh/maple/ |
H A D | maple.c | 557 dev_info(&mdev->dev, "detaching device at (%d, %d)\n", maple_response_none()
|
/linux-4.1.27/drivers/staging/comedi/ |
H A D | comedidev.h | 549 * Automatically set to NULL when detaching hardware device.
|
H A D | drivers.c | 948 "BUG! detaching device with use_count=%d\n", comedi_driver_unregister()
|
H A D | comedi_fops.c | 773 * pointer to comedi_devconfig structure (NULL if detaching)
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
H A D | lloop.c | 660 * of attaching or detaching a file by a lloop's device number.
|
/linux-4.1.27/arch/mips/kernel/ |
H A D | ptrace.c | 70 * Called by kernel/ptrace.c when detaching..
|
/linux-4.1.27/arch/arm/kernel/ |
H A D | ptrace.c | 193 * Called by kernel/ptrace.c when detaching..
|
/linux-4.1.27/net/atm/ |
H A D | pppoatm.c | 65 /* keep old push/pop for detaching */
|
/linux-4.1.27/drivers/misc/vmw_vmci/ |
H A D | vmci_queue_pair.c | 1942 * This function implements the host kernel API for detaching from 2145 * The main entry point for detaching from a queue pair registered with the 2858 * This is the client interface for detaching from a VMCIQPair.
|
/linux-4.1.27/drivers/iommu/ |
H A D | fsl_pamu_domain.c | 705 * Use LIODN of the PCI controller while detaching a fsl_pamu_detach_device()
|
H A D | omap-iommu.c | 55 * @lock: domain lock, should be taken when attaching/detaching
|
/linux-4.1.27/drivers/md/bcache/ |
H A D | bcache.h | 473 * CACHE_SET_UNREGISTERING means we're not just shutting down, we're detaching
|
H A D | super.c | 956 * detaching bch_cached_dev_detach()
|
/linux-4.1.27/drivers/mtd/ubi/ |
H A D | cdev.c | 34 * delete them. In other words, it is used for attaching and detaching MTD
|
H A D | build.c | 1117 ubi_msg(ubi, "detaching mtd%d", ubi->mtd->index); ubi_detach_mtd_dev()
|
/linux-4.1.27/drivers/scsi/fcoe/ |
H A D | fcoe_transport.c | 574 LIBFCOE_TRANSPORT_DBG("detaching transport %s\n", ft->name); fcoe_transport_detach()
|
/linux-4.1.27/drivers/infiniband/hw/mlx5/ |
H A D | main.c | 726 mlx5_ib_warn(dev, "failed detaching QPN 0x%x, MGID %pI6\n", mlx5_ib_mcg_detach()
|
/linux-4.1.27/drivers/vme/ |
H A D | vme.c | 1292 * there are we should probably be detaching them! vme_lm_free()
|
/linux-4.1.27/drivers/w1/ |
H A D | w1.c | 775 dev_dbg(&sl->dev, "%s: detaching %s [%p].\n", __func__, w1_unref_slave()
|
/linux-4.1.27/arch/arm64/kernel/ |
H A D | ptrace.c | 57 * Called by kernel/ptrace.c when detaching..
|
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/ |
H A D | en_netdev.c | 198 en_err(priv, "Error detaching flow. rc = %d\n", rc); mlx4_en_filter_work() 269 en_err(priv, "Error detaching flow. rc = %d\n", rc); mlx4_en_filter_free()
|
/linux-4.1.27/drivers/scsi/megaraid/ |
H A D | megaraid_mbox.c | 559 "megaraid: detaching device %#4.04x:%#4.04x:%#4.04x:%#4.04x\n", megaraid_detach_one() 3593 "megaraid: reject management request, detaching\n")); megaraid_mbox_mm_handler()
|
/linux-4.1.27/drivers/net/wireless/ath/ar5523/ |
H A D | ar5523.c | 1730 ar5523_dbg(ar, "detaching\n"); ar5523_disconnect()
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/pcie/ |
H A D | rx.c | 103 * READ INDEX, detaching the SKB from the pool.
|
/linux-4.1.27/drivers/staging/lustre/lustre/mgc/ |
H A D | mgc_request.c | 1529 * of llog_process_lock so no device is attaching/detaching mgc_process_cfg_log()
|
/linux-4.1.27/arch/x86/kernel/ |
H A D | ptrace.c | 799 * Called by kernel/ptrace.c when detaching..
|
/linux-4.1.27/arch/s390/kernel/ |
H A D | ptrace.c | 132 * Called by kernel/ptrace.c when detaching..
|
/linux-4.1.27/arch/powerpc/kernel/ |
H A D | ptrace.c | 1060 * Called by kernel/ptrace.c when detaching..
|
/linux-4.1.27/drivers/scsi/sym53c8xx_2/ |
H A D | sym_glue.c | 1628 printk("%s: detaching ...\n", sym_name(np)); sym_detach()
|
/linux-4.1.27/drivers/block/drbd/ |
H A D | drbd_worker.c | 234 * "aborting" requests, or force-detaching the disk, is intended for drbd_request_endio()
|
H A D | drbd_int.h | 2239 /* no new io accepted when attaching or detaching the disk */ may_inc_ap_bio()
|
H A D | drbd_receiver.c | 3929 we are primary and are detaching from our disk. We need to see the receive_uuids()
|
/linux-4.1.27/arch/ia64/kernel/ |
H A D | ptrace.c | 1141 * Called by kernel/ptrace.c when detaching..
|
/linux-4.1.27/include/drm/ |
H A D | drm_crtc.h | 69 * a better job of detaching property from mode objects to avoid
|
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_main.c | 3583 "detaching the device.\n"); qlcnic_detach_work()
|
/linux-4.1.27/drivers/net/wireless/ath/ath5k/ |
H A D | base.c | 3131 * o call the 802.11 layer before detaching ath5k_hw to ath5k_deinit_ah()
|
/linux-4.1.27/drivers/net/wireless/iwlegacy/ |
H A D | 3945-mac.c | 925 * READ IDX, detaching the SKB from the pool.
|
H A D | common.c | 2542 * READ IDX, detaching the SKB from the pool.
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
H A D | intel_dp.c | 2566 DRM_DEBUG_KMS("detaching pipe %c power sequencer from port %c\n", vlv_detach_power_sequencer()
|
/linux-4.1.27/mm/ |
H A D | mmap.c | 2576 * unlock any mlock()ed ranges before detaching vmas do_munmap()
|
/linux-4.1.27/fs/dlm/ |
H A D | lock.c | 1167 /* Attaching/detaching lkb's from rsb's is for rsb reference counting.
|
/linux-4.1.27/drivers/net/wireless/ipw2x00/ |
H A D | ipw2200.c | 5145 * READ INDEX, detaching the SKB from the pool.
|