Searched full:sharing (Results 1 – 25 of 323) sorted by relevance
12345678910>>...13
/linux-3.3/arch/arm/mach-spear3xx/include/mach/ |
D | irqs.h | 56 /* IRQs sharing IRQ_GEN_RAS_1 */ 67 /* IRQs sharing IRQ_GEN_RAS_3 */ 70 /* IRQs sharing IRQ_INTRCOMM_RAS_ARM */ 74 /* IRQs sharing IRQ_GEN_RAS_1 */ 84 /* IRQs sharing IRQ_GEN_RAS_2 */ 91 /* IRQs sharing IRQ_GEN_RAS_3 */ 95 /* IRQs sharing IRQ_INTRCOMM_RAS_ARM */ 101 /* IRQs sharing IRQ_GEN_RAS_1 */ 106 /* IRQs sharing IRQ_GEN_RAS_2 */ 109 /* IRQs sharing IRQ_GEN_RAS_3 */ [all …]
|
/linux-3.3/Documentation/ |
D | dma-buf-sharing.txt | 1 DMA Buffer Sharing API Guide 9 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. 33 For this first version, A buffer shared using the dma_buf sharing API: 38 The dma_buf buffer sharing API usage contains the following steps: 100 The dma-buf sharing framework does the bookkeeping bits related to managing 135 accessing at the same time (for reading, maybe), or any other kind of sharing 216 denote non-compatibility of the new buffer-sharing request with the current [all …]
|
D | pi-futex.txt | 31 Firstly, sharing locks between multiple tasks is a common programming 44 design with multiple tasks (with multiple priority levels) sharing
|
D | IRQ.txt | 6 sharing an IRQ.
|
/linux-3.3/Documentation/vm/ |
D | ksm.txt | 15 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 71 pages_sharing - how many more sites are sharing them i.e. how much saved 76 A high ratio of pages_sharing to pages_shared indicates good sharing, but
|
/linux-3.3/net/9p/ |
D | Kconfig | 7 tristate "Plan 9 Resource Sharing Support (9P2000)" 10 Plan 9 resource sharing via the 9P2000 protocol.
|
/linux-3.3/Documentation/video4linux/bttv/ |
D | README.freeze | 67 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-3.3/fs/9p/ |
D | Kconfig | 2 tristate "Plan 9 Resource Sharing Support (9P2000)" 6 Plan 9 resource sharing via the 9P2000 protocol.
|
/linux-3.3/arch/arm/mach-bcmring/include/mach/csp/ |
D | chipcHw_reg.h | 101 uint32_t LcdPifMode; /* LCD/PIF Pin Sharing MUX Mode */ 103 uint32_t GpioMux_0_7; /* Pin Sharing MUX0 Control */ 104 uint32_t GpioMux_8_15; /* Pin Sharing MUX1 Control */ 105 uint32_t GpioMux_16_23; /* Pin Sharing MUX2 Control */ 106 uint32_t GpioMux_24_31; /* Pin Sharing MUX3 Control */ 107 uint32_t GpioMux_32_39; /* Pin Sharing MUX4 Control */ 108 uint32_t GpioMux_40_47; /* Pin Sharing MUX5 Control */ 109 uint32_t GpioMux_48_55; /* Pin Sharing MUX6 Control */ 110 uint32_t GpioMux_56_63; /* Pin Sharing MUX7 Control */ 259 /* PIF/LCD pin sharing defines */
|
/linux-3.3/drivers/usb/core/ |
D | buffer.c | 27 * prevent cacheline sharing... 98 * better sharing and to leverage mm/slab.c intelligence.
|
/linux-3.3/include/linux/ |
D | dma-buf.h | 2 * Header file for dma buffer sharing framework. 79 * @file: file pointer used for sharing buffers across, and for refcounting.
|
/linux-3.3/Documentation/device-mapper/ |
D | thin-provisioning.txt | 10 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. 245 sharing of blocks between devices, it is not possible to
|
/linux-3.3/fs/ |
D | read_write.h | 2 * This file is only for sharing some helpers from read_write.c with compat.c.
|
/linux-3.3/drivers/net/ |
D | LICENSE.SRC | 12 intent in sharing this software is to promote the productive interchange
|
D | ifb.c | 4 for sharing of resources: 8 an impression of sharing.
|
/linux-3.3/drivers/s390/scsi/ |
D | zfcp_cfdc.c | 363 * zfcp_cfdc_lun_shrng_vltn - Evaluate LUN sharing violation status 364 * @sdev: The LUN / SCSI device where sharing violation occurred 365 * @qual: The FSF status qualifier from the LUN sharing violation
|
/linux-3.3/Documentation/serial/ |
D | stallion.txt | 188 2.3 SHARING INTERRUPTS 200 sharing an interrupt must be set this way, and each board should have the 207 that are sharing interrupts. The Stallion EasyIO and EasyConnection 8/32 217 sharing interrupts.
|
/linux-3.3/arch/sparc/include/asm/ |
D | asm.h | 4 /* Macros to assist the sharing of assembler code between 32-bit and
|
/linux-3.3/drivers/staging/usbip/ |
D | Kconfig | 35 machine that is sharing the USB devices.
|
/linux-3.3/arch/mips/include/asm/ |
D | smtc.h | 53 * Sharing the TLB between multiple VPEs means that the
|
/linux-3.3/arch/tile/include/asm/ |
D | cache.h | 42 /* Group together read-mostly things to avoid cache false sharing */
|
/linux-3.3/Documentation/timers/ |
D | hrtimers.txt | 117 existing timer wheel code, as it is mature and well suited. Sharing code 123 potential for code sharing either.
|
/linux-3.3/Documentation/networking/ |
D | de4x5.txt | 51 kernel. Do make sure you're not sharing interrupts with anything that 52 cannot accommodate interrupt sharing!
|
/linux-3.3/arch/ia64/include/asm/sn/ |
D | intr.h | 52 int irq_share_cnt; /* num devices sharing IRQ */
|
/linux-3.3/Documentation/filesystems/ |
D | cifs.txt | 3 (SMB) protocol, the native file sharing mechanism for most early
|
12345678910>>...13