Home
last modified time | relevance | path

Searched refs:allocations (Results 1 – 25 of 139) sorted by relevance

123456

/OK3568_Linux_fs/kernel/tools/perf/Documentation/
H A Dexamples.txt66 well. For example the page allocations done by a 'git gc' can be
77 To check which functions generated page allocations:
120 allocations - to see precisely what kind of page allocations there
157 Or you can observe the whole system's page allocations for 10
173 Or observe how fluctuating the page allocations are, via statistical
190 and check which instructions/source-code generated page allocations:
209 ( this shows that 83.42% of __GI___fork's page allocations come from
/OK3568_Linux_fs/kernel/lib/
H A DKconfig.kfence29 bool "Use static keys to set up allocations"
33 Use static keys (static branches) to set up KFENCE allocations. Using
44 allocations will be guarded by KFENCE. May be overridden via boot
66 and allocations/frees. A value of 0 disables stress testing logic.
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Dmemory-allocation.rst41 many other allocations types can use ``GFP_KERNEL``. Note, that
52 * Untrusted allocations triggered from userspace should be a subject
55 allocations that should be accounted.
56 * Userspace allocations should use either of the ``GFP_USER``,
72 You may notice that quite a few allocations in the existing code
89 Memory allocations may trigger direct or background reclaim and it is
150 For large allocations you can use vmalloc() and vzalloc(), or directly
H A Dgenalloc.rst27 allocations is set with min_alloc_order; it is a log-base-2 number like
29 So, if min_alloc_order is passed as 3, then all allocations will be a
44 It's worth noting that, if there are still allocations outstanding from the
60 pool, once again using nid as the node ID for ancillary memory allocations.
63 for DMA allocations.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/heaptrack/
H A Dheaptrack_1.2.0.bb2 DESCRIPTION = "Heaptrack traces all memory allocations and annotates these \
5 hotspots and temporary allocations"
/OK3568_Linux_fs/kernel/drivers/acpi/acpica/
H A Ddbexec.c353 u32 allocations; in acpi_db_execute() local
446 allocations = in acpi_db_execute()
451 if (allocations > 0) { in acpi_db_execute()
454 allocations, acpi_gbl_db_method_info.pathname); in acpi_db_execute()
/OK3568_Linux_fs/kernel/Documentation/vm/
H A Dnuma.rst82 memory, Linux must decide whether to order the zonelists such that allocations
124 So, default, local allocations will succeed with the kernel supplying the
126 allows such allocations to fallback to other nearby nodes when a node that
129 Some kernel allocations do not want or cannot tolerate this allocation fallback
150 allocations will be attempted.
H A Dbalance.rst10 well as for non __GFP_IO allocations.
67 for non-sleepable allocations. Second, the HIGHMEM zone is also balanced,
69 HIGHMEM page, as well as to ensure that HIGHMEM allocations do not
H A Dz3fold.rst14 * unlike zbud, z3fold allows for up to PAGE_SIZE allocations
/OK3568_Linux_fs/kernel/Documentation/admin-guide/sysctl/
H A Dvm.rst284 the system. Values tending towards 0 imply allocations would fail due to lack
318 This is useful for workloads that require low latency memory allocations
319 and have a bounded burstiness in memory allocations, for example a
321 (causing in-kernel memory allocations) with a maximum total message burst
359 So the Linux page allocator has a mechanism which prevents allocations
365 mechanism will also defend that region from allocations which could use
499 allocations; if you set this to lower than 1024KB, your system will
558 resulting from mmap allocations on architectures which support
571 resulting from mmap allocations for applications run in
612 NOMMU mmap allocations.
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/netlogic/
H A DTODO2 * All memory allocation should be changed to DMA allocations
/OK3568_Linux_fs/kernel/arch/arc/
H A DKconfig.debug10 on the VM subsystem for higher order allocations.
/OK3568_Linux_fs/kernel/arch/xtensa/boot/dts/
H A Dkc705.dts21 /* global autoconfigured region for contiguous allocations */
/OK3568_Linux_fs/buildroot/package/libhttpparser/
H A DConfig.in8 It does not make any syscalls nor allocations, it does
/OK3568_Linux_fs/buildroot/package/c-periphery/
H A DConfig.in12 allocations, has no dependencies outside the standard C
/OK3568_Linux_fs/buildroot/package/duma/
H A DConfig.in6 # allocations. Non-MMU platforms cannot perform such
/OK3568_Linux_fs/kernel/mm/
H A DKconfig.debug12 bool "Debug page memory allocations"
42 bool "Enable debug page memory allocations by default?"
45 Enable debug page memory allocations by default? This value
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/http-parser/
H A Dhttp-parser_2.9.4.bb5 syscalls nor allocations, it does not buffer data, it can be \
/OK3568_Linux_fs/buildroot/package/glibc/2.28-69-g1e5c5303a522764d7e9d2302a60e4a32cdb902f1/
H A D0002-malloc-Initiate-tcache-shutdown-even-without-allocat.patch5 allocations [BZ #28028]
/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/ump/
H A Dreadme.txt24 maximum limit for allocations from the OS.
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/soc/qcom/
H A Dqcom,smem.txt25 Definition: reference to a hwspinlock used to protect allocations from
/OK3568_Linux_fs/kernel/Documentation/dev-tools/
H A Dkfence.rst39 sample interval determines the frequency with which heap allocations will be
45 further KFENCE allocations occur. With ``CONFIG_KFENCE_NUM_OBJECTS`` (default
222 Guarded allocations are set up based on the sample interval. After expiration
268 page handling code to set up and deal with KFENCE allocations.
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/
H A Drk3328-android.dtsi57 /* global autoconfigured region for contiguous allocations */
/OK3568_Linux_fs/buildroot/package/qemu/
H A D0003-block-export-fuse.c-fix-fuse-lseek-on-uclibc-or-musl.patch40 /* Prevent overly long bounce buffer allocations */
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0010-xnu-Fix-double-free-in-grub_xnu_devprop_add_property.patch12 Minor improvement: do prop fields initialization after memory allocations.

123456