Home
last modified time | relevance | path

Searched refs:arrays (Results 1 – 53 of 53) sorted by relevance

/linux-4.4.14/Documentation/
Dflexible-arrays.txt1 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
Dmd.txt5 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 …]
D00-INDEX192 flexible-arrays.txt
193 - how to make use of flexible sized arrays in linux
Dunaligned-memory-access.txt119 to satisfy alignment constraints for arrays of these structures.
Drbtree.txt11 are used to efficiently store sparse arrays and thus use long integer indexes
Dassoc_array.txt37 permits an object to be located in multiple arrays simultaneously.
Dkprobes.txt328 and "unregister_*probes" functions for (un)registering arrays of probes.
/linux-4.4.14/Documentation/RCU/
DarrayRCU.txt5 also be used to protect arrays. Three situations are as follows:
17 arrays is that compilers can play way too many optimization games with
20 arrays prove to be particularly valuable (which they have not thus far),
38 Static arrays, where the data (rather than a pointer to the data) is
50 Use of RCU for resizeable arrays is demonstrated by the grow_ary()
D00-INDEX22 - Reference-count design for elements of lists/arrays protected by RCU
Drcuref.txt1 Reference-count design for elements of lists/arrays protected by RCU.
DRTFP.txt1435 David Miller's view on hashed arrays of locks: used to really
/linux-4.4.14/Documentation/devicetree/bindings/net/ieee802154/
Dat86rf230.txt16 arrays of xtal pins: 0 = +0 pF, 0xf = +4.5 pF
/linux-4.4.14/drivers/gpu/drm/radeon/
Dr100_track.h66 struct r100_cs_track_array arrays[16]; member
Dr100.c1333 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.4.14/arch/powerpc/mm/
Dnuma.c456 const __be32 *arrays; member
488 aa->arrays = prop; in of_get_assoc_arrays()
507 nid = of_read_number(&aa->arrays[index], 1); in of_drconf_to_nid_single()
515 &aa->arrays[index]); in of_drconf_to_nid_single()
662 struct assoc_arrays aa = { .arrays = NULL }; in parse_drconf_memory()
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/
Dpinctrl-sirf.txt25 group and function arrays in driver files:
Dpinctrl-atlas7.txt72 group and function arrays in driver files:
Dpinctrl_spear.txt49 group and function arrays in driver files:
Drenesas,pfc-pinctrl.txt70 function arrays of the PFC data file corresponding to the SoC
/linux-4.4.14/Documentation/device-mapper/
Dswitch.txt17 Dell EqualLogic and some other iSCSI storage arrays use a distributed
19 consists of a number of distinct storage arrays ("members") each having
Ddm-raid.txt247 1.2.0 Handle creation of arrays that contain failed devices.
/linux-4.4.14/Documentation/networking/
Dfib_trie.txt35 Level Compression / child arrays
42 in order to avoid ever-increasing child arrays.
/linux-4.4.14/Documentation/vm/
Dovercommit-accounting11 applications. Classic example is code using sparse arrays
/linux-4.4.14/Documentation/i2c/
Di2c-stub15 arrays in memory. It will also spam the kernel logs for every command it
/linux-4.4.14/Documentation/devicetree/bindings/arm/
Dfw-cfg.txt23 arrays, bundled together only for better performance. The bytes constituting
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-block128 block size. For RAID arrays it is often the stripe
140 rarely reported for disk drives. For RAID arrays it is
Dsysfs-class-cxl211 "none" could be useful for debugging because the trace arrays
/linux-4.4.14/Documentation/acpi/
Dscan_handlers.txt50 to match a scan handler against each of them using the ids arrays of the
/linux-4.4.14/Documentation/fmc/
Dmezzanine.txt59 driver, and thus the driver specifies and array of such arrays.
/linux-4.4.14/sound/oss/
DCHANGELOG337 - 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.4.14/arch/m68k/fpsp040/
Ddecbin.S82 | PTENRN, PTENRM, and PTENRP are arrays of powers of 10 rounded
/linux-4.4.14/drivers/md/
DKconfig35 bool "Autodetect RAID arrays during kernel boot"
40 arrays as part of its boot process.
/linux-4.4.14/arch/arm/boot/dts/
Dexynos5250-spring.dts129 * The following arrays of DVS voltages are not used, since we are
/linux-4.4.14/Documentation/ioctl/
Dhdio.txt621 io_ports[] and hob_ports[] arrays
624 io_ports[] and hob_ports[] arrays
Dbotching-up-ioctls.txt39 hurts when passing arrays of structures to the kernel, or if the kernel
/linux-4.4.14/arch/blackfin/kernel/
Dbfin_gpio.c59 # error no gpio arrays defined
/linux-4.4.14/Documentation/sound/alsa/
DOSS-Emulation.txt90 The options take arrays. For configuring the second card, specify
/linux-4.4.14/arch/x86/crypto/
Dsha512-ssse3-asm.S87 # MSG, DIGEST, K_t, W_t are arrays
Dsha512-avx-asm.S90 # MSG, DIGEST, K_t, W_t are arrays
/linux-4.4.14/Documentation/locking/
Dlockdep-design.txt246 2. Using structures such as arrays that have large numbers of
/linux-4.4.14/Documentation/block/
Dcfq-iosched.txt36 controller or for storage arrays), setting slice_idle=0 might end up in better
Dbiodoc.txt120 Some parameters that were earlier available as global arrays indexed by
/linux-4.4.14/mm/
DKconfig81 # Both the NUMA code and DISCONTIGMEM use arrays of pg_data_t's
/linux-4.4.14/Documentation/DocBook/
Dgpu.xml.db51 API-drm-prime-sg-to-page-addr-arrays
/linux-4.4.14/Documentation/virtual/kvm/
Dmmu.txt396 arrays for each memory slot and large page size. Every write protected page
/linux-4.4.14/Documentation/mtd/
Dnand_ecc.txt657 kind of other things, like having dedicated parity arrays to avoid the
/linux-4.4.14/drivers/message/fusion/lsi/
Dmpi_history.txt308 * Modified how variable length pages (arrays) are defined.
/linux-4.4.14/Documentation/video4linux/
Dv4l2-controls.txt515 In practice using cluster arrays like this becomes very tiresome. So instead
/linux-4.4.14/Documentation/scsi/
Dsym53c8xx_2.txt238 disk arrays. It is noticeable that most of recent hard disks seem not to
DChangeLog.1992-19971251 we want to use linked lists instead of arrays because it is easier
DChangeLog.lpfc499 * Reduced max_lun to 256 (due to issues reported to some arrays).
/linux-4.4.14/Documentation/blockdev/
DREADME.DAC960241 large disk arrays it is advisable to enable the 8GB BIOS Geometry (255/63)
/linux-4.4.14/scripts/dtc/
Ddtc-parser.tab.c_shipped1786 "arrays with 32-bit elements.");