Home
last modified time | relevance | path

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

123

/Linux-v4.19/Documentation/core-api/
Dflexible-arrays.rst3 Using flexible arrays in the kernel
21 objects, accessed via an integer index. Sparse arrays are handled
24 arrays cannot be indexed directly, individual object size cannot exceed the
26 operation. It's also worth noting that flexible arrays do no internal
44 It is also possible to define flexible arrays at compile time with::
122 As of this writing, there are no users of flexible arrays in the mainline
Dindex.rst24 flexible-arrays
/Linux-v4.19/Documentation/
Dflexible-arrays.txt2 Using flexible arrays in the kernel
23 objects, accessed via an integer index. Sparse arrays are handled
26 arrays cannot be indexed directly, individual object size cannot exceed the
28 operation. It's also worth noting that flexible arrays do no internal
46 It is also possible to define flexible arrays at compile time with::
121 As of this writing, there are no users of flexible arrays in the mainline
/Linux-v4.19/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.
/Linux-v4.19/Documentation/md/
Draid5-ppl.txt3 Partial Parity Log (PPL) is a feature available for RAID5 arrays. The issue
40 metadata arrays. It can be enabled using mdadm option --consistency-policy=ppl.
43 keep data structures and implementation simple. RAID5 arrays with so many disks
/Linux-v4.19/Documentation/admin-guide/
Dmd.rst1 RAID arrays
4 Boot time assembly of RAID arrays
14 for old raid arrays without persistent superblocks::
18 for raid arrays with persistent superblocks::
77 Boot time autodetection of RAID arrays
81 type 0xfd are scanned and automatically assembled into RAID arrays.
87 that all auto-detected arrays are assembled as partitionable.
89 Boot time assembly of degraded/dirty arrays
108 arrays to be started.
165 Specific Rules that apply to format-0 super block arrays, and arrays with no superblock (non-persis…
[all …]
/Linux-v4.19/kernel/bpf/
Dcgroup.c160 struct bpf_prog_array __rcu *arrays[NR] = {}; in cgroup_bpf_inherit() local
167 if (compute_effective_progs(cgrp, i, &arrays[i])) in cgroup_bpf_inherit()
171 activate_effective_progs(cgrp, i, arrays[i]); in cgroup_bpf_inherit()
176 bpf_prog_array_free(arrays[i]); in cgroup_bpf_inherit()
/Linux-v4.19/Documentation/devicetree/bindings/net/ieee802154/
Dat86rf230.txt16 arrays of xtal pins: 0 = +0 pF, 0xf = +4.5 pF
/Linux-v4.19/drivers/gpu/drm/radeon/
Dr100_track.h67 struct r100_cs_track_array arrays[16]; member
Dr100.c1327 track->arrays[i + 0].esize = idx_value >> 8; in r100_packet3_load_vbpntr()
1328 track->arrays[i + 0].robj = reloc->robj; in r100_packet3_load_vbpntr()
1329 track->arrays[i + 0].esize &= 0x7F; in r100_packet3_load_vbpntr()
1338 track->arrays[i + 1].robj = reloc->robj; in r100_packet3_load_vbpntr()
1339 track->arrays[i + 1].esize = idx_value >> 24; in r100_packet3_load_vbpntr()
1340 track->arrays[i + 1].esize &= 0x7F; in r100_packet3_load_vbpntr()
1352 track->arrays[i + 0].robj = reloc->robj; in r100_packet3_load_vbpntr()
1353 track->arrays[i + 0].esize = idx_value >> 8; in r100_packet3_load_vbpntr()
1354 track->arrays[i + 0].esize &= 0x7F; in r100_packet3_load_vbpntr()
1947 track->arrays[0].robj = reloc->robj; in r100_packet3_check()
[all …]
/Linux-v4.19/arch/powerpc/mm/
Dnuma.c374 const __be32 *arrays; member
414 aa->arrays = prop; in of_get_assoc_arrays()
424 struct assoc_arrays aa = { .arrays = NULL }; in of_drconf_to_nid_single()
437 nid = of_read_number(&aa.arrays[index], 1); in of_drconf_to_nid_single()
445 &aa.arrays[index]); in of_drconf_to_nid_single()
/Linux-v4.19/Documentation/devicetree/bindings/pinctrl/
Dpinctrl-sirf.txt25 group and function arrays in driver files:
Dpinctrl-atlas7.txt72 group and function arrays in driver files:
/Linux-v4.19/Documentation/devicetree/bindings/powerpc/opal/
Dpower-mgt.txt28 properties are exposed as arrays. Each entry in the property array
35 otherwise. The length of all the property arrays must be the same.
/Linux-v4.19/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
/Linux-v4.19/Documentation/networking/
Dfib_trie.txt35 Level Compression / child arrays
42 in order to avoid ever-increasing child arrays.
/Linux-v4.19/Documentation/devicetree/bindings/bus/
Dqcom,ebi2.txt76 Optional properties arrays for SLOW chip selects:
95 Optional properties arrays for FAST chip selects:
/Linux-v4.19/Documentation/i2c/
Di2c-stub15 arrays in memory. It will also spam the kernel logs for every command it
/Linux-v4.19/Documentation/vm/
Dovercommit-accounting.rst18 applications. Classic example is code using sparse arrays and
/Linux-v4.19/Documentation/devicetree/bindings/net/
Dmarvell-bt-8xxx.txt29 named "wakeup" from the interrupt-names and interrupt arrays.
/Linux-v4.19/Documentation/media/uapi/mediactl/
Dmedia-ioc-g-topology.rst41 Before the second call, the userspace should allocate arrays to store
47 desired arrays with the media graph elements.
Dmedia-ioc-enum-links.rst38 :c:type:`media_link_desc` structure arrays pointed by
/Linux-v4.19/Documentation/x86/
Dorc-unwinder.txt146 The ORC data is split into the two arrays for performance reasons, to
148 arrays are sorted in parallel at boot time.

123