Searched refs:sharing (Results 1 - 200 of 273) sorted by relevance

12

/linux-4.1.27/include/linux/
H A Dcacheinfo.h26 * lines sharing the same index
29 * @physical_line_partition: number of physical cache lines sharing the
32 * @shared_cpu_map: logical cpumask representing all the cpus sharing
H A Dksm.h6 * This code enables dynamic sharing of identical pages found in different
H A Ddma-buf.h2 * Header file for dma buffer sharing framework.
114 * @file: file pointer used for sharing buffers across, and for refcounting.
H A Dinterrupt.h42 * IRQF_SHARED - allow sharing the irq among several devices
43 * IRQF_PROBE_SHARED - set by callers when they expect sharing mismatches to occur
H A Dvirtio_config.h196 * due to config support, irq type and sharing.
H A Djbd.h206 __be32 s_nr_users; /* Nr of filesystems sharing log */
218 __u8 s_users[16*48]; /* ids of all fs'es sharing the log */
H A Dcpufreq.h62 /* CPUs sharing clock, require sw coordination */
H A Djbd2.h261 __be32 s_nr_users; /* Nr of filesystems sharing log */
276 __u8 s_users[16*48]; /* ids of all fs'es sharing the log */
H A Dblkdev.h314 * Together with queue_head for cacheline sharing
/linux-4.1.27/arch/sparc/include/asm/
H A Dasm.h4 /* Macros to assist the sharing of assembler code between 32-bit and
H A Dtrap_block.h15 * This is padded out and aligned to 64-bytes to avoid false sharing
/linux-4.1.27/arch/tile/include/asm/
H A Dcache.h38 * DMA minimum alignment to avoid false sharing in the kernel heap.
48 /* Group together read-mostly things to avoid cache false sharing */
/linux-4.1.27/arch/x86/include/asm/
H A Damd_nb.h45 /* initialized to the number of CPUs on the node sharing this bank */
H A Dsmp.h35 /* cpus sharing the last level cache: */
/linux-4.1.27/include/sound/
H A Drcar_snd.h33 * A : clock sharing settings
H A Di2c.h61 struct list_head buses; /* master: slave buses sharing SCK/SCL, slave: link list */
H A Dac97_codec.h436 void (*update_jacks) (struct snd_ac97 *ac97); /* for jack-sharing */
523 /* jack-sharing info */
/linux-4.1.27/arch/ia64/include/asm/sn/
H A Dintr.h52 int irq_share_cnt; /* num devices sharing IRQ */
H A Dsn_sal.h1044 * [23:16] - Log2 of nodes per sharing domain
/linux-4.1.27/drivers/usb/isp1760/
H A Disp1760-core.c65 * The ISP1761 has a dedicated DC IRQ line but supports sharing the HC isp1760_init_core()
67 * sharing for now and disable the DC interrupts globally to avoid isp1760_init_core()
/linux-4.1.27/fs/isofs/
H A Drock.h2 * These structs are used by the system-use-sharing protocol, in which the
/linux-4.1.27/arch/mips/lib/
H A Duncached.c35 * values, so we can avoid sharing the same stack area between a cached
H A Dmemcpy.S162 * As we are sharing code base with the mips32 tree (which use the o32 ABI
H A Dcsum_partial.S20 * As we are sharing code base with the mips32 tree (which use the o32 ABI
/linux-4.1.27/drivers/staging/olpc_dcon/
H A Dolpc_dcon_xo_1_5.c76 /* we're sharing the IRQ with ACPI */ dcon_init_xo_1_5()
/linux-4.1.27/arch/sparc/kernel/
H A Dprom_common.c121 * here, despite sharing the same interface. SPARC32 doesn't fill in 'buf',
H A Dkprobes.c542 /* another task is sharing our hash bucket */ hlist_for_each_entry_safe()
H A Dhead_64.S720 /* This is meant to allow the sharing of this code between
H A Dsmp_64.c1049 * questionable (in theory the big win for threads is the massive sharing of
/linux-4.1.27/drivers/usb/core/
H A Dbuffer.c107 * better sharing and to leverage mm/slab.c intelligence.
H A Dusb.c724 * Using these buffers also eliminates cacheline sharing problems on
/linux-4.1.27/drivers/video/backlight/
H A Dep93xx_bl.c80 * sharing the register space with the framebuffer driver (see ep93xxbl_probe()
/linux-4.1.27/arch/arm/kernel/
H A Dfiq.c12 * be stacked onto the vector. We still do not support sharing
/linux-4.1.27/net/netfilter/ipvs/
H A Dip_vs_nq.c23 * A. Weinrib and S. Shenker, Greed is not enough: Adaptive load sharing
H A Dip_vs_sed.c25 * A. Weinrib and S. Shenker, Greed is not enough: Adaptive load sharing
/linux-4.1.27/drivers/net/
H A Difb.c4 for sharing of resources:
8 an impression of sharing.
/linux-4.1.27/include/uapi/drm/
H A Ddrm_fourcc.h175 * sharing. It exists since on a given platform it does uniquely identify the
190 * sharing. It exists since on a given platform it does uniquely identify the
H A Dsavage_drm.h35 * Clients may subdivide regions internally, but when sharing between
H A Dmga_drm.h113 * Clients may subdivide regions internally, but when sharing between
/linux-4.1.27/drivers/media/tuners/
H A Dtuner-i2c.h81 * and hybrid_tuner_release_state to manage state sharing between
/linux-4.1.27/drivers/block/paride/
H A Dparide.h50 wait_queue_head_t parq; /* semaphore for parport sharing */
/linux-4.1.27/drivers/char/
H A Dmspec.c92 atomic_t refcnt; /* Number of vmas sharing the data. */
157 * belonging to all the vma's sharing this vma_data structure.
H A Dlp.c16 * Parport sharing hacking by Andrea Arcangeli
/linux-4.1.27/net/sched/
H A Dsch_cbq.c27 Sources: [1] Sally Floyd and Van Jacobson, "Link-sharing and Resource
90 /* Link-sharing scheduler parameters */
207 * it allows us to combine link sharing and priority scheduling
210 * Namely, you can put link sharing rules (f.e. route based) at root of CBQ,
274 * Step 3+n. If classifier selected a link sharing class, cbq_classify()
979 * sharing, but not for toplevel algorithm. cbq_dequeue()
982 * two passes, but it is unavoidable with top-level sharing. cbq_dequeue()
H A Dsch_hfsc.c46 * Oleg Cherevko <olwi@aq.ml.com.ua> added the upperlimit for link-sharing.
48 * upperlimit service curve. the link-sharing scheduler does not schedule
143 link-sharing, max(myf, cfmin) */
151 children fit for link-sharing
1640 * use link-sharing criteria hfsc_dequeue()
H A Dsch_htb.c49 In fact it is another implementation of Floyd's formal sharing.
94 * To reduce false sharing, place mostly read fields at beginning,
H A Dcls_u32.c23 * It is especially useful for link sharing combined with QoS;
/linux-4.1.27/drivers/usb/wusbcore/
H A Dwa-hc.h182 * FIXME: this needs to be layered up: a wusbhc layer (for sharing
183 * commonalities with WHCI), a wa layer (for sharing
/linux-4.1.27/tools/testing/selftests/memfd/
H A Dmemfd_test.c728 * Test sharing via dup()
840 * Test sharing via fork()
/linux-4.1.27/drivers/ide/
H A Dcs5530.c69 * The CS5530 specifies that two drives sharing a cable cannot mix
H A Dsc1200.c96 * The SC1200 specifies that two drives sharing a cable cannot mix
H A Dide-io.c800 * sharing the same PCI INT# as us. ide_intr()
H A Dpmac.c1628 * sharing interrupts (which is hopefully the case with pmac_ide_dma_test_irq()
/linux-4.1.27/drivers/iio/humidity/
H A Ddht11.c155 /* TODO: Consider making the handler safe for IRQ sharing */ dht11_handle_irq()
/linux-4.1.27/drivers/mfd/
H A Dintel_quark_i2c_gpio.c15 * Intel Quark PCI device for I2C and GPIO controller sharing the same
H A Dsm501.c1622 /* make our resources ready for sharing */ sm501_pci_probe()
/linux-4.1.27/drivers/gpu/drm/i915/
H A Di915_vgpu.c31 * GPU among multiple virtual machines on a time-sharing basis. Each
H A Dintel_dsi_pll.c225 * sharing PLLs with two DSI outputs.
H A Dintel_drv.h285 /* Whether to set up the PCH/FDI. Note that we never allow sharing
/linux-4.1.27/drivers/cpufreq/
H A Dqoriq-cpufreq.c122 /* traverse cpu nodes to get cpu mask of sharing clock wire */ set_affected_cpus()
H A Dcpufreq-dt.c382 * All per-cluster (CPUs sharing clock/voltages) initialization is done dt_cpufreq_probe()
/linux-4.1.27/arch/x86/kernel/
H A Despfix_64.c47 * it up to a cache line to avoid unnecessary sharing.
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/core/
H A Dgpuobj.c276 /* the below is basically only here to support sharing the paged dma object
/linux-4.1.27/drivers/ata/
H A Dpata_platform.c84 * assume do not support IRQ sharing.
H A Dpata_legacy.c940 * assume do not support IRQ sharing.
H A Dpata_macio.c683 * sharing interrupts (which is hopefully the case with pata_macio_bmdma_status()
/linux-4.1.27/drivers/gpu/drm/vgem/
H A Dvgem_drv.c30 * software renderer and the X server for efficient buffer sharing.
/linux-4.1.27/drivers/uio/
H A Duio_dmem_genirq.c259 * Interrupt sharing is not supported. uio_dmem_genirq_probe()
H A Duio_pdrv_genirq.c192 * Interrupt sharing is not supported. uio_pdrv_genirq_probe()
/linux-4.1.27/include/uapi/linux/
H A Dmic_common.h96 * @bootparam: The bootparam structure is used for sharing information and
/linux-4.1.27/arch/s390/kernel/
H A Dperf_event.c296 /* Reserve/release functions for sharing perf hardware */
H A Dkprobes.c423 /* another task is sharing our hash bucket */ hlist_for_each_entry_safe()
442 /* another task is sharing our hash bucket */ hlist_for_each_entry_safe()
/linux-4.1.27/arch/avr32/boards/atngw100/
H A Dsetup.c280 * open-drain sharing among all I2C devices. SDA and SCL do; atngw100_init()
/linux-4.1.27/fs/cifs/
H A Dsmberr.h81 #define ERRbadshare 32 /* The sharing mode specified for an
/linux-4.1.27/kernel/time/
H A Ditimer.c213 /* We are sharing ->siglock with it_real_fn() */ do_setitimer()
/linux-4.1.27/tools/perf/tests/
H A Dbuiltin-test.c146 .desc = "Test thread mg sharing",
/linux-4.1.27/drivers/crypto/
H A Dn2_core.c50 cpumask_t sharing; member in struct:spu_queue
1660 if (cpumask_empty(&p->sharing)) spu_queue_register()
1668 set_cpus_allowed_ptr(current, &p->sharing); spu_queue_register()
1757 cpumask_set_cpu(*id, &p->sharing); mdesc_for_each_arc()
1779 cpumask_clear(&p->sharing); handle_exec_unit()
/linux-4.1.27/drivers/acpi/
H A Dpci_link.c415 * Link Devices to move the PIRQs around to minimize sharing.
859 * Used for acpi_irq_balance to free up IRQs to reduce PCI IRQ sharing.
/linux-4.1.27/arch/arm/mach-omap2/
H A Dcontrol.c60 u16 sharing; member in struct:omap3_scratchpad_sdrc_block
359 sdrc_block_contents.sharing = omap3_save_scratchpad_contents()
/linux-4.1.27/virt/kvm/
H A Deventfd.c62 * List of resampling struct _irqfd objects sharing this gsi.
68 * Entry in list of kvm->irqfd.resampler_list. Use for sharing
/linux-4.1.27/include/asm-generic/
H A Dvmlinux.lds.h710 * sharing between subsections for different purposes.
733 * sharing between subsections for different purposes.
/linux-4.1.27/drivers/net/vmxnet3/
H A Dvmxnet3_int.h308 /* Interrupt sharing schemes, share_intr */
/linux-4.1.27/drivers/misc/
H A Dcs5535-mfgpt.c111 * Unfortunately, MFGPTs come in pairs sharing their IRQ lines. If VSA cs5535_mfgpt_set_irq()
/linux-4.1.27/drivers/scsi/
H A Ddtc.c83 #define CSR_SHARED_INTR 0x08 /* rw Interrupt sharing */
H A Dpas16.c56 * The current driver does not support interrupt sharing with the
H A DNCR5380.h168 #define CSR_SHARED_INTR 0x08 /* rw Interrupt sharing */
H A Dppa.c39 unsigned wanted:1; /* Parport sharing busy flag */
H A Dimm.c45 unsigned wanted:1; /* Parport sharing busy flag */
/linux-4.1.27/drivers/parport/
H A Dparport_gsc.c336 /* Now that we've told the sharing engine about the port, and parport_gsc_probe_port()
H A Dparport_serial.c579 /* TODO: test if sharing interrupts works */ parport_register()
H A Dshare.c513 * The %PARPORT_DEV_EXCL flag is for preventing port sharing, and
514 * so should only be used when sharing the port with other device
H A Dparport_pc.c2241 /* Now that we've told the sharing engine about the port, and parport_pc_probe_port()
2849 /* TODO: test if sharing interrupts works */ parport_pc_pci_probe()
/linux-4.1.27/arch/x86/um/
H A Dtls_32.c176 * In SKAS0 mode, currently, multiple guest threads sharing the same ->mm have a
/linux-4.1.27/arch/xtensa/kernel/
H A Dprocess.c222 /* When sharing memory with the parent thread, the child copy_thread()
/linux-4.1.27/arch/x86/
H A DMakefile61 # a lot more stack due to the lack of sharing of stacklots:
/linux-4.1.27/fs/ufs/
H A Dialloc.c53 * though), and then we'd have two inodes sharing the
/linux-4.1.27/drivers/media/dvb-frontends/
H A Dau8522_priv.h48 /* Used for sharing of the state between analog and digital mode */
H A Dcx24117.c203 /* Used for sharing this struct between demods */
/linux-4.1.27/arch/ia64/include/asm/
H A Dpal.h75 #define PAL_GET_HW_POLICY 48 /* Get current hardware resource sharing policy */
76 #define PAL_SET_HW_POLICY 49 /* Set current hardware resource sharing policy */
1106 * Get the current hardware resource sharing policy of the processor
1504 * Set the current hardware resource sharing policy of the processor
/linux-4.1.27/net/core/
H A Ddst.c155 * We really want to avoid false sharing on this variable, and catch
/linux-4.1.27/include/linux/mmc/
H A Ddw_mmc.h89 * @slot: Slots sharing this MMC controller.
/linux-4.1.27/drivers/md/
H A Ddm-thin.c53 * How do we handle breaking sharing of data blocks?
64 * some timestamp magic. If it is, we have to break sharing.
79 * sharing of btree nodes between the two devices. Breaking sharing only
86 * the breaking of sharing.
96 * the breaking of sharing came in.
103 * even after the write to the origin has broken sharing. I suspect data
105 * breaking sharing n + 1 times, rather than n, where n is the number of
1319 * happen if someone's in the process of breaking sharing process_discard_cell()
1472 * If cell is already occupied, then sharing is already in the process process_shared_bio()
2334 * sharing. thin_bio_map()
/linux-4.1.27/drivers/misc/vmw_vmci/
H A Dvmci_doorbell.c156 * bitmap with "not too much" sharing between resources. If we dbell_index_table_add()
/linux-4.1.27/drivers/staging/iio/cdc/
H A Dad7150.c291 /* Complex register sharing going on here */ ad7150_read_event_value()
/linux-4.1.27/drivers/infiniband/hw/usnic/
H A Dusnic_ib_main.c677 MODULE_PARM_DESC(usnic_ib_share_vf, "Off=0, On=1 VF sharing amongst QPs");
/linux-4.1.27/drivers/edac/
H A Dedac_core.h114 * Each CPU core would have its own L1 cache, while sharing
/linux-4.1.27/arch/x86/xen/
H A Dtime.c248 single-shot timer with nanosecond resolution. However, sharing the
/linux-4.1.27/arch/sh/kernel/
H A Dkprobes.c335 /* another task is sharing our hash bucket */ hlist_for_each_entry_safe()
/linux-4.1.27/arch/tile/kernel/
H A Dkprobes.c472 /* another task is sharing our hash bucket */ hlist_for_each_entry_safe()
H A Dsetup.c863 /* Return number of immediately-adjacent tiles sharing the same NUMA node. */ node_neighbors()
/linux-4.1.27/drivers/usb/gadget/
H A Depautoconf.c26 * This should work with endpoints from controller drivers sharing the
/linux-4.1.27/drivers/video/fbdev/
H A Dep93xx-fb.c525 * sharing the register space with the backlight driver (see ep93xxfb_probe()
/linux-4.1.27/arch/powerpc/kernel/
H A Dkprobes.c318 /* another task is sharing our hash bucket */ hlist_for_each_entry_safe()
/linux-4.1.27/arch/arc/kernel/
H A Dkprobes.c464 /* another task is sharing our hash bucket */ hlist_for_each_entry_safe()
/linux-4.1.27/kernel/irq/
H A Dspurious.c189 * functioning device sharing an IRQ with the failing one)
/linux-4.1.27/kernel/
H A Dpid.c8 * pid-structures are backing objects for tasks sharing a given ID to chain
H A Dkmod.c8 Modified to avoid chroot and file sharing problems.
H A Dfork.c1479 * sigaltstack should be cleared when sharing the same VM copy_process()
/linux-4.1.27/sound/soc/codecs/
H A Dcs42xx8.c494 * sharing a register with the right input volume; explicitly cs42xx8_probe()
/linux-4.1.27/include/linux/bcma/
H A Dbcma.h12 #include <linux/ssb/ssb.h> /* SPROM sharing */
/linux-4.1.27/include/linux/hsi/
H A Dhsi.h365 * When sharing ports, clients should either relay on a single
/linux-4.1.27/drivers/xen/
H A Dgntalloc.c40 * You set up the sharing by calling the create ioctl() and then the mmap().
/linux-4.1.27/drivers/crypto/caam/
H A Dcaamalg.c765 /* skip key loading if they are loaded due to sharing */ gcm_set_sh_desc()
873 /* skip key loading if they are loaded due to sharing */ gcm_set_sh_desc()
995 /* Skip key loading if it is loaded due to sharing */ rfc4106_set_sh_desc()
1071 /* Skip key loading if it is loaded due to sharing */ rfc4106_set_sh_desc()
1150 /* Skip key loading if it is loaded due to sharing */ rfc4106_set_sh_desc()
1277 /* Skip key loading if it is loaded due to sharing */ rfc4543_set_sh_desc()
1393 /* Skip key loading if it is loaded due to sharing */ rfc4543_set_sh_desc()
1516 /* Skip key loading if it is loaded due to sharing */ rfc4543_set_sh_desc()
/linux-4.1.27/arch/x86/kernel/kprobes/
H A Dcore.c747 /* another task is sharing our hash bucket */ hlist_for_each_entry_safe()
766 /* another task is sharing our hash bucket */ hlist_for_each_entry_safe()
/linux-4.1.27/drivers/tty/
H A Dmips_ejtag_fdc.c661 * fit well with the whole sharing of the main CPU IRQ lines. When we mips_ejtag_fdc_isr()
662 * have something with a GIC that routes the FDC IRQs (i.e. no sharing mips_ejtag_fdc_isr()
H A Disicom.c32 * 13/12/99 sameer Fixed the problem with IRQ sharing.
63 * 03/05/01 anil .s Fixed the problem with IRQ sharing
/linux-4.1.27/include/linux/ssb/
H A Dssb_regs.h350 /* There are 4 blocks with power info sharing the same layout */
535 /* There are 4 blocks with power info sharing the same layout */
/linux-4.1.27/arch/ia64/kernel/
H A Dkprobes.c449 /* another task is sharing our hash bucket */ hlist_for_each_entry_safe()
466 /* another task is sharing our hash bucket */ hlist_for_each_entry_safe()
H A Diosapic.c131 struct list_head rte_list; /* RTEs sharing the same vector */
/linux-4.1.27/mm/
H A Doom_kill.c583 * Kill all user processes sharing victim->mm in other thread groups, if
599 pr_err("Kill process %d (%s) sharing same memory\n", for_each_process()
H A Dksm.c4 * This code enables dynamic sharing of identical pages found in different
211 /* The number of page slots additionally sharing those nodes */
1390 * rmap_items hanging off a given node of the stable tree, all sharing
H A Dnommu.c1189 /* shouldn't return success if we're not sharing */ do_mmap_private()
1338 * these cases, sharing is handled in the driver or filesystem rather do_mmap_pgoff()
/linux-4.1.27/drivers/staging/octeon/
H A Dethernet-tx.c343 printk("TX buffer sharing data with someone else\n"); cvm_oct_xmit()
/linux-4.1.27/drivers/infiniband/hw/ipath/
H A Dipath_file_ops.c116 /* If port sharing is not requested, allow the old size structure */ ipath_get_base_info()
1525 "version (%d.%d) while port sharing. Ensure " init_subports()
1798 /* Verify the sharing process matches the master */ find_shared_port()
1812 "%s[%u] %u sharing %s[%u] unit:port %u:%u\n", find_shared_port()
/linux-4.1.27/drivers/input/keyboard/
H A Dgpio_keys.c89 * We can disable only those keys which don't allow sharing the irq.
/linux-4.1.27/arch/x86/kernel/cpu/
H A Dperf_event.h630 #define PMU_FL_NO_HT_SHARING 0x1 /* no hyper-threading resource sharing */
H A Dperf_event_intel_cqm.c315 * __match_event() and we should be sharing an RMID. __conflict_event()
/linux-4.1.27/arch/x86/pci/
H A Dfixup.c413 * the wrong IRQ line, causing any devices sharing the line it's
H A Dirq.c1016 dev_info(&dev->dev, "sharing IRQ %d with %s\n", for_each_pci_dev()
/linux-4.1.27/arch/mips/cavium-octeon/
H A Docteon-memcpy.S100 * As we are sharing code base with the mips32 tree (which use the o32 ABI
/linux-4.1.27/drivers/gpu/drm/ttm/
H A Dttm_object.c746 * for data sharing between processes and devices.
/linux-4.1.27/fs/jfs/
H A Djfs_logmgr.h62 #define MAX_ACTIVE 128 /* Max active file systems sharing log */
/linux-4.1.27/include/scsi/
H A Dscsi_device.h82 struct list_head same_target_siblings; /* just the devices sharing same target id */
/linux-4.1.27/include/linux/sunrpc/
H A Dsvc.h383 char * pg_class; /* class name: services sharing authentication */
/linux-4.1.27/include/xen/interface/
H A Dgrant_table.h95 * [XEN]: This field is written by Xen and read by the sharing guest.
/linux-4.1.27/arch/mips/kernel/
H A Dkprobes.c626 /* another task is sharing our hash bucket */ hlist_for_each_entry_safe()
H A Dperf_event_mipsxx.c571 * We are sharing the irq number with the timer interrupt. mipspmu_get_irq()
/linux-4.1.27/arch/arm/probes/kprobes/
H A Dcore.c455 /* another task is sharing our hash bucket */ hlist_for_each_entry_safe()
/linux-4.1.27/fs/ext2/
H A Dialloc.c100 * though), and then we'd have two inodes sharing the
/linux-4.1.27/fs/ext3/
H A Dialloc.c76 * though), and then we'd have two inodes sharing the
/linux-4.1.27/fs/fat/
H A Dnamei_msdos.c581 * If new entry was not sharing the data cluster, it do_msdos_rename()
H A Dnamei_vfat.c1017 * If new entry was not sharing the data cluster, it vfat_rename()
/linux-4.1.27/net/atm/
H A Dcommon.c336 TX/RX (but we may refuse such sharing for other reasons,
/linux-4.1.27/drivers/infiniband/hw/qib/
H A Dqib_file_ops.c121 /* If context sharing is not requested, allow the old size structure */ qib_get_base_info()
1259 "Mismatched user version (%d.%d) and driver version (%d.%d) while context sharing. Ensure that driver and library are from the same release.\n", init_subctxts()
1522 /* Verify the sharing process matches the master */ find_shared_ctxt()
H A Dqib_common.h251 * all the processes in the group sharing a single context.
/linux-4.1.27/drivers/i2c/busses/
H A Di2c-ismt.c655 * since we are sharing interrupt ismt_do_interrupt()
/linux-4.1.27/drivers/misc/sgi-gru/
H A Dgrukservices.c79 * may rethink this & allow sharing between cpus....)
/linux-4.1.27/drivers/mtd/nand/
H A Ddavinci_nand.c711 /* No sharing 4-bit hardware between chipselects yet */ nand_davinci_probe()
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_lib.c638 * avoid sharing queues with standard RSS on systems with 24 or ixgbe_set_rss_queues()
/linux-4.1.27/drivers/net/plip/
H A Dplip.c16 * parport-sharing awareness code by Philip Blundell.
/linux-4.1.27/drivers/net/usb/
H A Dqmi_wwan.c455 { /* Huawei E392, E398 and possibly others sharing both device id and more... */
/linux-4.1.27/drivers/net/wireless/ath/ath10k/
H A Dce.c757 * This is used in cases where the system is sharing a
/linux-4.1.27/drivers/net/ethernet/sfc/
H A Dtx.c519 * (sharing when we have more CPUs than channels). On Falcon, the TX
H A Dnet_driver.h293 * Used to facilitate sharing dma mappings between recycled rx buffers
/linux-4.1.27/drivers/staging/lustre/lustre/lov/
H A Dlov_cl_internal.h335 * Sub-lock sharing means, among other things, that top-lock that is
H A Dlov_lock.c540 * state machines in the face of sub-locks sharing (by multiple top-locks),
/linux-4.1.27/drivers/pcmcia/
H A Dpcmcia_resource.c724 * IRQ sharing and either use request_irq directly (then they need to call
/linux-4.1.27/drivers/gpio/
H A Dgpio-mcp23s08.c87 * sharing the same chipselect but using different addresses
/linux-4.1.27/drivers/infiniband/hw/nes/
H A Dnes.c403 when interrupt sharing is going on */ nes_interrupt()
/linux-4.1.27/drivers/input/touchscreen/
H A Dads7846.c83 * We allocate this separately to avoid cache line sharing issues when
/linux-4.1.27/arch/mips/bcm47xx/
H A Dsprom.c548 all devices from the same series are sharing the same mac address. bcm47xx_fill_sprom_ethernet()
/linux-4.1.27/drivers/gpu/drm/radeon/
H A Dradeon_mode.h356 /* pll sharing */
/linux-4.1.27/drivers/usb/host/
H A Dohci-q.c532 * interrupts ... increasing per-urb latency by sharing interrupts. td_fill()
/linux-4.1.27/drivers/usb/misc/
H A Diowarrior.c624 /* Only one process can open each device, no sharing. */ iowarrior_open()
/linux-4.1.27/drivers/usb/musb/
H A Dtusb6010.c336 * Boards sharing the CPU clock with CLKIN will need to prevent tusb_draw_power()
/linux-4.1.27/drivers/usb/phy/
H A Dphy-fsl-usb.c872 /* We don't request_mem_region here to enable resource sharing usb_otg_start()
/linux-4.1.27/fs/xfs/libxfs/
H A Dxfs_da_format.h143 * use v2 definitions as they are no different and this makes code sharing much
/linux-4.1.27/fs/nfs/
H A Dclient.c1 /* client.c: NFS client sharing and management code
/linux-4.1.27/fs/ceph/
H A Dfile.c26 * sharing, avoids the page cache, and synchronously waits for an
H A Dsuper.h621 * A "snap realm" describes a subset of the file hierarchy sharing
/linux-4.1.27/fs/ext4/
H A Dialloc.c225 * though), and then we'd have two inodes sharing the
/linux-4.1.27/fs/
H A Dfile.c463 * N.B. For clone tasks sharing a files structure, this test __alloc_fd()
/linux-4.1.27/net/ipv4/
H A Dfib_frontend.c1156 /* Avoid false sharing : Use at least a full cache line */ ip_fib_net_init()
/linux-4.1.27/lib/mpi/
H A Dlonglong.h43 /* This is used to make sure no undesirable sharing between different libraries
/linux-4.1.27/net/sctp/
H A Dulpevent.c662 /* Clone the original skb, sharing the data. */ sctp_ulpevent_make_rcvmsg()
/linux-4.1.27/sound/pci/
H A Dals4000.c530 /* FIXME: this IRQ routine doesn't really support IRQ sharing (we always
/linux-4.1.27/arch/x86/kernel/apic/
H A Dio_apic.c987 * multiple IOAPIC pins sharing the same ISA IRQ number and mp_map_pin_to_irq()
995 * sharing the same legacy IRQ number when ACPI is disabled. mp_map_pin_to_irq()
/linux-4.1.27/drivers/net/ethernet/8390/
H A Dlib8390.c440 * This might just be an interrupt for a PCI device sharing __ei_interrupt()
H A Daxnet_cs.c1106 #if 1 /* This might just be an interrupt for a PCI device sharing this line */ ax_interrupt()
/linux-4.1.27/drivers/dma/
H A Dfsldma.c160 * BWC - Bandwidth sharing among channels dma_init()
H A Dnbpfaxi.c287 * dmaengine drivers seem to have a lot in common and instead of sharing more
/linux-4.1.27/fs/ocfs2/
H A Docfs2_fs.h995 /*30*/ __le32 rf_count; /* Number of inodes sharing this
/linux-4.1.27/fs/proc/
H A Dtask_mmu.c422 * page is divided by the number of processes sharing it. So if a
/linux-4.1.27/drivers/video/fbdev/core/
H A Dfbmem.c163 /* If IO mapped, we need to sync before access, no sharing of fb_get_buffer_offset()
/linux-4.1.27/drivers/pinctrl/
H A Dpinctrl-at91.c39 struct at91_gpio_chip *next; /* Bank sharing same clock */
/linux-4.1.27/drivers/platform/x86/
H A Dintel_ips.c26 * power sharing", which allows the CPU and GPU to cooperate to maximize
/linux-4.1.27/include/linux/spi/
H A Dspi.h305 * children. These make a small bus, sharing MOSI, MISO and SCK signals
/linux-4.1.27/net/ipv6/
H A Dip6_fib.c1774 /* Avoid false sharing : Use at least a full cache line */ fib6_net_init()
/linux-4.1.27/drivers/net/ethernet/cisco/enic/
H A Denic_main.c299 /* With MSI, there is no sharing of interrupts, so this is enic_isr_msi()
/linux-4.1.27/drivers/net/ethernet/tile/
H A Dtilepro.c431 /* Avoid "false sharing" with last cache line. */ tile_net_provide_needed_buffer()

Completed in 8362 milliseconds

12