Home
last modified time | relevance | path

Searched refs:consistent (Results 1 – 25 of 152) sorted by relevance

1234567

/Linux-v5.4/arch/microblaze/mm/
DMakefile6 obj-y := consistent.o init.o
/Linux-v5.4/drivers/staging/comedi/drivers/ni_routing/
DREADME18 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/
Deukrea-tlv320.txt15 Note: The AUDMUX port numbering should start at 1, which is consistent with
Dimx-audio-sgtl5000.txt39 Note: The AUDMUX port numbering should start at 1, which is consistent with
Dimx-audio-es8328.txt37 Note: The AUDMUX port numbering should start at 1, which is consistent with
/Linux-v5.4/Documentation/scheduler/
Dsched-nice-design.rst58 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/
DDMA-API.txt11 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 …]
DDMA-API-HOWTO.txt158 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 …]
DDMA-attributes.txt50 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/
DKconfig52 state of the filesystem on disk is always consistent, i.e.,
54 in a consistent state.
/Linux-v5.4/drivers/powercap/
DKconfig10 capping settings to user space in a consistent way. Usually, it consists
/Linux-v5.4/arch/sh/mm/
DMakefile6 obj-y := alignment.o cache.o init.o consistent.o mmap.o
/Linux-v5.4/Documentation/devicetree/
Dchangesets.txt10 receiver sees a complete and consistent state of the tree when it
/Linux-v5.4/Documentation/i2c/busses/
Di2c-ali1535.rst28 be more consistent with the sequencing recommended by the manufacturer and
/Linux-v5.4/Documentation/filesystems/
Dfuse-io.txt15 read-ahead by the kernel to fill the cache. The cache is always kept consistent
/Linux-v5.4/Documentation/admin-guide/laptops/
Dsony-laptop.rst10 (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/
Ddm-log.rst5 RAID targets to track regions of the disk that are not consistent.
/Linux-v5.4/Documentation/devicetree/bindings/
Dcommon-properties.txt9 different machine types. This document attempts to provide a consistent
/Linux-v5.4/Documentation/fb/
Dmodedb.rst77 "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/
Dmegaraid.txt38 "As Jeff hinted, if your userspace<->driver API is consistent between
/Linux-v5.4/drivers/pci/pcie/
Daspm.c259 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/
Dprotection-keys.rst75 The kernel attempts to make protection keys consistent with the
/Linux-v5.4/Documentation/driver-api/md/
Draid5-ppl.rst18 the stripe, consistent with its state before the write operation, regardless of
/Linux-v5.4/fs/reiserfs/
DKconfig20 plugins consistent with our motto ``It takes more than a license to
/Linux-v5.4/Documentation/PCI/
Dpci.rst283 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