/Linux-v5.4/tools/perf/util/ |
D | bpf-event.c | 174 u64 arrays; in perf_event__synthesize_one_bpf_prog() local 182 arrays = 1UL << BPF_PROG_INFO_JITED_KSYMS; in perf_event__synthesize_one_bpf_prog() 183 arrays |= 1UL << BPF_PROG_INFO_JITED_FUNC_LENS; in perf_event__synthesize_one_bpf_prog() 184 arrays |= 1UL << BPF_PROG_INFO_FUNC_INFO; in perf_event__synthesize_one_bpf_prog() 185 arrays |= 1UL << BPF_PROG_INFO_PROG_TAGS; in perf_event__synthesize_one_bpf_prog() 186 arrays |= 1UL << BPF_PROG_INFO_JITED_INSNS; in perf_event__synthesize_one_bpf_prog() 187 arrays |= 1UL << BPF_PROG_INFO_LINE_INFO; in perf_event__synthesize_one_bpf_prog() 188 arrays |= 1UL << BPF_PROG_INFO_JITED_LINE_INFO; in perf_event__synthesize_one_bpf_prog() 190 info_linear = bpf_program__get_prog_info_linear(fd, arrays); in perf_event__synthesize_one_bpf_prog() 349 u64 arrays; in perf_env__add_bpf_info() local [all …]
|
/Linux-v5.4/Documentation/core-api/ |
D | generic-radix-tree.rst | 2 Generic radix trees/sparse arrays 6 :doc: Generic radix trees/sparse arrays
|
/Linux-v5.4/Documentation/RCU/ |
D | arrayRCU.txt | 5 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()
|
/Linux-v5.4/Documentation/driver-api/md/ |
D | raid5-ppl.rst | 5 Partial Parity Log (PPL) is a feature available for RAID5 arrays. The issue 42 metadata arrays. It can be enabled using mdadm option --consistency-policy=ppl. 45 keep data structures and implementation simple. RAID5 arrays with so many disks
|
/Linux-v5.4/tools/bpf/bpftool/ |
D | prog.c | 428 __u64 arrays; in do_dump() local 477 arrays = 1UL << BPF_PROG_INFO_JITED_INSNS; in do_dump() 479 arrays = 1UL << BPF_PROG_INFO_XLATED_INSNS; in do_dump() 481 arrays |= 1UL << BPF_PROG_INFO_JITED_KSYMS; in do_dump() 482 arrays |= 1UL << BPF_PROG_INFO_JITED_FUNC_LENS; in do_dump() 483 arrays |= 1UL << BPF_PROG_INFO_FUNC_INFO; in do_dump() 484 arrays |= 1UL << BPF_PROG_INFO_LINE_INFO; in do_dump() 485 arrays |= 1UL << BPF_PROG_INFO_JITED_LINE_INFO; in do_dump() 487 info_linear = bpf_program__get_prog_info_linear(fd, arrays); in do_dump()
|
/Linux-v5.4/Documentation/admin-guide/ |
D | md.rst | 1 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-v5.4/drivers/gpu/drm/radeon/ |
D | r100_track.h | 69 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() 1953 track->arrays[0].robj = reloc->robj; in r100_packet3_check() [all …]
|
/Linux-v5.4/Documentation/devicetree/bindings/net/ieee802154/ |
D | at86rf230.txt | 16 arrays of xtal pins: 0 = +0 pF, 0xf = +4.5 pF
|
/Linux-v5.4/arch/powerpc/mm/ |
D | numa.c | 384 const __be32 *arrays; member 424 aa->arrays = prop; in of_get_assoc_arrays() 434 struct assoc_arrays aa = { .arrays = NULL }; in of_drconf_to_nid_single() 449 nid = of_read_number(&aa.arrays[index], 1); in of_drconf_to_nid_single() 457 &aa.arrays[index]); in of_drconf_to_nid_single()
|
/Linux-v5.4/Documentation/devicetree/bindings/pinctrl/ |
D | pinctrl-sirf.txt | 25 group and function arrays in driver files:
|
D | pinctrl-atlas7.txt | 72 group and function arrays in driver files:
|
/Linux-v5.4/Documentation/devicetree/bindings/powerpc/opal/ |
D | power-mgt.txt | 28 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-v5.4/tools/lib/bpf/ |
D | libbpf.h | 514 __u64 arrays; member 520 bpf_program__get_prog_info_linear(int fd, __u64 arrays);
|
/Linux-v5.4/Documentation/admin-guide/device-mapper/ |
D | switch.rst | 18 Dell EqualLogic and some other iSCSI storage arrays use a distributed 20 consists of a number of distinct storage arrays ("members") each having
|
/Linux-v5.4/Documentation/networking/ |
D | fib_trie.txt | 35 Level Compression / child arrays 42 in order to avoid ever-increasing child arrays.
|
/Linux-v5.4/Documentation/devicetree/bindings/bus/ |
D | qcom,ebi2.txt | 76 Optional properties arrays for SLOW chip selects: 95 Optional properties arrays for FAST chip selects:
|
/Linux-v5.4/kernel/bpf/ |
D | cgroup.c | 201 struct bpf_prog_array *arrays[NR] = {}; in cgroup_bpf_inherit() local 213 if (compute_effective_progs(cgrp, i, &arrays[i])) in cgroup_bpf_inherit() 217 activate_effective_progs(cgrp, i, arrays[i]); in cgroup_bpf_inherit() 222 bpf_prog_array_free(arrays[i]); in cgroup_bpf_inherit()
|
/Linux-v5.4/Documentation/vm/ |
D | overcommit-accounting.rst | 18 applications. Classic example is code using sparse arrays and
|
/Linux-v5.4/Documentation/i2c/ |
D | i2c-stub.rst | 18 arrays in memory. It will also spam the kernel logs for every command it
|
/Linux-v5.4/Documentation/devicetree/bindings/net/ |
D | marvell-bt-8xxx.txt | 29 named "wakeup" from the interrupt-names and interrupt arrays.
|
/Linux-v5.4/Documentation/media/uapi/mediactl/ |
D | media-ioc-g-topology.rst | 49 Before the second call, the userspace should allocate arrays to store 55 desired arrays with the media graph elements.
|
D | media-ioc-enum-links.rst | 46 :c:type:`media_link_desc` structure arrays pointed by
|
/Linux-v5.4/Documentation/media/uapi/v4l/ |
D | extended-controls.rst | 52 on arrays of controls (as opposed to the 82 such as N-dimensional arrays and/or structures. You need to specify the
|
/Linux-v5.4/tools/testing/selftests/bpf/prog_tests/ |
D | core_reloc.c | 224 ARRAYS_CASE(arrays),
|