Searched refs:allocations (Results 1 – 25 of 91) sorted by relevance
1234
/Linux-v4.19/tools/perf/Documentation/ |
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-v4.19/Documentation/ |
D | flexible-arrays.txt | 8 Large contiguous memory allocations can be unreliable in the Linux kernel. 13 vmalloc() allocations can require expensive cross-processor interrupts on 24 reasonably well. Only single-page allocations are made, so memory 60 the array was created). If any memory allocations must be performed, flags 68 trick is to ensure that any needed memory allocations are done before
|
/Linux-v4.19/Documentation/core-api/ |
D | flexible-arrays.rst | 6 Large contiguous memory allocations can be unreliable in the Linux kernel. 11 by vmalloc() allocations can require expensive cross-processor interrupts on 22 reasonably well. Only single-page allocations are made, so memory 59 the array was created). If any memory allocations must be performed, flags 67 trick is to ensure that any needed memory allocations are done before
|
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.
|
D | boot-time-mm.rst | 33 functions and macros for memory allocations. The allocation request
|
D | gfp_mask-from-fs-io.rst | 57 GFP_KERNEL allocations deep inside the allocator which are quite non-trivial
|
/Linux-v4.19/mm/ |
D | Kconfig.debug | 11 bool "Debug page memory allocations" 35 bool "Enable debug page memory allocations by default?" 39 Enable debug page memory allocations by default? This value
|
/Linux-v4.19/drivers/staging/netlogic/ |
D | TODO | 2 * All memory allocation should be changed to DMA allocations
|
/Linux-v4.19/drivers/acpi/acpica/ |
D | dbexec.c | 350 u32 allocations; in acpi_db_execute() local 426 allocations = in acpi_db_execute() 431 if (allocations > 0) { in acpi_db_execute() 434 allocations, acpi_gbl_db_method_info.pathname); in acpi_db_execute()
|
/Linux-v4.19/arch/arc/ |
D | Kconfig.debug | 10 on the VM subsystem for higher order allocations.
|
/Linux-v4.19/arch/xtensa/boot/dts/ |
D | kc705.dts | 21 /* global autoconfigured region for contiguous allocations */
|
/Linux-v4.19/Documentation/vm/ |
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.
|
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
|
D | z3fold.rst | 14 * unlike zbud, z3fold allows for up to PAGE_SIZE allocations
|
D | overcommit-accounting.rst | 31 allocations will be available in the future without having to
|
/Linux-v4.19/Documentation/devicetree/bindings/soc/qcom/ |
D | qcom,smem.txt | 25 Definition: reference to a hwspinlock used to protect allocations from
|
/Linux-v4.19/security/selinux/include/ |
D | avc.h | 39 unsigned int allocations; member
|
/Linux-v4.19/Documentation/sysctl/ |
D | vm.txt | 248 the system. Values tending towards 0 imply allocations would fail due to lack 308 So the Linux page allocator has a mechanism which prevents allocations 314 mechanism will also defend that region from allocations which could use 446 allocations; if you set this to lower than 1024KB, your system will 505 resulting from mmap allocations on architectures which support 518 resulting from mmap allocations for applications run in 559 NOMMU mmap allocations. 561 A value of 0 disables trimming of allocations entirely, while a value of 1 563 trimming of allocations is initiated. 608 On 32-bit, the Normal zone needs to be preserved for allocations accessible [all …]
|
/Linux-v4.19/Documentation/admin-guide/mm/ |
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-v4.19/Documentation/fault-injection/ |
D | fault-injection.txt | 120 highmem/user allocations. 127 only into non-sleep allocations (GFP_ATOMIC allocations).
|
/Linux-v4.19/Documentation/x86/x86_64/ |
D | fake-numa-for-cpusets | 47 memory allocations (1G).
|
/Linux-v4.19/arch/sh/ |
D | Kconfig.debug | 36 on the VM subsystem for higher order allocations. This option
|
/Linux-v4.19/Documentation/scsi/ |
D | ChangeLog.ips | 40 4.71.00 - Change all memory allocations to not use GFP_DMA flag
|
/Linux-v4.19/Documentation/filesystems/ext4/ondisk/ |
D | allocators.rst | 21 unused speculative allocations are of course freed, but if the
|
/Linux-v4.19/Documentation/dev-tools/ |
D | kmemleak.rst | 78 The memory allocations via :c:func:`kmalloc`, :c:func:`vmalloc`, 220 Page allocations and ioremap are not tracked.
|
1234