/linux-4.4.14/drivers/char/mwave/ |
D | README | 18 If the dsp irq has not been setup and stored in bios by the 23 If the dsp io range has not been setup and stored in bios by the 28 If the mwave's uart irq has not been setup and stored in bios by the 33 If the uart io range has not been setup and stored in bios by the
|
/linux-4.4.14/Documentation/filesystems/ |
D | squashfs.txt | 104 these are stored here. 127 information has to be stored. 132 Like inodes, directories are packed into compressed metadata blocks, stored 164 of each datablock is stored in a block list contained within the 183 fragment lookup table is itself stored compressed into metadata blocks. 193 stored compressed into metadata blocks. A second index table is used to 207 This table is stored compressed into metadata blocks. A second index table is 215 for each inode are stored in a list, each list entry containing a type, 219 is stored inline (in which case the value field contains the xattr value), 220 or if it is stored out of line (in which case the value field stores a [all …]
|
D | qnx6.txt | 49 Each of these root nodes holds information like total size of the stored 60 Data leaves are always on the lowest level. So no data is stored on upper 90 The filesize is stored 64bit. Inode counting starts with 1. (whilst long 105 record plus the longfile inode number also stored in that record. 127 Long filenames are stored in a separate addressing tree. The staring point 133 is a limit of 510 bytes for the actual filename stored. 138 The qnx6fs filesystem allocation bitmap is stored in a tree under bitmap
|
D | cramfs.txt | 24 Only the low 8 bits of gid are stored. The current version of 35 No timestamps are stored in a cramfs, so these default to the epoch
|
D | logfs.txt | 35 current position within and optionally a write buffer are stored in 75 All inodes are stored in a special file, the inode file. Single 77 reasons is stored in the journal instead. Instead of data blocks, the 137 so has no effect on existing data, but new data will be stored 220 Inodes are stored in the inode file, which is just a regular file for
|
D | ext2.txt | 91 descriptor table stored in the block(s) immediately after the superblock. 106 the filing system. The primary copy of the superblock is stored at an 109 the superblock are stored in block groups throughout the filesystem. 128 All fields in the superblock (as in all other ext2 structures) are stored 194 special mention because the data for them is stored within the inode 201 them. Instead, their device number is stored in the inode, again reusing 354 When changes to the filesystem (e.g. a file is renamed) they are stored in
|
D | vfat.txt | 47 Unicode characters. Long filenames are stored on disk 81 usefree -- Use the "free clusters" value stored on FSINFO. It'll 319 Note that the slots are stored from last to first. Slots 332 is stored after the final character. After that, all unused 335 Finally, note that the extended name is stored in Unicode. Each Unicode
|
D | isofs.txt | 10 ASCII. Joliet filenames are stored in Unicode format, but
|
D | adfs.txt | 65 RISC OS file types are stored in bits 19..8 of the file load address.
|
D | exofs.txt | 138 a bitmap (stored in a separate object). Now they are allocated using a 141 * Each file's control block (AKA on-disk inode) is stored in its object's
|
D | dax.txt | 85 Even if the kernel or its modules are stored on a filesystem that supports
|
D | overlayfs.txt | 77 actual lookups find directories, both are stored and a merged 78 directory is created, otherwise only one is stored: the upper if it
|
D | 00-INDEX | 38 - info on avoiding the page cache for files stored on CPU-addressable
|
D | tmpfs.txt | 6 everything stored therein is lost.
|
D | hpfs.txt | 97 stored in very crazy way. They tried to do it so that link changes when file is 98 moved ... sometimes it works. But the link is partly stored in directory
|
D | btrfs.txt | 14 their ability to detect, repair and tolerate errors in the data stored
|
D | debugfs.txt | 47 should hold the file, data will be stored in the i_private field of the
|
D | fiemap.txt | 123 the data is stored on an inaccessible volume or that no storage has
|
D | f2fs.txt | 364 : It is composed of a block address table for all the node blocks stored in 369 data and node blocks stored in Main area.
|
D | sysfs.txt | 134 stored. See the kobject documentation for more information. ]
|
D | ext4.txt | 537 Get the inode i_generation number stored for 546 Set the inode i_generation number stored for
|
D | xfs.txt | 40 be made in the way inline extended attributes are stored
|
/linux-4.4.14/Documentation/fb/ |
D | api.txt | 45 Pixels are stored in memory in hardware-dependent formats. Applications need 50 additional information, which are stored in the variable screen information 54 macropixels. Types describe how macropixels are stored in memory. The following 59 Macropixels are stored contiguously in a single plane. If the number of bits 82 belonging to different planes, is stored in the fixed screen information 87 Macropixels are stored in memory as described by the format FOURCC identifier 88 stored in the variable screen information grayscale field. 92 Pixels are black or white and stored on a number of bits (typically one) 103 Pixels are black or white and stored on a number of bits (typically one) 118 Each component is stored in a macropixel according to the variable screen [all …]
|
D | framebuffer.txt | 121 Fbset uses a video mode database stored in a configuration file, so you can
|
/linux-4.4.14/fs/nls/ |
D | Kconfig | 43 native language character sets. These character sets are stored 55 native language character sets. These character sets are stored 67 native language character sets. These character sets are stored 80 native language character sets. These character sets are stored in 96 native language character sets. These character sets are stored in 111 native language character sets. These character sets are stored in 122 native language character sets. These character sets are stored in 133 native language character sets. These character sets are stored in 144 native language character sets. These character sets are stored in 155 native language character sets. These character sets are stored in [all …]
|
/linux-4.4.14/drivers/mtd/nand/ |
D | bf5xx_nand.c | 230 u32 calced, stored; in bf5xx_nand_correct_data_256() local 236 stored = read_ecc[0] | (read_ecc[1] << 8) | (read_ecc[2] << 16); in bf5xx_nand_correct_data_256() 238 syndrome[0] = (calced ^ stored); in bf5xx_nand_correct_data_256() 245 if (!syndrome[0] || !calced || !stored) in bf5xx_nand_correct_data_256() 258 syndrome[1] = (calced & 0x7FF) ^ (stored & 0x7FF); in bf5xx_nand_correct_data_256() 260 syndrome[3] = (stored & 0x7FF) ^ ((stored >> 11) & 0x7FF); in bf5xx_nand_correct_data_256() 268 calced, stored); in bf5xx_nand_correct_data_256()
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-class-backlight-driver-adp8870 | 13 will also show the brightness level stored for this 28 This file will also show the dim brightness level stored for 54 It can be enabled by writing the value stored in
|
D | sysfs-bus-coresight-devices-etb10 | 21 formatter after a defined number of words have been stored 24 value stored in this register+1 (from ARM ETB-TRM).
|
D | sysfs-bus-coresight-devices-tmc | 6 formatter after a defined number of words have been stored
|
D | sysfs-block-zram | 7 that can be stored in this disk. 102 size of data stored in this disk. This excludes zero-filled 111 size of data stored in this disk. So, compression ratio can be
|
D | sysfs-driver-hid-roccat-kone | 51 stored in the profile doesn't need to fit the number of the 58 Description: When read, this file returns the settings stored in the mouse.
|
D | sysfs-firmware-gsmi | 15 access to EFI-style variables stored in nvram.
|
D | sysfs-class-cxl | 1 Note: Attributes that are shared between devices are stored in the directory
|
/linux-4.4.14/Documentation/devicetree/bindings/nvmem/ |
D | nvmem.txt | 4 configuration data stored in NVMEMs like eeprom, efuses and so on. 6 On a significant proportion of boards, the manufacturer has stored 9 these data from, and where they are stored on the storage device.
|
/linux-4.4.14/arch/arm/nwfpe/ |
D | softfloat-macros | 39 The result is stored in the location pointed to by `zPtr'. 64 The result is stored in the location pointed to by `zPtr'. 89 64 nonzero bits; this is stored at the location pointed to by `z0Ptr'. The 93 bits shifted off were all zero. This extra result is stored in the location 138 which are stored at the locations pointed to by `z0Ptr' and `z1Ptr'. 173 nonzero. The result is broken into two 64-bit pieces which are stored at 214 stored at the locations pointed to by `z0Ptr' and `z1Ptr'. The bits shifted 218 were all zero. This extra result is stored in the location pointed to by 285 pieces which are stored at the locations pointed to by `z0Ptr' and `z1Ptr'. 304 64-bit pieces which are stored at the locations pointed to by `z0Ptr', [all …]
|
/linux-4.4.14/Documentation/ |
D | kmemleak.txt | 62 these actions are stored in an early log buffer. The size of this buffer 74 information like size and stack trace, are stored in a rbtree. 90 the values against the addresses stored in the rbtree. If 99 Some allocated memory blocks have pointers stored in the kernel's 175 systems, because of pointers temporarily stored in CPU registers or 193 Another source of false negatives is the data stored in non-pointer 201 macro or the pointer is stored in a location not scanned by kmemleak.
|
D | ramoops.txt | 105 a stored record from RAM, simply unlink the respective pstore file. 110 related hangs. The functions call chain log is stored in a "ftrace-ramoops"
|
D | media-framework.txt | 59 string. The device/model revision must not be stored in this field. 63 - serial is a unique serial number stored as a NUL-terminated ASCII string. 182 Both information are stored in the media_pad structure, making the media_pad 197 targeting any of its pads in a links array. A given link is thus stored 330 The media_pipeline instance pointed to by the pipe argument will be stored in
|
D | flexible-arrays.txt | 38 maximum number of objects which can be stored in the array. The flags 84 has never been stored in the array. Memory for array elements is allocated
|
D | rbtree.txt | 164 Iterating through the elements stored in an rbtree (in sort order) 196 Augmented rbtree is an rbtree with "some" additional data stored in 257 This "extra information" stored in each node is the maximum hi
|
D | ldm.txt | 41 stored.
|
D | eisa.txt | 150 Gets the pointer previously stored into the device's driver_data area.
|
D | lzo.txt | 61 literals were copied. This is the information stored in the <state> variable
|
D | md.txt | 301 stored. 328 is stored in the first 256 bytes of the allocated space and is 428 start) where data from the array will be stored. Any part of
|
D | module-signing.txt | 125 it can be deleted or stored securely. The public key gets built into the
|
D | robust-futex-ABI.txt | 152 On exit, the kernel will consider the address stored in
|
D | crc32.txt | 77 The most significant coefficient of the remainder polynomial is stored
|
D | dma-buf-sharing.txt | 394 the dma_buf file stored in vma->vm_file with it's own if pte shootdown is 451 with the struct file stored in vma->vm_file to do that with the function
|
D | robust-futexes.txt | 176 List registration is very fast: the pointer is simply stored in
|
D | IRQ-domain.txt | 76 the hwirq, and the IRQ number is stored in the table.
|
D | DMA-API-HOWTO.txt | 19 be stored in a "void *". 22 addresses to CPU physical addresses, which are stored as "phys_addr_t" or 68 is stored in a struct resource and usually exposed via /proc/iomem. When a
|
D | this_cpu_ops.txt | 7 the cpu permanently stored the beginning of the per cpu area for a
|
D | memory-barriers.txt | 561 lines. The pointer P might be stored in an odd-numbered cache line, and the 562 variable B might be stored in an even-numbered cache line. Then, if the 1362 Might result in an older value of x stored in a[1] than in a[0]. 1455 if it knows that the variable already has the value being stored. 1467 surprise if some other CPU might have stored to variable 'a' in the 2048 order multiple stores before the wake-up with respect to loads of those stored
|
/linux-4.4.14/arch/m68k/fpsp040/ |
D | x_ovfl.S | 14 | If the instruction is move_out, then garbage is stored in the 17 | following values should be stored at the destination, based
|
D | bindec.S | 34 | This value is stored in d6. 50 | USER_FPSR. LEN is stored in d4. 97 | The bcd digits are stored in the correct position in 102 | digits are stored in the final string. 219 | as 2^^e * 1.f in extended precision. This value is stored 283 | USER_FPSR. LEN is stored in d4.
|
D | setox.S | 84 | 2.5 Calculate the address of the stored value of 2^(J/64). 143 | where T and t are the stored values for 2^(J/64). 144 | Notes: 2^(J/64) is stored as T and t where T+t approximates 191 | 8.5 Calculate the address of the stored value 2^(J/64).
|
D | x_store.S | 8 | a6 = points to fp value to be stored.
|
D | slogn.S | 39 | beforehand and stored in the program.
|
D | stan.S | 341 |--integer quotient will be stored in N
|
/linux-4.4.14/Documentation/ABI/obsolete/ |
D | sysfs-block-zram | 69 size of data stored in this disk. This excludes zero-filled 79 size of data stored in this disk. So, compression ratio can be 106 value only; its current value is stored in zram<id>/mm_stat 118 value only; its current value is stored in zram<id>/mm_stat
|
D | sysfs-driver-hid-roccat-pyra | 107 Description: When read, this file returns the settings stored in the mouse.
|
D | sysfs-driver-hid-roccat-ryos | 142 Description: When written, this file lets one switch between stored and custom
|
/linux-4.4.14/arch/x86/crypto/ |
D | crc32c-pcl-intel-asm_64.S | 286 less_than_8: # Length should be stored in 294 less_than_4: # Length should be stored in 301 less_than_2: # Length should be stored in the MSB
|
D | sha512-ssse3-asm.S | 159 # K[t-1]+W[t-1] which were previously stored at WK_2 by the message 161 # The two new schedule QWORDS are stored at [W_t(%%t)] and [W_t(%%t+1)]. 163 # [K_t(%%t)] and [K_t(%%t+1)] and stored at dqword [WK_2(%%t)] 273 # Purpose: Updates the SHA512 digest stored at D with the message stored in M.
|
D | sha512-avx-asm.S | 165 # K[t-1]+W[t-1] which were previously stored at WK_2 by the message 167 # The two new schedule QWORDS are stored at [W_t(t)] and [W_t(t+1)]. 169 # [K_t(t)] and [K_t(t+1)] and stored at dqword [WK_2(t)] 275 # Purpose: Updates the SHA512 digest stored at D with the message stored in M.
|
D | sha512-avx2-asm.S | 566 # Purpose: Updates the SHA512 digest stored at D with the message stored in M.
|
/linux-4.4.14/Documentation/arm/nwfpe/ |
D | NOTES | 11 I was looking at some code, that calculated a double result, stored it in f4 16 converted to extended, then stored. If an lfm/sfm combination had been used,
|
/linux-4.4.14/Documentation/vm/ |
D | zswap.txt | 39 back into memory all of the pages stored in the compressed pool. The 40 pages stored in zswap will remain in the compressed pool until they are 80 Once there are no PTEs referencing a swap page stored in zswap (i.e. the count 102 of pages stored, and various counters for the reasons pages are rejected.
|
D | frontswap.txt | 33 Once a page is successfully stored, a matching load on the page will normally 47 Note that if a page is stored and the page already exists in transcendent memory 84 stored in local memory, thus increasing the total anonymous pages 145 When swap pages are stored in transcendent memory instead of written 220 is free to manipulate the pages stored by frontswap. For example, 244 has been previously successfully stored, can't it always be
|
D | zsmalloc.txt | 20 worst case, page is incompressible and is thus stored "as-is" i.e. in
|
D | page_owner.txt | 9 and order of pages is stored into certain storage for each page.
|
D | idle_page_tracking.txt | 71 because a process needs filesystem metadata stored in it (e.g. lists a
|
/linux-4.4.14/Documentation/thermal/ |
D | exynos_thermal | 32 TI1: Trimming info for 25 degree Celsius (stored at TRIMINFO register) 34 TI2: Trimming info for 85 degree Celsius (stored at TRIMINFO register)
|
D | nouveau_thermal | 45 NOTE: Remember that the values are stored as milli degrees Celcius. Don't forget
|
/linux-4.4.14/drivers/block/zram/ |
D | Kconfig | 9 Pages written to these disks are compressed and stored in memory
|
/linux-4.4.14/tools/perf/tests/attr/ |
D | README | 9 are stored into separate text file. Once perf command is finished 21 For each sys_perf_event_open call event details are stored in
|
/linux-4.4.14/arch/arm/mach-mvebu/ |
D | pmsu_ll.S | 66 ARM_BE8(rev r0, r0) @ the value is stored LE
|
/linux-4.4.14/tools/testing/selftests/zram/ |
D | README | 6 (<id> = 0, 1, ...). Pages written to these disks are compressed and stored
|
/linux-4.4.14/arch/arm/lib/ |
D | div64.S | 63 @ The aligned divisor is stored in yl preserving the original. 64 @ The bit position is stored in ip.
|
D | backtrace.S | 41 1: stmfd sp!, {pc} @ calculate offset of PC stored
|
/linux-4.4.14/arch/um/ |
D | Kconfig.um | 31 access files stored on the host. It does not require any 44 If you'd like to be able to work with files stored on the host,
|
/linux-4.4.14/Documentation/device-mapper/ |
D | verity.txt | 20 The salt is appended when hashing, digests are stored continuously and 98 into the page cache. Block hashes are stored linearly, aligned to the nearest 140 block boundary) are the hash blocks which are stored a depth at a time
|
D | switch.txt | 27 stored on another member the I/O will be forwarded as required. This 29 dynamic, and the blocks stored on disk may be moved from member to
|
D | snapshot.txt | 36 <chunksize> sectors will be stored on the <COW device>. Writes will 61 stored in the <COW device> of an existing snapshot, through a handover
|
D | persistent-data.txt | 83 Values stored in the btrees can have arbitrary size. Keys are always
|
D | thin-provisioning.txt | 9 be stored on the same data volume. This simplifies administration and 20 Metadata is stored on a separate device from data, giving the
|
/linux-4.4.14/Documentation/hwmon/ |
D | da9055 | 31 are stored in a 10 bit ADC.
|
D | lm77 | 23 applies to all 3 limits. The relative difference is stored in a single
|
D | emc1403 | 44 is stored in a single register on the chip, which means that the relative
|
D | smsc47m192 | 81 The chip adds the offsets stored in these registers to
|
D | it87 | 134 is stored in the Super-I/O configuration space. Due to technical limitations,
|
/linux-4.4.14/Documentation/video4linux/ |
D | soc-camera.txt | 149 V4L2 distinguishes between pixel formats, as they are stored in memory, and as 153 be obtained, if a media-bus pixel format is stored in memory according to 155 sample and stored in memory in the little-endian order with no gaps between
|
/linux-4.4.14/Documentation/ABI/stable/ |
D | sysfs-class-backlight | 18 show the brightness level stored in the driver, which
|
D | sysfs-driver-ib_srp | 37 the maximum number of data buffer descriptors stored in the
|
/linux-4.4.14/Documentation/networking/ |
D | tcp.txt | 35 Private data for a congestion control mechanism is stored in tp->ca_priv. 39 be stored here.
|
D | framerelay.txt | 15 of which are stored in the FRAD's private data area. assoc/deassoc,
|
D | radiotap-headers.txt | 45 - the arguments are all stored little-endian!
|
D | netdev-features.txt | 49 returns success) replaces value stored in netdev->features.
|
D | timestamping.txt | 300 case the timestamp is stored in ts[0]. 427 Time stamps for received packets must be stored in the skb. To get a pointer
|
D | netlink_mmap.txt | 183 stored in the ring, either because it exceeded the
|
D | cs89x0.txt | 146 stored in an on-board EEPROM. You must use the DOS-based CS8900/20 Setup 239 will override the corresponding configuration value stored in
|
D | filter.txt | 253 4 #k Literal value stored in k 375 file "~/.bpf_dbg_init" and the command history is stored in the file 703 If f2 is JITed and the pointer stored to '_f2'. The calls f1 -> f2 -> f3 and
|
D | stmmac.txt | 64 The incoming packets are stored, by the DMA, in a list of pre-allocated socket
|
D | phy.txt | 238 UID (stored in registers 2 and 3), then comparing it to each
|
/linux-4.4.14/Documentation/blockdev/ |
D | zram.txt | 7 (<id> = 0, 1, ...). Pages written to these disks are compressed and stored 175 orig_data_size RO uncompressed size of data stored in this disk 176 compr_data_size RO compressed size of data stored in this disk
|
/linux-4.4.14/Documentation/input/ |
D | gpio-tilt.txt | 23 In the same manner the values stored in the axes array correspond to
|
D | ntrig.txt | 83 minimizing stored state as well as the cost of operations to make a decision,
|
D | joystick-api.txt | 115 The time an event was generated is stored in ``js_event.time''. It's a time
|
/linux-4.4.14/drivers/fmc/ |
D | Kconfig | 12 and mezzanine based on identifiers stored in the internal I2C
|
/linux-4.4.14/Documentation/x86/ |
D | early-microcode.txt | 8 Microcode is stored in an initrd file. The microcode is read from the initrd
|
D | kernel-stacks | 110 We always scan the full kernel stack for return addresses stored on
|
/linux-4.4.14/drivers/video/fbdev/core/ |
D | svgalib.c | 605 int stored = -EINVAL; in match_format() local 617 stored = i; in match_format() 621 return stored; in match_format()
|
/linux-4.4.14/Documentation/arm/SA1100/ |
D | GraphicsMaster | 40 the zImage is stored. It's been marked as read-only to keep you
|
D | GraphicsClient | 84 the ADS boot ROM and zImage is stored. It's been marked as
|
D | Assabet | 120 The ramdisk image could be stored into flash as well, but there are better
|
/linux-4.4.14/Documentation/frv/ |
D | booting.txt | 20 In this case, the image must be stored or built up on flash before it 22 similar program and then downloaded and stored into flash by RedBoot.
|
/linux-4.4.14/Documentation/devicetree/bindings/ufs/ |
D | ufshcd-pltfrm.txt | 36 - freq-table-hz : Array of <min max> operating frequencies stored in the same
|
/linux-4.4.14/Documentation/video4linux/cx2341x/ |
D | README.vbi | 12 all lines can be stored while still fitting within the maximum allowed size.
|
D | fw-upload.txt | 9 The firmware stored in a Windows driver can be detected as follows:
|
D | fw-encoder-api.txt | 404 The information is stored as follows:
|
/linux-4.4.14/arch/arm/include/debug/ |
D | tegra.S | 78 ldr \rv, [\rp] @ linked addr is stored there
|
/linux-4.4.14/drivers/nvmem/ |
D | Kconfig | 33 One Time Programmable memory pages that are stored
|
/linux-4.4.14/arch/mips/include/asm/mach-cavium-octeon/ |
D | kernel-entry-init.h | 102 # This is the variable where the next core to boot os stored
|
/linux-4.4.14/arch/s390/kernel/ |
D | reipl.S | 16 # - Original prefix register is stored in "dump_prefix_page"
|
D | head.S | 277 # valid entry points is stored.
|
/linux-4.4.14/Documentation/security/ |
D | keys-ecryptfs.txt | 15 FEK decryption is called authentication token and, currently, can be stored in a
|
D | keys.txt | 84 value stored in the struct key itself. 353 maximum total number of bytes of data that root may have stored in those 361 users may have stored in their keys. 1052 The simplest payload is just data stored in key->payload directly. In this
|
/linux-4.4.14/security/keys/ |
D | Kconfig | 46 (for example Kerberos ticket caches). The data may be stored out to
|
/linux-4.4.14/arch/unicore32/lib/ |
D | backtrace.S | 38 1: stm.w (pc), [sp-] @ calculate offset of PC stored
|
/linux-4.4.14/Documentation/devicetree/bindings/media/ |
D | stih407-c8sectpfe.txt | 42 - invert-ts-clk : Bool property to control sense of ts input clock (data stored on falling edge of…
|
/linux-4.4.14/Documentation/early-userspace/ |
D | README | 134 b) some device and filesystem drivers built as modules and stored in an 141 This means that a binary must do all the work. Said binary can be stored
|
/linux-4.4.14/Documentation/arm/keystone/ |
D | knav-qmss.txt | 16 Linking RAM registers are used to link the descriptors which are stored in
|
/linux-4.4.14/Documentation/s390/ |
D | zfcpdump.txt | 22 register sets are stored in the prefix pages of the respective CPUs. To build a
|
D | s390dbf.txt | 10 where log records can be stored efficiently in memory, where each component 25 pages in memory. In the debug areas there are stored debug entries (log records) 500 The raw view returns a bytestream as the debug areas are stored in memory. 512 due to performance considerations only a pointer to the string is stored in
|
/linux-4.4.14/Documentation/virtual/kvm/devices/ |
D | s390_flic.txt | 5 machine check interruptions. All interrupts are stored in a per-vm list of
|
/linux-4.4.14/Documentation/devicetree/bindings/mips/cavium/ |
D | bootbus.txt | 23 The configuration parameters for each chip select are stored in child
|
/linux-4.4.14/Documentation/arm/ |
D | Booting | 110 The tagged list should be stored in system RAM. 156 is stored in flash, and is linked correctly to be run from flash,
|
/linux-4.4.14/Documentation/filesystems/nfs/ |
D | idmapper.txt | 19 legacy rpc.idmap daemon for the id mapping. This result will be stored
|
D | nfs.txt | 51 This string can be stored in an NFS client's grub.conf, or it can be provided
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/tegra/ |
D | nvidia,tegra20-emc.txt | 33 and the tables are stored directly under the emc node (see below).
|
/linux-4.4.14/Documentation/isdn/ |
D | INTERFACE.CAPI | 183 and capi_ctr_handle_message(), stored in the data portion of a socket buffer 229 Subparameters are stored in encoded form within the content part. 236 Subparameter values are stored individually in the corresponding
|
/linux-4.4.14/arch/mn10300/mm/ |
D | Kconfig.cache | 34 committed to RAM immediately in addition to being stored in the
|
/linux-4.4.14/block/ |
D | Kconfig | 83 stored/retrieved to help protect the data. The block layer
|
/linux-4.4.14/Documentation/powerpc/ |
D | dscr.txt | 25 Scheduler will write the per-CPU DSCR default which is stored in the
|
D | qe_firmware.txt | 233 instructions for the driver associated with it. This field is stored in 237 virtual traps. As with 'extended_modes', this field is stored in the QE
|
D | transactional_memory.txt | 115 bits are stored in the MSR of the second ucontext, i.e. in
|
/linux-4.4.14/Documentation/devicetree/bindings/regulator/ |
D | regulator.txt | 26 : suspend to memory, the device goes to sleep, but all data stored in memory,
|
/linux-4.4.14/Documentation/power/ |
D | userland-swsusp.txt | 134 structure of the snapshot image is consistent with the information stored 143 The suspending utility MUST check the value stored by SNAPSHOT_CREATE_IMAGE
|
/linux-4.4.14/fs/xfs/ |
D | Kconfig | 61 separate area of disk space where only file data is stored. It was
|
/linux-4.4.14/Documentation/phy/ |
D | samsung-usb2.txt | 39 directory. Each SoC's configuration is stored in an instance of the
|
/linux-4.4.14/Documentation/RCU/ |
D | NMI-RCU.txt | 45 count of NMIs. It then invokes the NMI handler stored in the nmi_callback
|
D | arrayRCU.txt | 109 required on the Alpha CPU. Since the size of the array is stored
|
/linux-4.4.14/Documentation/firmware_class/ |
D | README | 112 - The filesystem is stored in a disk behind an scsi device
|
/linux-4.4.14/Documentation/nvmem/ |
D | nvmem.txt | 13 Before this framework existed, NVMEM drivers like eeprom were stored in
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | mmu.txt | 409 which is stored in kvm->arch.mmu_valid_gen. Every shadow page stores 432 generation number. The global generation number is stored in 447 stored into the MMIO spte. Thus, the MMIO spte might be created based on 455 is not stored in MMIO spte, and presumed zero when it is extracted out of the
|
D | locking.txt | 167 The srcu index can be stored in kvm_vcpu->srcu_idx per vcpu
|
/linux-4.4.14/Documentation/scheduler/ |
D | sched-domains.txt | 6 Each scheduling domain spans a number of CPUs (stored in the ->span field).
|
/linux-4.4.14/arch/arm/kernel/ |
D | entry-header.S | 79 @ Bit 2 of EXC_RETURN stored in the lr register specifies which stack
|
/linux-4.4.14/Documentation/crypto/ |
D | asymmetric-keys.txt | 25 However, no requirement is made that the key data actually be stored in the 144 make up the actual signature must be stored in sig->mpi[] and the count of MPIs
|
/linux-4.4.14/Documentation/block/ |
D | data-integrity.txt | 42 information to each sector. The data + integrity metadata is stored 220 stored in the integrity bio_vec list (similar to bio_alloc()).
|
/linux-4.4.14/Documentation/i2c/ |
D | upgrading-clients | 178 In the probe routine, ensure that the new state has the client stored
|
/linux-4.4.14/arch/m68k/ |
D | Kconfig.machine | 394 that can be stored in flash, with possibly the text, and data 446 code executes from the position it is stored in the FLASH/ROM.
|
/linux-4.4.14/arch/cris/arch-v32/kernel/ |
D | head.S | 201 ;; The calculated value stored in R4 is used below.
|
/linux-4.4.14/Documentation/pcmcia/ |
D | driver-changes.txt | 17 stored in struct pcmcia_device, e.g. in the fields config_flags,
|
/linux-4.4.14/Documentation/devicetree/bindings/soc/ti/ |
D | keystone-navigator-qmss.txt | 12 Linking RAM registers are used to link the descriptors which are stored in
|
/linux-4.4.14/fs/ |
D | Kconfig | 123 space. If you unmount a tmpfs instance, everything stored therein is
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | Procfile.txt | 13 card-specific files are stored in the card* subdirectories.
|
/linux-4.4.14/kernel/printk/ |
D | printk.c | 1779 bool stored = false; in vprintk_emit() local 1791 stored = cont_add(facility, level, text, in vprintk_emit() 1796 if (stored) in vprintk_emit()
|
/linux-4.4.14/drivers/usb/usbip/ |
D | usbip_protocol.txt | 88 byte (MSB) is stored at the lowest address.
|
/linux-4.4.14/Documentation/trace/ |
D | mmiotrace.txt | 114 read or written. These are stored to the trace log.
|
/linux-4.4.14/Documentation/filesystems/caching/ |
D | fscache.txt | 279 gon=N Number of release reqs against pages stored by time lock granted 379 NETFS_DATA Netfs private data stored in the cookie
|
D | netfs-api.txt | 184 in the hierarchy may be stored in multiple caches. This function does not 696 in which case the page will not be stored in the cache this time. 733 This function will refer back to the netfs_data pointer stored in the cookie by
|
D | backend-api.txt | 259 position to have data stored in it. Similarly, fscache_obtained_object() 325 All the data stored for this object should be discarded and an
|
/linux-4.4.14/Documentation/nvdimm/ |
D | nvdimm.txt | 77 LABEL: Metadata stored on a DIMM device that partitions and identifies 433 emits, "devtype" duplicates the DEVTYPE variable stored by udev at the 434 'add' event, "modalias" duplicates the MODALIAS variable stored by udev
|
D | btt.txt | 13 using stored energy in capacitors to complete in-flight block writes, or perhaps
|
/linux-4.4.14/fs/cifs/ |
D | Kconfig | 104 to SMB/CIFS EAs. EAs are stored on Windows servers without the
|
/linux-4.4.14/Documentation/metag/ |
D | kernel-ABI.txt | 193 arguments are stored on the stack in reverse order (earlier arguments at higher
|
/linux-4.4.14/Documentation/kdump/ |
D | kdump.txt | 43 encoded in the ELF format, and stored in a reserved area of memory 382 * By default, the ELF headers are stored in ELF64 format to support
|
/linux-4.4.14/arch/blackfin/ |
D | Kconfig.debug | 60 instruction address is stored in RETX, where the next kernel
|
/linux-4.4.14/Documentation/usb/ |
D | persist.txt | 143 descriptors are compared with the kernel's stored values, but this
|
D | gadget_configfs.txt | 357 Writing to the attributes causes the information to be stored in
|
D | usbmon.txt | 310 them into the offvec. The actual number of event offsets is stored into
|
/linux-4.4.14/arch/sparc/kernel/ |
D | head_32.S | 388 ! will get stored by the prom.
|
/linux-4.4.14/Documentation/devicetree/bindings/ |
D | xilinx.txt | 251 bitstream stored on a CF card. It can also be used as a generic CF
|
/linux-4.4.14/Documentation/PCI/ |
D | PCIEBUS-HOWTO.txt | 187 call request_irq/free_irq. In addition, the interrupt mode is stored
|
/linux-4.4.14/Documentation/scsi/ |
D | advansys.txt | 8 Descriptor Block) requests that can be stored in the RISC chip
|
D | st.txt | 526 is stored in the lower word of the field mt_erreg. 527 The current block size and the density code are stored in the field
|
/linux-4.4.14/mm/ |
D | Kconfig | 468 of a "backing" store for a swap device. The data is stored into 475 and swap data is stored as normal on the matching swap device.
|
/linux-4.4.14/arch/powerpc/ |
D | Kconfig.debug | 263 This console provides input and output buffers stored within the
|
/linux-4.4.14/Documentation/ia64/ |
D | mca.txt | 149 The user mode registers are stored in the RSE area of the MCA/INIT on
|
D | fsys.txt | 30 be stored in bank 0 of registers r16-r31.
|
/linux-4.4.14/scripts/ |
D | Kbuild.include | 284 # (4) The command line stored in the file named dir/.target.cmd
|
/linux-4.4.14/net/netfilter/ipvs/ |
D | Kconfig | 262 stored in a hash table. This table is tiled by each destination
|
/linux-4.4.14/drivers/mtd/ |
D | Kconfig | 32 the offsets, lengths and names of all the images stored in the
|
/linux-4.4.14/Documentation/locking/ |
D | rt-mutex-design.txt | 95 waiter - A waiter is a struct that is stored on the stack of a blocked 186 Before I go further and talk about how the PI chain is stored through lists 227 This list is stored in the task structure of a process as a plist called
|
D | ww-mutex-design.txt | 48 acquired when starting the lock acquisition. This ticket is stored in the
|
/linux-4.4.14/net/ |
D | Kconfig | 383 weight tunnel endpoint. Tunnel encapsulation parameters are stored
|
/linux-4.4.14/Documentation/spi/ |
D | spi-summary | 152 data to filesystems stored on SPI flash like DataFlash; and others might 296 data or chipselect callbacks. This is stored in spi_device later.)
|
/linux-4.4.14/Documentation/gpio/ |
D | consumer.txt | 336 free_irq(). They will often be stored into IRQ resources for platform devices,
|
/linux-4.4.14/fs/ocfs2/ |
D | dir.c | 1836 int stored = 0; in ocfs2_dir_foreach_blk_el() local 1914 stored++; in ocfs2_dir_foreach_blk_el() 1922 if (!persist && stored) in ocfs2_dir_foreach_blk_el()
|