Home
last modified time | relevance | path

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

12345

/linux-6.6.21/tools/perf/Documentation/
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
/linux-6.6.21/lib/
DKconfig.kfence33 allocations will be guarded by KFENCE. May be overridden via boot
49 bool "Use a deferrable timer to trigger allocations"
51 Use a deferrable timer to trigger allocations. This avoids forcing
61 bool "Use static keys to set up allocations" if EXPERT
64 Use static keys (static branches) to set up KFENCE allocations. This
82 and allocations/frees. A value of 0 disables stress testing logic.
DKconfig.kasan89 overhead of ~50% for dynamic allocations.
108 add an overhead of ~20% for dynamic allocations.
180 bool "Check accesses to vmalloc allocations"
183 Makes KASAN check the validity of accesses to vmalloc allocations.
185 With software KASAN modes, all types vmalloc allocations are
/linux-6.6.21/Documentation/dev-tools/
Dkfence.rst39 sample interval determines the frequency with which heap allocations will be
44 The sample interval controls a timer that sets up KFENCE allocations. By
57 further KFENCE allocations occur. With ``CONFIG_KFENCE_NUM_OBJECTS`` (default
242 Guarded allocations are set up based on the sample interval. After expiration
248 When using ``CONFIG_KFENCE_STATIC_KEYS=y``, KFENCE allocations are "gated"
290 coverage of allocations, KFENCE limits currently covered allocations of the
293 limits frequent long-lived allocations (e.g. pagecache) of the same source
296 at which to start limiting currently covered allocations can be configured via
303 page handling code to set up and deal with KFENCE allocations.
Dkasan.rst144 allocations (default: ``on``).
153 of allocations chosen by sampling and thus miss bad accesses to these
154 allocations. Use the default value for accurate bug detection.
157 order of allocations that are affected by sampling (default: ``3``).
161 allocations, which is the biggest source of the performance overhead.
359 Same tags are assigned to pointers to those allocations. On every memory
/linux-6.6.21/Documentation/core-api/
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.
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
154 For large allocations you can use vmalloc() and vzalloc(), or directly
Dboot-time-mm.rst16 functions and macros for memory allocations. The allocation request
Dmaple_tree.rst91 The allocations are handled by the internal tree code. See
196 Allocations are usually handled internally to the tree, however if allocations
201 unused allocations.
/linux-6.6.21/mm/
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
49 bool "Debug slab memory allocations"
231 allocations. See Documentation/dev-tools/kmemleak.rst for more
246 Kmemleak must track all the memory allocations to avoid
251 if slab allocations fail.
/linux-6.6.21/drivers/acpi/acpica/
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()
/linux-6.6.21/arch/arc/
DKconfig.debug10 on the VM subsystem for higher order allocations.
/linux-6.6.21/arch/xtensa/boot/dts/
Dkc705.dts21 /* global autoconfigured region for contiguous allocations */
/linux-6.6.21/Documentation/mm/
Dnuma.rst80 memory, Linux must decide whether to order the zonelists such that allocations
122 So, default, local allocations will succeed with the kernel supplying the
124 allows such allocations to fallback to other nearby nodes when a node that
127 Some kernel allocations do not want or cannot tolerate this allocation fallback
148 allocations will be attempted.
Dbalance.rst8 well as for non __GFP_IO allocations.
65 for non-sleepable allocations. Second, the HIGHMEM zone is also balanced,
67 HIGHMEM page, as well as to ensure that HIGHMEM allocations do not
Dz3fold.rst12 * unlike zbud, z3fold allows for up to PAGE_SIZE allocations
/linux-6.6.21/security/selinux/include/
Davc.h39 unsigned int allocations; member
/linux-6.6.21/arch/nios2/
DKconfig49 int "Order of maximal physically contiguous allocations"
53 contiguous allocations. The limit is called MAX_ORDER and it
/linux-6.6.21/Documentation/admin-guide/sysctl/
Dvm.rst276 the system. Values tending towards 0 imply allocations would fail due to lack
336 So the Linux page allocator has a mechanism which prevents allocations
342 mechanism will also defend that region from allocations which could use
476 allocations; if you set this to lower than 1024KB, your system will
535 resulting from mmap allocations on architectures which support
548 resulting from mmap allocations for applications run in
626 NOMMU mmap allocations.
628 A value of 0 disables trimming of allocations entirely, while a value of 1
630 trimming of allocations is initiated.
676 On 32-bit, the Normal zone needs to be preserved for allocations accessible
[all …]
/linux-6.6.21/Documentation/admin-guide/mm/
Dmemory-hotplug.rst218 movable pages off the affected memory block. As most kernel allocations, such as
523 allocations.
559 Most kernel allocations are unmovable. Important examples include the memory
560 map (usually 1/64ths of memory), page tables, and kmalloc(). Such allocations
564 movable. Such allocations can be served from ZONE_MOVABLE and the kernel zones.
566 Only movable allocations are served from ZONE_MOVABLE, resulting in unmovable
567 allocations being limited to the kernel zones. Without ZONE_MOVABLE, there is
575 might crash because it runs out of free memory for unmovable allocations,
611 allocations and silently create a zone imbalance, usually triggered by
Dnuma_memory_policy.rst35 that governs all page allocations that aren't controlled by
40 allocations across all nodes with "sufficient" memory, so as
42 allocations.
46 specific task, this policy controls all page allocations made
49 all page allocations that would have been controlled by the
144 allocations of page cache pages for regular files mmap()ed
221 This mode specifies that page allocations be interleaved, on a
/linux-6.6.21/drivers/staging/qlge/
DTODO8 while containing two frags of order-1 allocations, ie. >16K)
/linux-6.6.21/drivers/staging/media/atomisp/
Dnotes.txt10 address. The hmm code keeps a list of all allocations and when necessary
/linux-6.6.21/arch/sh/mm/
DKconfig22 int "Order of maximal physically contiguous allocations"
29 contiguous allocations. The limit is called MAX_ORDER and it
/linux-6.6.21/Documentation/fault-injection/
Dfault-injection.rst142 highmem/user allocations (__GFP_HIGHMEM allocations).
150 into allocations that can sleep (__GFP_DIRECT_RECLAIM allocations).

12345