| /linux/tools/perf/Documentation/ |
| H A D | examples.txt | 66 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/lib/ |
| H A D | Kconfig.kfence | 33 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.
|
| H A D | Kconfig.kasan | 101 overhead of ~50% for dynamic allocations. 118 add an overhead of ~20% for dynamic allocations. 187 bool "Check accesses to vmalloc allocations" 190 Makes KASAN check the validity of accesses to vmalloc allocations. 192 With software KASAN modes, all types vmalloc allocations are
|
| /linux/Documentation/mm/ |
| H A D | allocation-profiling.rst | 7 Low overhead (suitable for production) accounting of all memory allocations, 17 adds warnings for allocations that weren't accounted because of a 43 warnings produced by allocations made while profiling is disabled and freed 80 taking effect. This is important for allocations internal to the mm/ code that 102 Do this when you're implementing a generic data structure that does allocations 113 - Then, use the following form for your allocations:
|
| H A D | numa.rst | 80 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.
|
| /linux/Documentation/dev-tools/ |
| H A D | kfence.rst | 39 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 interval. *Burst mode* allows to sample successive heap allocations, where the 59 denotes the *additional* successive allocations within a sample interval; 60 setting ``kfence.burst=N`` means that ``1 + N`` successive allocations are 64 further KFENCE allocations occur. With ``CONFIG_KFENCE_NUM_OBJECTS`` (default 249 Guarded allocations are set up based on the sample interval. After expiration 255 When using ``CONFIG_KFENCE_STATIC_KEYS=y``, KFENCE allocations are "gated" 297 coverage of allocations, KFENCE limits currently covered allocations of the 300 limits frequent long-lived allocations (e.g. pagecache) of the same source [all …]
|
| H A D | kasan.rst | 150 allocations (default: ``on``). 159 of allocations chosen by sampling and thus miss bad accesses to these 160 allocations. Use the default value for accurate bug detection. 163 order of allocations that are affected by sampling (default: ``3``). 167 allocations, which is the biggest source of the performance overhead. 386 Same tags are assigned to pointers to those allocations. On every memory
|
| /linux/Documentation/core-api/ |
| H A D | memory-allocation.rst | 41 many other allocations types can use ``GFP_KERNEL``. Note, that 53 * Untrusted allocations triggered from userspace should be a subject 56 allocations that should be accounted. 57 * Userspace allocations should use either of the ``GFP_USER``, 73 You may notice that quite a few allocations in the existing code 90 Memory allocations may trigger direct or background reclaim and it is 157 For large allocations you can use vmalloc() and vzalloc(), or directly
|
| H A D | genalloc.rst | 27 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.
|
| H A D | boot-time-mm.rst | 16 functions and macros for memory allocations. The allocation request
|
| H A D | maple_tree.rst | 94 The allocations are handled by the internal tree code. See 200 Allocations are usually handled internally to the tree, however if allocations 205 unused allocations.
|
| /linux/drivers/acpi/acpica/ |
| H A D | dbexec.c | 353 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/mm/ |
| H A D | Kconfig.debug | 12 bool "Debug page memory allocations" 42 bool "Enable debug page memory allocations by default?" 45 Enable debug page memory allocations by default? This value 256 allocations. See Documentation/dev-tools/kmemleak.rst for more 271 Kmemleak must track all the memory allocations to avoid 276 if slab allocations fail.
|
| /linux/arch/arc/ |
| H A D | Kconfig.debug | 10 on the VM subsystem for higher order allocations.
|
| /linux/arch/xtensa/boot/dts/ |
| H A D | kc705.dts | 21 /* global autoconfigured region for contiguous allocations */
|
| /linux/Documentation/driver-api/cxl/linux/ |
| H A D | memory-hotplug.rst | 34 migratable allocations. 51 The location of :code:`struct folio` allocations to represent the hotplugged
|
| /linux/Documentation/admin-guide/sysctl/ |
| H A D | vm.rst | 333 the system. Values tending towards 0 imply allocations would fail due to lack 386 So the Linux page allocator has a mechanism which prevents allocations 392 mechanism will also defend that region from allocations which could use 488 memory allocations. 493 warnings produced by allocations made while profiling is disabled and freed 545 allocations; if you set this to lower than 1024KB, your system will 604 resulting from mmap allocations on architectures which support 617 resulting from mmap allocations for applications run in 722 NOMMU mmap allocations. 724 A value of 0 disables trimming of allocations entirely, while a value of 1 [all …]
|
| /linux/security/selinux/include/ |
| H A D | avc.h | 40 unsigned int allocations; member
|
| /linux/arch/nios2/ |
| H A D | Kconfig | 51 int "Order of maximal physically contiguous allocations" 55 contiguous allocations. The limit is called MAX_PAGE_ORDER and it
|
| /linux/Documentation/admin-guide/mm/ |
| H A D | kho.rst | 79 handed over memory allocations. 94 allocations. Kexec user space tools can use this file to determine
|
| H A D | numa_memory_policy.rst | 35 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/arch/sh/mm/ |
| H A D | Kconfig | 34 int "Order of maximal physically contiguous allocations" 41 contiguous allocations. The limit is called MAX_PAGE:_ORDER and it
|
| /linux/drivers/staging/media/atomisp/ |
| H A D | notes.txt | 10 address. The hmm code keeps a list of all allocations and when necessary
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-kernel-mm-mempolicy-weighted-interleave | 15 These weights only affect new allocations, and changes at runtime
|
| /linux/Documentation/driver-api/cxl/allocation/ |
| H A D | page-allocator.rst | 35 marked :code:`GFP_KERNEL` from :code:`ZONE_MOVABLE`. Kernel allocations are
|