Searched refs:consistent (Results 1 – 25 of 152) sorted by relevance
1234567
/Linux-v5.4/arch/microblaze/mm/ |
D | Makefile | 6 obj-y := consistent.o init.o
|
/Linux-v5.4/drivers/staging/comedi/drivers/ni_routing/ |
D | README | 18 2) The register values are _NOT_ completely consistent. There is no way to 29 4) The sets of routes that are valid are not consistent from device to device. 33 through any documentation. In fact, the only consistent source of this 48 directory are chosen to be consistent with (a) the NI's user level 96 As noted above, the only known consistent source of information for 119 As noted above, the only consistent source of information of valid 178 convention, although the register values are not consistent. This next table
|
/Linux-v5.4/Documentation/devicetree/bindings/sound/ |
D | eukrea-tlv320.txt | 15 Note: The AUDMUX port numbering should start at 1, which is consistent with
|
D | imx-audio-sgtl5000.txt | 39 Note: The AUDMUX port numbering should start at 1, which is consistent with
|
D | imx-audio-es8328.txt | 37 Note: The AUDMUX port numbering should start at 1, which is consistent with
|
/Linux-v5.4/Documentation/scheduler/ |
D | sched-nice-design.rst | 58 To sum it up: we always wanted to make nice levels more consistent, but 93 it was possible to implement better and more consistent nice +19 98 To address the second complaint (of nice levels not being consistent),
|
/Linux-v5.4/Documentation/ |
D | DMA-API.txt | 11 Part II describes extensions for supporting non-consistent memory 13 non-consistent platforms (this is usually only legacy platforms) you 42 This routine allocates a region of <size> bytes of consistent memory. 51 Note: consistent memory can be expensive on some platforms, and the 53 consolidate your requests for consistent memory as much as possible. 67 Free a region of consistent memory you previously allocated. dev, 530 platform will choose to return either consistent or non-consistent memory 533 in the driver should it choose to return non-consistent memory. 535 Note: where the platform can return consistent memory, it will 538 Warning: Handling non-consistent memory is a real pain. You should [all …]
|
D | DMA-API-HOWTO.txt | 158 SN2) requires 64-bit consistent allocations to operate correctly when the IO 177 The setup for consistent allocations is performed via a call 224 uses consistent allocations, one would have to check the return value from 287 Think of "consistent" as "synchronous" or "coherent". 289 The current default is to return consistent memory in the low 32 291 set the consistent mask even if this default is fine for your 294 Good examples of what to use consistent mappings for are: 309 consistent memory just as it may normal memory. Example: 351 To allocate and map large (PAGE_SIZE or so) consistent DMA regions, 368 The consistent DMA mapping interfaces, will by default return a DMA address [all …]
|
D | DMA-attributes.txt | 50 consistent or non-consistent memory as it sees fit. By using this API, 60 (like kernel virtual address space or dma consistent address space).
|
/Linux-v5.4/fs/btrfs/ |
D | Kconfig | 52 state of the filesystem on disk is always consistent, i.e., 54 in a consistent state.
|
/Linux-v5.4/drivers/powercap/ |
D | Kconfig | 10 capping settings to user space in a consistent way. Usually, it consists
|
/Linux-v5.4/arch/sh/mm/ |
D | Makefile | 6 obj-y := alignment.o cache.o init.o consistent.o mmap.o
|
/Linux-v5.4/Documentation/devicetree/ |
D | changesets.txt | 10 receiver sees a complete and consistent state of the tree when it
|
/Linux-v5.4/Documentation/i2c/busses/ |
D | i2c-ali1535.rst | 28 be more consistent with the sequencing recommended by the manufacturer and
|
/Linux-v5.4/Documentation/filesystems/ |
D | fuse-io.txt | 15 read-ahead by the kernel to fill the cache. The cache is always kept consistent
|
/Linux-v5.4/Documentation/admin-guide/laptops/ |
D | sony-laptop.rst | 10 (hopefully consistent) interface. This also means that the sonypi driver is 102 More recent Vaio models expose a consistent set of ACPI methods to
|
/Linux-v5.4/Documentation/admin-guide/device-mapper/ |
D | dm-log.rst | 5 RAID targets to track regions of the disk that are not consistent.
|
/Linux-v5.4/Documentation/devicetree/bindings/ |
D | common-properties.txt | 9 different machine types. This document attempts to provide a consistent
|
/Linux-v5.4/Documentation/fb/ |
D | modedb.rst | 77 "The purpose of CVT is to provide a method for generating a consistent 83 consistent manner that ensures greater compatibility."
|
/Linux-v5.4/Documentation/scsi/ |
D | megaraid.txt | 38 "As Jeff hinted, if your userspace<->driver API is consistent between
|
/Linux-v5.4/drivers/pci/pcie/ |
D | aspm.c | 259 bool consistent = true; in pcie_aspm_configure_common_clock() local 265 consistent = false; in pcie_aspm_configure_common_clock() 269 if (consistent) in pcie_aspm_configure_common_clock()
|
/Linux-v5.4/Documentation/core-api/ |
D | protection-keys.rst | 75 The kernel attempts to make protection keys consistent with the
|
/Linux-v5.4/Documentation/driver-api/md/ |
D | raid5-ppl.rst | 18 the stripe, consistent with its state before the write operation, regardless of
|
/Linux-v5.4/fs/reiserfs/ |
D | Kconfig | 20 plugins consistent with our motto ``It takes more than a license to
|
/Linux-v5.4/Documentation/PCI/ |
D | pci.rst | 283 can directly address "consistent memory" in System RAM above 4G physical 288 ("consistent") data. 293 Once the DMA masks are set, the driver can allocate "consistent" (a.k.a. shared) 369 - Release DMA buffers (both streaming and consistent) 422 Then clean up "consistent" buffers which contain the control data.
|
1234567