/linux/tools/perf/Documentation/ |
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/ |
A D | Kconfig.kfence | 33 allocations will be guarded by KFENCE. May be overridden via boot 49 bool "Use static keys to set up allocations" if EXPERT 52 Use static keys (static branches) to set up KFENCE allocations. This 70 and allocations/frees. A value of 0 disables stress testing logic.
|
A D | Kconfig.kasan | 81 and introduces an overhead of ~x1.5 for the rest of the allocations. 103 and introduces an overhead of ~20% for the rest of the allocations.
|
/linux/Documentation/core-api/ |
A D | memory-allocation.rst | 41 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
|
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.
|
A D | boot-time-mm.rst | 16 functions and macros for memory allocations. The allocation request
|
A D | gfp_mask-from-fs-io.rst | 59 GFP_KERNEL allocations deep inside the allocator which are quite non-trivial
|
/linux/Documentation/dev-tools/ |
A D | kfence.rst | 39 sample interval determines the frequency with which heap allocations will be 45 further KFENCE allocations occur. With ``CONFIG_KFENCE_NUM_OBJECTS`` (default 230 Guarded allocations are set up based on the sample interval. After expiration 236 When using ``CONFIG_KFENCE_STATIC_KEYS=y``, KFENCE allocations are "gated" 278 coverage of allocations, KFENCE limits currently covered allocations of the 281 limits frequent long-lived allocations (e.g. pagecache) of the same source 284 at which to start limiting currently covered allocations can be configured via 291 page handling code to set up and deal with KFENCE allocations.
|
/linux/drivers/acpi/acpica/ |
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/Documentation/vm/ |
A D | numa.rst | 82 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.
|
A D | balance.rst | 10 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
|
A D | z3fold.rst | 14 * unlike zbud, z3fold allows for up to PAGE_SIZE allocations
|
A D | overcommit-accounting.rst | 31 allocations will be available in the future without having to
|
/linux/arch/arc/ |
A D | Kconfig.debug | 10 on the VM subsystem for higher order allocations.
|
/linux/mm/ |
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
|
/linux/arch/xtensa/boot/dts/ |
A D | kc705.dts | 21 /* global autoconfigured region for contiguous allocations */
|
/linux/Documentation/admin-guide/sysctl/ |
A D | vm.rst | 335 So the Linux page allocator has a mechanism which prevents allocations 341 mechanism will also defend that region from allocations which could use 475 allocations; if you set this to lower than 1024KB, your system will 534 resulting from mmap allocations on architectures which support 547 resulting from mmap allocations for applications run in 588 NOMMU mmap allocations. 590 A value of 0 disables trimming of allocations entirely, while a value of 1 592 trimming of allocations is initiated. 929 increase the success rate of future high-order allocations such as SLUB 930 allocations, THP and hugetlbfs pages. [all …]
|
/linux/Documentation/admin-guide/mm/ |
A D | memory-hotplug.rst | 220 movable pages off the affected memory block. As most kernel allocations, such as 505 allocations. 541 Most kernel allocations are unmovable. Important examples include the memory 542 map (usually 1/64ths of memory), page tables, and kmalloc(). Such allocations 546 movable. Such allocations can be served from ZONE_MOVABLE and the kernel zones. 548 Only movable allocations are served from ZONE_MOVABLE, resulting in unmovable 549 allocations being limited to the kernel zones. Without ZONE_MOVABLE, there is 557 might crash because it runs out of free memory for unmovable allocations, 593 allocations and silently create a zone imbalance, usually triggered by
|
A D | numa_memory_policy.rst | 37 that governs all page allocations that aren't controlled by 42 allocations across all nodes with "sufficient" memory, so as 44 allocations. 48 specific task, this policy controls all page allocations made 51 all page allocations that would have been controlled by the 146 allocations of page cache pages for regular files mmap()ed 223 This mode specifies that page allocations be interleaved, on a
|
/linux/security/selinux/include/ |
A D | avc.h | 39 unsigned int allocations; member
|
/linux/drivers/staging/qlge/ |
A D | TODO | 8 while containing two frags of order-1 allocations, ie. >16K)
|
/linux/Documentation/devicetree/bindings/reserved-memory/ |
A D | shared-dma-pool.yaml | 68 /* global autoconfigured region for contiguous allocations */
|
/linux/Documentation/fault-injection/ |
A D | fault-injection.rst | 136 highmem/user allocations. 144 only into non-sleep allocations (GFP_ATOMIC allocations).
|
/linux/arch/sh/ |
A D | Kconfig.debug | 32 on the VM subsystem for higher order allocations. This option
|
/linux/Documentation/x86/x86_64/ |
A D | fake-numa-for-cpusets.rst | 54 memory allocations (1G).
|