Home
last modified time | relevance | path

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

123456

/openbmc/linux/tools/perf/util/
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-event.c180 u64 arrays; in perf_event__synthesize_one_bpf_prog() local
188 arrays = 1UL << PERF_BPIL_JITED_KSYMS; in perf_event__synthesize_one_bpf_prog()
190 arrays |= 1UL << PERF_BPIL_FUNC_INFO; in perf_event__synthesize_one_bpf_prog()
191 arrays |= 1UL << PERF_BPIL_PROG_TAGS; in perf_event__synthesize_one_bpf_prog()
192 arrays |= 1UL << PERF_BPIL_JITED_INSNS; in perf_event__synthesize_one_bpf_prog()
193 arrays |= 1UL << PERF_BPIL_LINE_INFO; in perf_event__synthesize_one_bpf_prog()
452 u64 arrays; in perf_env__add_bpf_info() local
460 arrays = 1UL << PERF_BPIL_JITED_KSYMS; in perf_env__add_bpf_info()
462 arrays |= 1UL << PERF_BPIL_FUNC_INFO; in perf_env__add_bpf_info()
463 arrays |= 1UL << PERF_BPIL_PROG_TAGS; in perf_env__add_bpf_info()
[all …]
H A Dbpf-utils.h61 __u64 arrays; member
67 get_bpf_prog_info_linear(int fd, __u64 arrays);
/openbmc/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)"
/openbmc/linux/Documentation/core-api/
H A Dgeneric-radix-tree.rst2 Generic radix trees/sparse arrays
6 :doc: Generic radix trees/sparse arrays
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-bitarray_2.9.2.bb1 SUMMARY = "efficient arrays of booleans -- C extension"
2 DESCRIPTION = "A high-level Python efficient arrays of booleans -- C extension"
/openbmc/phosphor-dbus-interfaces/yaml/com/intel/Protocol/PECI/
H A DRaw.interface.yaml16 An array of byte arrays where each byte array holds the raw
23 An array of byte arrays where each byte array holds the raw
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libcamera/libcamera/
H A D0001-rpi-Use-alloca-instead-of-variable-length-arrays.patch4 Subject: [PATCH] rpi: Use malloc instead of variable length arrays
8 | ../git/src/ipa/rpi/controller/rpi/alsc.cpp:499:10: error: variable length arrays in C++ are a Cla…
H A D0002-options-Replace-use-of-VLAs-in-C.patch8 …../git/src/apps/common/options.cpp:882:20: error: variable length arrays in C++ are a Clang extens…
26 * Allocate short and long options arrays large enough to contain all
/openbmc/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
/openbmc/linux/Documentation/translations/zh_CN/core-api/
H A Dgeneric-radix-tree.rst16 “DOC: Generic radix trees/sparse arrays”。
/openbmc/linux/fs/nfs/
H A Ddir.c855 arrays++; in nfs_readdir_folio_filler()
856 *arrays = folio = new; in nfs_readdir_folio_filler()
862 if (folio != *arrays) in nfs_readdir_folio_filler()
887 if (folio != *arrays) in nfs_readdir_folio_filler()
932 struct folio *folio = *arrays; in nfs_readdir_xdr_to_array()
1144 struct folio **arrays; in uncached_readdir() local
1152 arrays = kcalloc(sz, sizeof(*arrays), GFP_KERNEL); in uncached_readdir()
1153 if (!arrays) in uncached_readdir()
1156 if (!arrays[0]) in uncached_readdir()
1174 desc->folio = arrays[i]; in uncached_readdir()
[all …]
/openbmc/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 …]
/openbmc/linux/arch/powerpc/mm/
H A Dnuma.c542 const __be32 *arrays; member
582 aa->arrays = prop; in of_get_assoc_arrays()
588 struct assoc_arrays aa = { .arrays = NULL }; in get_nid_and_numa_distance()
605 associativity = &aa.arrays[index]; in get_nid_and_numa_distance()
624 struct assoc_arrays aa = { .arrays = NULL }; in of_drconf_to_nid_single()
641 associativity = &aa.arrays[index]; in of_drconf_to_nid_single()
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libenv/
H A Dlibenv-perl_1.04.bb1 SUMMARY = "Perl module that imports environment variables as scalars or arrays"
/openbmc/u-boot/doc/
H A DREADME.440-DDR-performance26 Increase the size of the arrays if this shows that you are not getting
67 Increase the size of the arrays if this shows that you are not getting
/openbmc/linux/drivers/gpu/drm/radeon/
H A Dr100_track.h69 struct r100_cs_track_array arrays[16]; member
/openbmc/linux/Documentation/devicetree/bindings/net/ieee802154/
H A Dat86rf230.txt16 arrays of xtal pins: 0 = +0 pF, 0xf = +4.5 pF
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libio/
H A Dlibio-stringy-perl_2.111.bb1 SUMMARY = "IO-stringy - I/O on in-core objects like strings and arrays"
/openbmc/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
/openbmc/openbmc/poky/meta/recipes-devtools/orc/
H A Dorc_0.4.38.bb3 …s for compiling and executing SIMD assembly language-like programs that operate on arrays of data."
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/ledmon/
H A Dledmon_0.97.bb4 utilizing MD devices (aka Linux Software RAID) for RAID arrays.\
/openbmc/openbmc/poky/meta/recipes-support/popt/
H A Dpopt_1.19.bb2 … more powerful argument expansion. Popt can parse arbitrary argv[] style arrays and automatically …
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fbida/files/
H A Dsupport-jpeg-turbo.patch77 * coefficient arrays and thus do not require any lossy decompression
86 * arrays for most of the transforms. That could result in much thrashing
90 + * than the source arrays. Note it is not possible to do horizontal flip
900 * the source's virtual arrays).
1048 + /* Figure out whether we need workspace arrays,
1069 - /* Need workspace arrays having same dimensions as source image.
1093 + /* Need workspace arrays having transposed dimensions. */
1102 + /* Need workspace arrays having transposed dimensions. */
1109 + /* Need workspace arrays having transposed dimensions. */
1122 - /* Need workspace arrays having transposed dimensions.
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/uthash/
H A Duthash_2.3.0.bb5 * utarray.h implements dynamic arrays using macros\n\

123456