/linux-4.4.14/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-4.4.14/Documentation/ |
D | flexible-arrays.txt | 5 Large contiguous memory allocations can be unreliable in the Linux kernel. 10 vmalloc() allocations can require expensive cross-processor interrupts on 21 reasonably well. Only single-page allocations are made, so memory 57 the array was created). If any memory allocations must be performed, flags 65 trick is to ensure that any needed memory allocations are done before
|
D | kmemleak.txt | 72 The memory allocations via kmalloc, vmalloc, kmem_cache_alloc and 203 Page allocations and ioremap are not tracked.
|
D | IRQ-domain.txt | 7 that each one gets assigned non-overlapping allocations of Linux 129 controller to manage IRQ allocations and it requires an irq_desc to be
|
D | remoteproc.txt | 303 allocation of virtio devices. Dynamic allocations will also be made possible 304 using the rpmsg bus (similar to how we already do dynamic allocations of
|
D | DMA-API-HOWTO.txt | 159 one platform (SGI SN2) requires 64-bit consistent allocations to 182 The query for consistent allocations is performed via a call 241 If a card is capable of using 64-bit consistent allocations as well, 259 uses consistent allocations, one would have to check the return value from
|
D | BUG-HUNTING | 236 Debug memory allocations. This will help you see whether data has been
|
D | kernel-parameters.txt | 429 to be done where GFP_KERNEL allocations are allowed. 669 contiguous memory allocations and optionally the 671 memory allocations. A value of 0 disables CMA 684 allocations, by default set to 256K. 1697 for non-movable allocations. The requested amount is 1707 Note that allocations like PTEs-from-HighMem still 2173 amount of memory used for migratable allocations. 2178 that the amount of memory usable for all allocations 2873 if allocations done by BIOS are too small to 3965 [X86] Flags controlling user PTE allocations.
|
D | rpmsg.txt | 276 At this point we only support dynamic allocations of rpmsg channels.
|
D | nommu-mmap.txt | 286 aggressively trim allocations and discard any excess pages back in to the page
|
D | vme_api.txt | 110 Functions are also provided to free window allocations once they are no longer
|
D | kmemcheck.txt | 86 / "Debug page memory allocations". 640 will keep kmemcheck from checking and reporting certain allocations. Here
|
D | DMA-API.txt | 543 region only at the granularity of a page. For smaller allocations,
|
D | devices.txt | 28 allocations have already been removed.
|
/linux-4.4.14/drivers/acpi/acpica/ |
D | dbexec.c | 372 u32 allocations; in acpi_db_execute() local 442 allocations = in acpi_db_execute() 447 if (allocations > 0) { in acpi_db_execute() 450 allocations, acpi_gbl_db_method_info.pathname); in acpi_db_execute()
|
/linux-4.4.14/drivers/staging/netlogic/ |
D | TODO | 2 * All memory allocation should be changed to DMA allocations
|
/linux-4.4.14/arch/arc/ |
D | Kconfig.debug | 12 on the VM subsystem for higher order allocations.
|
/linux-4.4.14/arch/m32r/ |
D | Kconfig.debug | 6 bool "Debug page memory allocations"
|
/linux-4.4.14/Documentation/vm/ |
D | numa | 78 memory, Linux must decide whether to order the zonelists such that allocations 123 So, default, local allocations will succeed with the kernel supplying the 125 allows such allocations to fallback to other nearby nodes when a node that 128 Some kernel allocations do not want or cannot tolerate this allocation fallback 149 allocations will be attempted.
|
D | balance | 4 well as for non __GFP_IO allocations. 61 for non-sleepable allocations. Second, the HIGHMEM zone is also balanced, 63 HIGHMEM page, as well as to ensure that HIGHMEM allocations do not
|
D | numa_memory_policy.txt | 27 is the policy that governs all page allocations that aren't controlled 31 default policy will be set to interleave allocations across all nodes 33 with boot-time allocations. 36 for a specific task, this policy controls all page allocations made by or 38 If a task does not define a task policy, then all page allocations that 121 As mentioned above [re: VMA policies], allocations of page cache 191 MPOL_INTERLEAVED: This mode specifies that page allocations be
|
D | overcommit-accounting | 24 memory allocations will be available in the future
|
D | transhuge.txt | 57 feature that applies to all dynamic high order allocations in the 77 lived page allocations even for hugepage unaware applications that 229 successfully allocated. It includes allocations which where 264 using the mm_page_alloc tracepoint to identify which allocations were
|
D | slub.txt | 115 governed by the order of the allocation for each slab. The allocations 124 In general slub will be able to perform this number of allocations
|
/linux-4.4.14/drivers/misc/ |
D | vmw_balloon.c | 800 unsigned int allocations = 0; in vmballoon_inflate() local 889 if (allocations >= b->rate_alloc) in vmballoon_inflate() 909 if (allocations >= rate) { in vmballoon_inflate() 922 if (error == 0 && allocations >= b->rate_alloc) { in vmballoon_inflate() 923 unsigned int mult = allocations / b->rate_alloc; in vmballoon_inflate()
|
/linux-4.4.14/mm/ |
D | Kconfig.debug | 11 bool "Debug page memory allocations"
|
D | Kconfig | 95 # allocations when memory_present() is called. If this cannot 586 access allocations that span two pages. However, if a particular
|
/linux-4.4.14/Documentation/devicetree/bindings/soc/qcom/ |
D | qcom,smem.txt | 25 Definition: reference to a hwspinlock used to protect allocations from
|
/linux-4.4.14/arch/metag/ |
D | Kconfig.debug | 16 on the VM subsystem for higher order allocations. This option
|
/linux-4.4.14/security/selinux/include/ |
D | avc.h | 44 unsigned int allocations; member
|
/linux-4.4.14/Documentation/fault-injection/ |
D | fault-injection.txt | 106 highmem/user allocations. 113 only into non-sleep allocations (GFP_ATOMIC allocations).
|
/linux-4.4.14/Documentation/sysctl/ |
D | vm.txt | 230 the system. Values tending towards 0 imply allocations would fail due to lack 294 So the Linux page allocator has a mechanism which prevents allocations 300 mechanism will also defend that region from allocations which could use 433 allocations; if you set this to lower than 1024KB, your system will 510 NOMMU mmap allocations. 512 A value of 0 disables trimming of allocations entirely, while a value of 1 514 trimming of allocations is initiated. 811 Allowing regular swap effectively restricts allocations to the local
|
/linux-4.4.14/Documentation/x86/x86_64/ |
D | fake-numa-for-cpusets | 47 memory allocations (1G).
|
/linux-4.4.14/arch/sh/ |
D | Kconfig.debug | 38 on the VM subsystem for higher order allocations. This option
|
/linux-4.4.14/Documentation/frv/ |
D | configuring.txt | 52 reserved will not be available for normal allocations.
|
/linux-4.4.14/Documentation/scsi/ |
D | ChangeLog.ips | 40 4.71.00 - Change all memory allocations to not use GFP_DMA flag
|
D | ChangeLog.sym53c8xx_2 | 136 All driver memory allocations are now not greater than 1 PAGE
|
D | ChangeLog.lpfc | 64 - don't call dma_sync function on allocations from 131 * Removed last of GFP_ATOMIC allocations. 245 * Reduced used of GFP_ATOMIC for memory allocations.
|
D | sym53c8xx_2.txt | 343 alloc: print info about memory allocations (ccb, lcb)
|
D | ncr53c8xx.txt | 493 alloc: print info about memory allocations (ccb, lcb)
|
/linux-4.4.14/Documentation/devicetree/bindings/reserved-memory/ |
D | reserved-memory.txt | 98 /* global autoconfigured region for contiguous allocations */
|
/linux-4.4.14/Documentation/RCU/ |
D | rculist_nulls.txt | 2 objects using SLAB_DESTROY_BY_RCU allocations.
|
D | torture.txt | 232 o "rtaf": Number of allocations from the torture freelist that have
|
/linux-4.4.14/Documentation/trace/ |
D | events-kmem.txt | 104 high-order allocations will start failing at some time in the future. One
|
D | tracepoint-analysis.txt | 259 noticed that X was generating an insane amount of page allocations so let's look
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-power | 179 the amount of memory reserved for allocations made by device 182 will be used as the amount of memory to reserve for allocations
|
D | sysfs-kernel-slab | 38 locations from which allocations for this cache were performed. 480 The trace file specifies whether object allocations and frees
|
/linux-4.4.14/Documentation/filesystems/ |
D | xfs.txt | 161 Data allocations will not be aligned at stripe unit 214 Data allocations will be rounded up to stripe width boundaries
|
D | btrfs.txt | 44 Debugging option to force all block allocations above a certain
|
D | sharedsubtree.txt | 923 if any memory allocations fail, go to the abort phase.
|
D | proc.txt | 931 (mode 2 in 'vm.overcommit_memory'),allocations which would
|
/linux-4.4.14/Documentation/cgroups/ |
D | cpusets.txt | 233 i.e. it restricts kernel allocations for page, buffer and other data 235 whether hardwalled or not, restrict allocations of memory for user 332 Setting memory spreading causes allocations for the affected page 338 applies to memory page allocations. 661 kernel internal allocations that must be satisfied, immediately.
|
D | cgroups.txt | 555 Called after @cgrp successfully completed all allocations and made 629 post-attachment activity that requires memory allocations or blocking.
|
D | unified-hierarchy.txt | 555 conservatively. When hit, it throttles allocations by forcing them 563 In extreme cases, with many concurrent allocations and a complete
|
D | memory.txt | 783 allocations. Monitoring this reclaiming activity might be useful for
|
/linux-4.4.14/Documentation/driver-model/ |
D | devres.txt | 207 resource allocations already do the job.
|
/linux-4.4.14/fs/jffs2/ |
D | README.Locking | 15 obtained during space allocations (jffs2_reserve_space()) and freed
|
/linux-4.4.14/Documentation/video4linux/ |
D | videobuf | 291 means that these drivers may be trying to do high-order allocations at any 298 allocations will not meet that criterion, but buffers obtained from other
|
/linux-4.4.14/Documentation/development-process/ |
D | 4.Coding | 276 especially where memory allocations are involved. With fault injection 277 enabled, a configurable percentage of memory allocations will be made to
|
/linux-4.4.14/security/selinux/ |
D | avc.c | 558 avc_cache_stats_incr(allocations); in avc_alloc_node()
|
D | selinuxfs.c | 1403 hits, misses, st->allocations, in sel_avc_stats_seq_show()
|
/linux-4.4.14/arch/m68k/ |
D | Kconfig.machine | 322 on the VM subsystem for higher order allocations.
|
/linux-4.4.14/Documentation/networking/ |
D | packet_mmap.txt | 367 All memory allocations are not freed until the socket is closed. The memory 368 allocations are done with GFP_KERNEL priority, this basically means that
|
D | switchdev.txt | 386 allocations) between the two phases.
|
D | ip-sysctl.txt | 1219 refuse new allocations. The value must be set below the flowcache 1666 refuse new allocations. The value must be set below the flowcache
|
/linux-4.4.14/Documentation/DocBook/ |
D | networking.xml.db | 83 API-sk-has-allocations
|
/linux-4.4.14/fs/befs/ |
D | ChangeLog | 159 * Made inode allocations use a slab cache
|
/linux-4.4.14/Documentation/filesystems/caching/ |
D | netfs-api.txt | 481 memory allocations made are satisfied. 560 and the gfp argument is used to control how any memory allocations made are
|
/linux-4.4.14/lib/ |
D | Kconfig.debug | 457 bool "Debug slab memory allocations" 511 allocations. See Documentation/kmemleak.txt for more 526 Kmemleak must track all the memory allocations to avoid
|
/linux-4.4.14/Documentation/usb/ |
D | WUSB-Design-overview.txt | 294 among them are the bandwidth allocations that tell each device
|
/linux-4.4.14/arch/alpha/ |
D | Kconfig | 634 allocations. This equates to about 8GB.
|
/linux-4.4.14/arch/arm64/ |
D | Kconfig | 591 4M allocations matching the default size used by generic code.
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | mmu.txt | 26 - reliability: avoid multipage or GFP_ATOMIC allocations
|
/linux-4.4.14/Documentation/PCI/ |
D | pci.txt | 266 [ OS BUG: we don't check resource allocations before enabling those
|
/linux-4.4.14/arch/powerpc/ |
D | Kconfig | 1029 is used to make consistent memory allocations.
|
/linux-4.4.14/Documentation/nvdimm/ |
D | nvdimm.txt | 682 before 'size'. This enables the kernel to track DPA allocations
|
/linux-4.4.14/Documentation/devicetree/ |
D | booting-without-of.txt | 413 and thus not to be used for memory allocations, especially during 416 MMU hash table, etc... Those allocations must be done in such a
|
/linux-4.4.14/Documentation/filesystems/cifs/ |
D | CHANGES | 393 Reduce the number of large buffer allocations in cifs response processing
|
/linux-4.4.14/arch/arm/ |
D | Kconfig | 120 virtual space with just a few allocations.
|
/linux-4.4.14/Documentation/block/ |
D | biodoc.txt | 592 deadlock-free allocations during extreme VM load. For example, the VM
|
/linux-4.4.14/Documentation/security/ |
D | keys.txt | 1229 after all allocations and other potentially failing function calls are
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | ALSA-Configuration.txt | 608 fake_buffer - Fake buffer allocations (default = 1)
|