/linux-4.1.27/Documentation/ |
D | flexible-arrays.txt | 1 Using flexible arrays in the kernel 20 objects, accessed via an integer index. Sparse arrays are handled 23 arrays cannot be indexed directly, individual object size cannot exceed the 25 operation. It's also worth noting that flexible arrays do no internal 43 It is also possible to define flexible arrays at compile time with: 118 As of this writing, there are no users of flexible arrays in the mainline
|
D | md.txt | 5 Boot time assembly of RAID arrays 11 for old raid arrays without persistent superblocks: 14 for raid arrays with persistent superblocks 42 Boot time autodetection of RAID arrays 46 type 0xfd are scanned and automatically assembled into RAID arrays. 52 that all auto-detected arrays are assembled as partitionable. 54 Boot time assembly of degraded/dirty arrays 72 arrays to be started. 129 Specific Rules that apply to format-0 super block arrays, and 130 arrays with no superblock (non-persistent). [all …]
|
D | 00-INDEX | 192 flexible-arrays.txt 193 - how to make use of flexible sized arrays in linux
|
D | unaligned-memory-access.txt | 119 to satisfy alignment constraints for arrays of these structures.
|
D | rbtree.txt | 11 are used to efficiently store sparse arrays and thus use long integer indexes
|
D | assoc_array.txt | 37 permits an object to be located in multiple arrays simultaneously.
|
D | kprobes.txt | 328 and "unregister_*probes" functions for (un)registering arrays of probes.
|
/linux-4.1.27/Documentation/RCU/ |
D | arrayRCU.txt | 5 also be used to protect arrays. Three situations are as follows: 26 Static arrays, where the data (rather than a pointer to the data) is 38 Use of RCU for resizeable arrays is demonstrated by the grow_ary()
|
D | 00-INDEX | 22 - Reference-count design for elements of lists/arrays protected by RCU
|
D | rcuref.txt | 1 Reference-count design for elements of lists/arrays protected by RCU.
|
D | lockdep.txt | 53 This is useful in code that uses RCU-protected arrays
|
D | rcu_dereference.txt | 28 o Do not use single-element RCU-protected arrays. The compiler
|
D | RTFP.txt | 1435 David Miller's view on hashed arrays of locks: used to really
|
/linux-4.1.27/Documentation/devicetree/bindings/net/ieee802154/ |
D | at86rf230.txt | 16 arrays of xtal pins: 0 = +0 pF, 0xf = +4.5 pF
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | r100_track.h | 66 struct r100_cs_track_array arrays[16]; member
|
D | r100.c | 1333 track->arrays[i + 0].esize = idx_value >> 8; in r100_packet3_load_vbpntr() 1334 track->arrays[i + 0].robj = reloc->robj; in r100_packet3_load_vbpntr() 1335 track->arrays[i + 0].esize &= 0x7F; in r100_packet3_load_vbpntr() 1344 track->arrays[i + 1].robj = reloc->robj; in r100_packet3_load_vbpntr() 1345 track->arrays[i + 1].esize = idx_value >> 24; in r100_packet3_load_vbpntr() 1346 track->arrays[i + 1].esize &= 0x7F; in r100_packet3_load_vbpntr() 1358 track->arrays[i + 0].robj = reloc->robj; in r100_packet3_load_vbpntr() 1359 track->arrays[i + 0].esize = idx_value >> 8; in r100_packet3_load_vbpntr() 1360 track->arrays[i + 0].esize &= 0x7F; in r100_packet3_load_vbpntr() 1954 track->arrays[0].robj = reloc->robj; in r100_packet3_check() [all …]
|
/linux-4.1.27/arch/x86/xen/ |
D | Kconfig | 32 This only affects the sizing of some bss arrays, the unused
|
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/ |
D | pinctrl-sirf.txt | 25 group and function arrays in driver files:
|
D | pinctrl_spear.txt | 49 group and function arrays in driver files:
|
D | renesas,pfc-pinctrl.txt | 67 function arrays of the PFC data file corresponding to the SoC
|
/linux-4.1.27/arch/powerpc/mm/ |
D | numa.c | 455 const __be32 *arrays; member 487 aa->arrays = prop; in of_get_assoc_arrays() 506 nid = of_read_number(&aa->arrays[index], 1); in of_drconf_to_nid_single() 655 struct assoc_arrays aa = { .arrays = NULL }; in parse_drconf_memory()
|
/linux-4.1.27/Documentation/device-mapper/ |
D | switch.txt | 17 Dell EqualLogic and some other iSCSI storage arrays use a distributed 19 consists of a number of distinct storage arrays ("members") each having
|
D | dm-raid.txt | 216 1.2.0 Handle creation of arrays that contain failed devices.
|
/linux-4.1.27/Documentation/networking/ |
D | fib_trie.txt | 35 Level Compression / child arrays 42 in order to avoid ever-increasing child arrays.
|
/linux-4.1.27/Documentation/i2c/ |
D | i2c-stub | 15 arrays in memory. It will also spam the kernel logs for every command it
|
/linux-4.1.27/Documentation/vm/ |
D | overcommit-accounting | 11 applications. Classic example is code using sparse arrays
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/ |
D | fw-cfg.txt | 23 arrays, bundled together only for better performance. The bytes constituting
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-block | 121 block size. For RAID arrays it is often the stripe 133 rarely reported for disk drives. For RAID arrays it is
|
D | sysfs-class-cxl | 180 "none" could be useful for debugging because the trace arrays
|
/linux-4.1.27/Documentation/acpi/ |
D | scan_handlers.txt | 50 to match a scan handler against each of them using the ids arrays of the
|
/linux-4.1.27/Documentation/fmc/ |
D | mezzanine.txt | 59 driver, and thus the driver specifies and array of such arrays.
|
/linux-4.1.27/sound/oss/ |
D | CHANGELOG | 337 - Some big arrays are now allocated boot time. This makes the BSS segment 339 NetBSD. These arrays are not allocated if no suitable sound card is available.
|
/linux-4.1.27/arch/m68k/fpsp040/ |
D | decbin.S | 82 | PTENRN, PTENRM, and PTENRP are arrays of powers of 10 rounded
|
/linux-4.1.27/drivers/md/ |
D | Kconfig | 35 bool "Autodetect RAID arrays during kernel boot" 40 arrays as part of its boot process.
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | exynos5250-spring.dts | 125 * The following arrays of DVS voltages are not used, since we are
|
/linux-4.1.27/Documentation/ioctl/ |
D | hdio.txt | 621 io_ports[] and hob_ports[] arrays 624 io_ports[] and hob_ports[] arrays
|
D | botching-up-ioctls.txt | 39 hurts when passing arrays of structures to the kernel, or if the kernel
|
/linux-4.1.27/arch/x86/crypto/ |
D | sha512-avx-asm.S | 90 # MSG, DIGEST, K_t, W_t are arrays
|
D | sha512-ssse3-asm.S | 87 # MSG, DIGEST, K_t, W_t are arrays
|
/linux-4.1.27/arch/blackfin/kernel/ |
D | bfin_gpio.c | 59 # error no gpio arrays defined
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | OSS-Emulation.txt | 90 The options take arrays. For configuring the second card, specify
|
/linux-4.1.27/Documentation/locking/ |
D | lockdep-design.txt | 246 2. Using structures such as arrays that have large numbers of
|
/linux-4.1.27/Documentation/block/ |
D | cfq-iosched.txt | 36 controller or for storage arrays), setting slice_idle=0 might end up in better
|
D | biodoc.txt | 120 Some parameters that were earlier available as global arrays indexed by
|
/linux-4.1.27/mm/ |
D | Kconfig | 81 # Both the NUMA code and DISCONTIGMEM use arrays of pg_data_t's
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | mmu.txt | 390 arrays for each memory slot and large page size. Every write protected page
|
/linux-4.1.27/drivers/message/fusion/lsi/ |
D | mpi_history.txt | 308 * Modified how variable length pages (arrays) are defined.
|
/linux-4.1.27/Documentation/mtd/ |
D | nand_ecc.txt | 657 kind of other things, like having dedicated parity arrays to avoid the
|
/linux-4.1.27/Documentation/video4linux/ |
D | v4l2-controls.txt | 515 In practice using cluster arrays like this becomes very tiresome. So instead
|
/linux-4.1.27/Documentation/scsi/ |
D | sym53c8xx_2.txt | 238 disk arrays. It is noticeable that most of recent hard disks seem not to
|
D | ChangeLog.1992-1997 | 1251 we want to use linked lists instead of arrays because it is easier
|
D | ChangeLog.lpfc | 499 * Reduced max_lun to 256 (due to issues reported to some arrays).
|
/linux-4.1.27/Documentation/blockdev/ |
D | README.DAC960 | 241 large disk arrays it is advisable to enable the 8GB BIOS Geometry (255/63)
|
/linux-4.1.27/scripts/dtc/ |
D | dtc-parser.tab.c_shipped | 1826 "arrays with 32-bit elements.");
|