Home
last modified time | relevance | path

Searched refs:sharing (Results 1 – 93 of 93) sorted by relevance

/linux-4.1.27/Documentation/vm/
Dksm.txt15 by sharing the data common between them. But it can be useful to any
20 be swapped out just like other user pages (but sharing is broken when they
68 the greater sharing of setting 1 (default). You may wish to
86 pages_sharing - how many more sites are sharing them i.e. how much saved
91 A high ratio of pages_sharing to pages_shared indicates good sharing, but
Dzswap.txt21 impact to the guest workload and guests sharing the I/O subsystem
Dnuma_memory_policy.txt133 can be seen by examining the /proc/<pid>/numa_maps of tasks sharing
/linux-4.1.27/Documentation/devicetree/bindings/sound/
Dcs35l32.txt34 - cirrus,sdout-share : SDOUT sharing. Determines whether one or two CS35L32
35 devices are on board sharing SDOUT.
/linux-4.1.27/Documentation/video4linux/bttv/
DREADME.freeze67 IRQ sharing is known to cause problems in some cases. It works just
70 it share the IRQ with some other piece of hardware. IRQ sharing with
72 effects with bttv sharing the IRQ with the ACPI bridge (and
/linux-4.1.27/Documentation/
Ddma-buf-sharing.txt9 buffer sharing API, how to use it for exporting and using shared buffers.
11 Any device driver which wishes to be a part of DMA buffer sharing, can do so as
19 - allows other users to share the buffer by using dma_buf sharing APIs,
26 - is one of (many) sharing users of the buffer.
35 The dma_buf buffer sharing API usage contains the following steps:
107 The dma-buf sharing framework does the bookkeeping bits related to managing
142 accessing at the same time (for reading, maybe), or any other kind of sharing
225 denote non-compatibility of the new buffer-sharing request with the current
347 the need to handle this specially in userspace frameworks for buffer sharing
406 Synchronization is an orthogonal issue to sharing the backing storage of a
[all …]
DIRQ.txt6 sharing an IRQ.
DDMA-attributes.txt76 require sharing a buffer between more than one device. This requires
80 the buffer sharing. The first call transfers a buffer from 'CPU' domain
Dpi-futex.txt31 Firstly, sharing locks between multiple tasks is a common programming
44 design with multiple tasks (with multiple priority levels) sharing
Dunshare.txt54 where creating a new process to control sharing/unsharing of process
102 unshare reverses sharing that was done using clone(2) system call,
Dvgaarbiter.txt19 is needed to control the sharing of these resources. This document introduces
DBUG-HUNTING242 source is about sharing what you do and don't you want to be recognised for
Dparport.txt13 port-sharing) and architecture-dependent (which deals with actually
Dnommu-mmap.txt50 - If the backing device device can't or won't permit direct sharing,
D00-INDEX162 dma-buf-sharing.txt
Dvfio.txt101 supports sharing the IOMMU context between groups, multiple groups may
Dxillybus.txt139 device files are treated like two independent pipes (except for sharing a
Dparport-lowlevel.txt62 The parport subsystem comprises 'parport' (the core port-sharing
DDMA-API.txt236 regions from sharing a single cache line). Since the cache line size
Dkprobes.txt157 kretprobe_instance object. This is especially useful when sharing private
DDMA-API-HOWTO.txt135 sharing problems (data corruption) on CPUs with DMA-incoherent caches.
/linux-4.1.27/net/9p/
DKconfig10 Plan 9 resource sharing via the 9P2000 protocol.
/linux-4.1.27/drivers/net/
DLICENSE.SRC12 intent in sharing this software is to promote the productive interchange
DKconfig110 This is an intermediate driver that allows sharing of
/linux-4.1.27/fs/9p/
DKconfig6 Plan 9 resource sharing via the 9P2000 protocol.
/linux-4.1.27/drivers/usb/usbip/
DKconfig32 machine that is sharing the USB devices.
/linux-4.1.27/Documentation/devicetree/bindings/iio/
Dst-sensors.txt4 SPI devices, all sharing the same device tree descriptions no matter what
/linux-4.1.27/Documentation/filesystems/cifs/
Dcifs.txt3 (SMB) protocol, the native file sharing mechanism for most early
DCHANGES171 (helps with certain sharing violation cases when server such as
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-kernel-mm-ksm24 pages_sharing: how many more sites are sharing them i.e. how
Dsysfs-devices-system-cpu253 shared_cpu_list: the list of logical cpus sharing the cache
255 shared_cpu_map: logical cpu mask containing the list of cpus sharing
/linux-4.1.27/fs/cifs/
DKconfig17 (SMB) protocol, the native file sharing mechanism for most early
183 CIFS and SMB network file sharing protocols. SMB3 is the
184 native file sharing mechanism for the more recent
/linux-4.1.27/Documentation/devicetree/bindings/net/can/
Dm_can.txt10 line 0 and line 1, could be same if sharing
/linux-4.1.27/arch/arm/mach-omap2/
Dcontrol.c60 u16 sharing; member
359 sdrc_block_contents.sharing = in omap3_save_scratchpad_contents()
/linux-4.1.27/Documentation/ide/
Dide-tape.txt65 sharing a (fast) ATA-2 disk with any (slow) new ATAPI device.
/linux-4.1.27/Documentation/devicetree/bindings/clock/ti/
Ddra7-atl.txt4 audio codec. A single ATL IP provides four ATL clock instances sharing the same
/linux-4.1.27/Documentation/networking/
Dde4x5.txt51 kernel. Do make sure you're not sharing interrupts with anything that
52 cannot accommodate interrupt sharing!
DLICENSE.qlge266 of promoting the sharing and reuse of software generally.
DLICENSE.qlcnic266 of promoting the sharing and reuse of software generally.
Dfilter.txt1100 'maps' is a generic storage of different types for sharing data between kernel
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/
Dfsl,imx-pinctrl.txt4 to share one PAD to several functional blocks. The sharing is done by
Datmel,at91-pinctrl.txt4 to share one PAD to several functional blocks. The sharing is done by
Drockchip,pinctrl.txt4 to share one PAD to several functional blocks. The sharing is done by
/linux-4.1.27/sound/
DKconfig135 sound although they're sharing the AC97 bus. Concerned drivers
/linux-4.1.27/Documentation/devicetree/bindings/mfd/
Ds2mps11.txt57 Grouping of BUCKs sharing ramp rate setting is as follow : BUCK[1, 6],
/linux-4.1.27/drivers/crypto/
Dn2_core.c50 cpumask_t sharing; member
1660 if (cpumask_empty(&p->sharing)) in spu_queue_register()
1668 set_cpus_allowed_ptr(current, &p->sharing); in spu_queue_register()
1757 cpumask_set_cpu(*id, &p->sharing); in spu_mdesc_walk_arcs()
1779 cpumask_clear(&p->sharing); in handle_exec_unit()
/linux-4.1.27/Documentation/filesystems/
Dfiles.txt10 of the table. ->count was used for sharing the file descriptor
Dproc.txt1457 example, is roughly equivalent to allowing the remainder of tasks sharing the
/linux-4.1.27/Documentation/sound/oss/
DPSS-updates58 sharing resources (io ports, IRQ's, DMA's) between different ISA cards. This
/linux-4.1.27/Documentation/console/
Dconsole.txt12 any time with each driver sharing the console with other drivers including
/linux-4.1.27/drivers/ide/
DKconfig211 Also, currently, IDE generic doesn't allow IRQ sharing
213 controllers sharing those IRQs which usually makes drivers
468 This driver adds up to 4 more EIDE devices sharing a single
542 This driver adds up to 4 more EIDE devices sharing a single
/linux-4.1.27/Documentation/usb/
Ddma.txt28 would potentially break all devices sharing that bus.
DCREDITS35 and offering suggestions and sharing implementation experiences.
DWUSB-Design-overview.txt86 associated spectrum to allow for devices sharing it. Allows to
/linux-4.1.27/Documentation/device-mapper/
Dthin-provisioning.txt10 allows the sharing of data between volumes, thus reducing disk usage.
74 less sharing than average you'll need a larger-than-average metadata device.
/linux-4.1.27/Documentation/power/regulator/
Dconsumer.txt164 are not sharing the regulator with other consumers.
/linux-4.1.27/Documentation/power/
Dsuspend-and-interrupts.txt125 to individual interrupt handlers, so sharing an IRQ between a system wakeup
Ddevices.txt599 individually. Instead, a set of devices sharing a power resource can be put
/linux-4.1.27/drivers/staging/unisys/Documentation/
Doverview.txt13 partition, which communicates with each guest partition sharing that
/linux-4.1.27/Documentation/spi/
Dspidev120 that could corrupt transfers to other devices sharing the SPI bus.
Dspi-summary155 And those might all be sharing the same controller driver.
301 sharing a bus with a device that interprets chipselect "backwards" is
/linux-4.1.27/arch/arc/
DKconfig108 Shared Address Spaces (for sharing TLB entires in MMU)
/linux-4.1.27/Documentation/timers/
Dhrtimers.txt123 potential for code sharing either.
/linux-4.1.27/drivers/base/
DKconfig236 This option enables the framework for buffer-sharing between
/linux-4.1.27/Documentation/x86/
Dintel_mpx.txt244 in-use bounds table since it does not recognize sharing.
/linux-4.1.27/Documentation/ioctl/
Dbotching-up-ioctls.txt178 default pick a private per-fd namespace which forces any sharing to be done
Dhdio.txt365 bandwidth to other devices sharing the same IDE bus.
/linux-4.1.27/drivers/tty/serial/8250/
DKconfig242 bool "Support for sharing serial interrupts"
/linux-4.1.27/Documentation/scsi/
DLICENSE.qla4xxx267 of promoting the sharing and reuse of software generally.
DLICENSE.qla2xxx268 of promoting the sharing and reuse of software generally.
DChangeLog.megaraid13 sharing the same IRQ.
Dncr53c8xx.txt69 14.5 IRQ sharing problems
/linux-4.1.27/Documentation/cgroups/
Dmemory.txt562 to avoid unnecessary cacheline false sharing. usage_in_bytes is affected by the
631 Soft limits allow for greater sharing of memory. The idea behind soft limits
Dcgroups.txt558 callback can be used to implement reliable state sharing and
/linux-4.1.27/Documentation/blockdev/
Dparide.txt173 PARPORT parallel port sharing system that is included by the
/linux-4.1.27/tools/usb/usbip/
DCOPYING256 of promoting the sharing and reuse of software generally.
/linux-4.1.27/drivers/staging/rtl8192e/
Dlicense256 of promoting the sharing and reuse of software generally.
/linux-4.1.27/drivers/staging/rtl8192u/
Dcopying256 of promoting the sharing and reuse of software generally.
/linux-4.1.27/Documentation/PCI/
Dpci-error-recovery.txt405 sharing the interrupt, but there is simply no other way. High end
/linux-4.1.27/
DCOPYING272 of promoting the sharing and reuse of software generally.
DCREDITS393 D: Co-architect of the parallel port sharing system
1361 D: original architect of the parallel-port sharing scheme
3767 D: Co-architect of the parallel-port sharing system
DMAINTAINERS3268 F: Documentation/dma-buf-sharing.txt
/linux-4.1.27/Documentation/RCU/
Dchecklist.txt388 over those updates sharing a given srcu_struct, rather than
/linux-4.1.27/net/netfilter/
DKconfig976 This option allows you to build work-load-sharing clusters of
981 what packets. The work-load sharing algorithm is based on source
/linux-4.1.27/net/ipv4/
DKconfig529 involved, especially when sharing a common bottleneck with normal
/linux-4.1.27/Documentation/isdn/
DREADME.HiSax206 At the moment IRQ sharing is only possible with PCI cards. Please make sure
/linux-4.1.27/drivers/platform/x86/
DKconfig733 Intel Calpella platforms support dynamic power sharing between the
/linux-4.1.27/Documentation/gpio/
Dgpio-legacy.txt505 configuration dependent: for GPIOs sharing the same bank. (GPIOs are
/linux-4.1.27/Documentation/block/
Dbiodoc.txt1054 per-queue, with a provision for sharing a lock across queues if
/linux-4.1.27/arch/arm/
DKconfig1728 between threads sharing the same address space if they invoke
/linux-4.1.27/Documentation/s390/
DDebugging390.txt1422 for sharing between several slow devices or burst mode and monopolize the
/linux-4.1.27/arch/x86/
DKconfig944 Only affects "broken" chipsets. Interrupt sharing may be
/linux-4.1.27/Documentation/virtual/kvm/
Dapi.txt1303 via the PCI-2.3-compliant device-level mask, thus enable IRQ sharing with other