Home
last modified time | relevance | path

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

1234

/Linux-v5.10/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-v5.10/Documentation/core-api/
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
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.
Dboot-time-mm.rst16 functions and macros for memory allocations. The allocation request
Dgfp_mask-from-fs-io.rst59 GFP_KERNEL allocations deep inside the allocator which are quite non-trivial
/Linux-v5.10/drivers/staging/netlogic/
DTODO2 * All memory allocation should be changed to DMA allocations
/Linux-v5.10/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-v5.10/arch/arc/
DKconfig.debug10 on the VM subsystem for higher order allocations.
/Linux-v5.10/arch/xtensa/boot/dts/
Dkc705.dts21 /* global autoconfigured region for contiguous allocations */
/Linux-v5.10/Documentation/vm/
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.
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
Dz3fold.rst14 * unlike zbud, z3fold allows for up to PAGE_SIZE allocations
Dovercommit-accounting.rst31 allocations will be available in the future without having to
/Linux-v5.10/Documentation/devicetree/bindings/soc/qcom/
Dqcom,smem.txt25 Definition: reference to a hwspinlock used to protect allocations from
/Linux-v5.10/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
/Linux-v5.10/Documentation/admin-guide/sysctl/
Dvm.rst282 the system. Values tending towards 0 imply allocations would fail due to lack
342 So the Linux page allocator has a mechanism which prevents allocations
348 mechanism will also defend that region from allocations which could use
482 allocations; if you set this to lower than 1024KB, your system will
541 resulting from mmap allocations on architectures which support
554 resulting from mmap allocations for applications run in
595 NOMMU mmap allocations.
597 A value of 0 disables trimming of allocations entirely, while a value of 1
599 trimming of allocations is initiated.
645 On 32-bit, the Normal zone needs to be preserved for allocations accessible
[all …]
/Linux-v5.10/security/selinux/include/
Davc.h39 unsigned int allocations; member
/Linux-v5.10/lib/
DKconfig.kasan62 and introduces an overhead of ~x1.5 for the rest of the allocations.
84 and introduces an overhead of ~20% for the rest of the allocations.
/Linux-v5.10/Documentation/admin-guide/mm/
Dnuma_memory_policy.rst37 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-v5.10/drivers/staging/qlge/
DTODO8 while containing two frags of order-1 allocations, ie. >16K)
/Linux-v5.10/Documentation/fault-injection/
Dfault-injection.rst130 highmem/user allocations.
138 only into non-sleep allocations (GFP_ATOMIC allocations).
/Linux-v5.10/arch/sh/
DKconfig.debug35 on the VM subsystem for higher order allocations. This option
/Linux-v5.10/Documentation/x86/x86_64/
Dfake-numa-for-cpusets.rst54 memory allocations (1G).
/Linux-v5.10/Documentation/scsi/
DChangeLog.ips40 4.71.00 - Change all memory allocations to not use GFP_DMA flag
/Linux-v5.10/Documentation/filesystems/ext4/
Dallocators.rst21 unused speculative allocations are of course freed, but if the

1234