Home
last modified time | relevance | path

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

1234

/linux/tools/perf/util/
H A Dbpf-event.c181 u64 arrays; in perf_event__synthesize_one_bpf_prog() local
189 arrays = 1UL << PERF_BPIL_JITED_KSYMS; in perf_event__synthesize_one_bpf_prog()
190 arrays |= 1UL << PERF_BPIL_JITED_FUNC_LENS; in perf_event__synthesize_one_bpf_prog()
191 arrays |= 1UL << PERF_BPIL_FUNC_INFO; in perf_event__synthesize_one_bpf_prog()
192 arrays |= 1UL << PERF_BPIL_PROG_TAGS; in perf_event__synthesize_one_bpf_prog()
193 arrays |= 1UL << PERF_BPIL_JITED_INSNS; in perf_event__synthesize_one_bpf_prog()
194 arrays |= 1UL << PERF_BPIL_LINE_INFO; in perf_event__synthesize_one_bpf_prog()
195 arrays |= 1UL << PERF_BPIL_JITED_LINE_INFO; in perf_event__synthesize_one_bpf_prog()
197 info_linear = get_bpf_prog_info_linear(fd, arrays); in perf_event__synthesize_one_bpf_prog()
459 u64 arrays; in perf_env__add_bpf_info()
456 u64 arrays; perf_env__add_bpf_info() local
[all...]
H A Dbpf-utils.c111 get_bpf_prog_info_linear(int fd, __u64 arrays) in get_bpf_prog_info_linear() argument
120 if (arrays >> PERF_BPIL_LAST_ARRAY) in get_bpf_prog_info_linear()
132 bool include_array = (arrays & (1UL << i)) > 0; in get_bpf_prog_info_linear()
145 arrays &= ~(1UL << i); /* clear the bit */ in get_bpf_prog_info_linear()
161 info_linear->arrays = arrays; in get_bpf_prog_info_linear()
169 if ((arrays & (1UL << i)) == 0) in get_bpf_prog_info_linear()
198 if ((arrays & (1UL << i)) == 0) in get_bpf_prog_info_linear()
230 if ((info_linear->arrays & (1UL << i)) == 0) in bpil_addr_to_offs()
250 if ((info_linear->arrays & (1UL << i)) == 0) in bpil_offs_to_addr()
H A Dbpf-utils.h61 __u64 arrays; member
67 get_bpf_prog_info_linear(int fd, __u64 arrays);
/linux/scripts/coccinelle/misc/
H A Dflexible_array.cocci3 /// Zero-length and one-element arrays are deprecated, see
75 // handling of bitfields, arrays, etc.
99 …https://www.kernel.org/doc/html/latest/process/deprecated.html#zero-length-and-one-element-arrays)"
106 …https://www.kernel.org/doc/html/latest/process/deprecated.html#zero-length-and-one-element-arrays)"
/linux/Documentation/core-api/
H A Dgeneric-radix-tree.rst2 Generic radix trees/sparse arrays
6 :doc: Generic radix trees/sparse arrays
/linux/Documentation/driver-api/md/
H A Draid5-ppl.rst5 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/fs/nfs/
H A Ddir.c824 struct folio **arrays, size_t narrays, in nfs_readdir_folio_filler() argument
828 struct folio *new, *folio = *arrays; in nfs_readdir_folio_filler()
857 arrays++; in nfs_readdir_folio_filler()
858 *arrays = folio = new; in nfs_readdir_folio_filler()
864 if (folio != *arrays) in nfs_readdir_folio_filler()
889 if (folio != *arrays) in nfs_readdir_folio_filler()
930 struct folio **arrays, size_t narrays) in nfs_readdir_xdr_to_array() argument
934 struct folio *folio = *arrays; in nfs_readdir_xdr_to_array()
966 arrays, narrays, change_attr); in nfs_readdir_xdr_to_array()
1146 struct folio **arrays; in uncached_readdir() local
[all …]
/linux/Documentation/admin-guide/
H A 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/arch/powerpc/mm/
H A Dnuma.c540 const __be32 *arrays; member
580 aa->arrays = prop; in of_get_assoc_arrays()
586 struct assoc_arrays aa = { .arrays = NULL }; in get_nid_and_numa_distance()
603 associativity = &aa.arrays[index]; in get_nid_and_numa_distance()
622 struct assoc_arrays aa = { .arrays = NULL }; in of_drconf_to_nid_single()
639 associativity = &aa.arrays[index]; in of_drconf_to_nid_single()
/linux/Documentation/translations/zh_CN/core-api/
H A Dgeneric-radix-tree.rst16 “DOC: Generic radix trees/sparse arrays”。
/linux/Documentation/process/
H A Ddeprecated.rst95 <#zero-length-and-one-element-arrays>`_ instead.
192 sized stack arrays. While these non-trivial `performance issues
237 Zero-length and one-element arrays
242 for these cases. The older style of one-element or zero-length arrays should
256 was introduced to allow for zero-length arrays, to avoid these kinds of
312 With respect to one-element arrays, one has to be acutely aware that `such arrays
355 existing use of such arrays in those places and the work-around that
/linux/drivers/gpu/drm/radeon/
H A Dr100.c1362 track->arrays[i + 0].esize = idx_value >> 8; in r100_packet3_load_vbpntr()
1363 track->arrays[i + 0].robj = reloc->robj; in r100_packet3_load_vbpntr()
1364 track->arrays[i + 0].esize &= 0x7F; in r100_packet3_load_vbpntr()
1373 track->arrays[i + 1].robj = reloc->robj; in r100_packet3_load_vbpntr()
1374 track->arrays[i + 1].esize = idx_value >> 24; in r100_packet3_load_vbpntr()
1375 track->arrays[i + 1].esize &= 0x7F; in r100_packet3_load_vbpntr()
1387 track->arrays[i + 0].robj = reloc->robj; in r100_packet3_load_vbpntr()
1388 track->arrays[i + 0].esize = idx_value >> 8; in r100_packet3_load_vbpntr()
1389 track->arrays[i + 0].esize &= 0x7F; in r100_packet3_load_vbpntr()
1982 track->arrays[0].robj = reloc->robj; in r100_packet3_check()
[all …]
H A Dr100_track.h69 struct r100_cs_track_array arrays[16]; member
/linux/Documentation/translations/sp_SP/process/
H A Ddeprecated.rst101 <#zero-length-and-one-element-arrays>`_
209 Usando VLA en la pila (stack) produce un código mucho peor que los arrays
263 en estos casos. El estilo anterior de arrays de un elemento o de longitud
286 para permitir los arrays de longitud cero, para evitar estos tipos de
300 C99 introdujo "los arrays miembros flexibles", los cuales carecen de un
314 los arrays (via sizeof(), `CONFIG_FORTIFY_SOURCE`, y `CONFIG_UBSAN_BOUNDS`).
343 Con respecto a los arrays de un único elemento, se ha de ser consciente de
344 que dichos arrays ocupan al menos tanto espacio como un único objeto del
/linux/Documentation/devicetree/bindings/net/ieee802154/
H A Dat86rf230.txt16 arrays of xtal pins: 0 = +0 pF, 0xf = +4.5 pF
/linux/Documentation/userspace-api/netlink/
H A Dgenetlink-legacy.rst31 New Netlink families should use ``multi-attr`` to define arrays.
57 ``sub-type`` means there are nest arrays in the ``ENTRY``, with the structure
272 Legacy families also use ``binary`` attributes to encapsulate C arrays. The
/linux/Documentation/devicetree/bindings/powerpc/opal/
H A 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/Documentation/devicetree/bindings/pinctrl/
H A Dpinctrl-sirf.txt25 group and function arrays in driver files:
/linux/Documentation/admin-guide/device-mapper/
H A Dswitch.rst18 Dell EqualLogic and some other iSCSI storage arrays use a distributed
20 consists of a number of distinct storage arrays ("members") each having
/linux/lib/
H A DKconfig.ubsan42 but uses the more strict handling of arrays that includes knowledge
43 of flexible arrays, which is comparable to Clang's regular
/linux/Documentation/networking/
H A Dfib_trie.rst39 Level Compression / child arrays
46 in order to avoid ever-increasing child arrays.
/linux/Documentation/userspace-api/media/v4l/
H A Dextended-controls.rst45 on arrays of controls (as opposed to the
75 such as N-dimensional arrays and/or structures. You need to specify the
/linux/Documentation/userspace-api/media/mediactl/
H A Dmedia-ioc-g-topology.rst41 Before the second call, the userspace should allocate arrays to store
47 desired arrays with the media graph elements.
/linux/Documentation/admin-guide/gpio/
H A Dgpio-virtuser.rst123 arrays as well as each requested GPIO line separately. Let's consider the
136 Both attributes allow to read and set arrays of GPIO values. User must pass
/linux/Documentation/mm/
H A Dovercommit-accounting.rst15 applications. Classic example is code using sparse arrays and

1234