Home
last modified time | relevance | path

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

/linux-4.4.14/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-4.4.14/Documentation/
Dflexible-arrays.txt5 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
Dkmemleak.txt72 The memory allocations via kmalloc, vmalloc, kmem_cache_alloc and
203 Page allocations and ioremap are not tracked.
DIRQ-domain.txt7 that each one gets assigned non-overlapping allocations of Linux
129 controller to manage IRQ allocations and it requires an irq_desc to be
Dremoteproc.txt303 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
DDMA-API-HOWTO.txt159 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
DBUG-HUNTING236 Debug memory allocations. This will help you see whether data has been
Dkernel-parameters.txt429 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.
Drpmsg.txt276 At this point we only support dynamic allocations of rpmsg channels.
Dnommu-mmap.txt286 aggressively trim allocations and discard any excess pages back in to the page
Dvme_api.txt110 Functions are also provided to free window allocations once they are no longer
Dkmemcheck.txt86 / "Debug page memory allocations".
640 will keep kmemcheck from checking and reporting certain allocations. Here
DDMA-API.txt543 region only at the granularity of a page. For smaller allocations,
Ddevices.txt28 allocations have already been removed.
/linux-4.4.14/drivers/acpi/acpica/
Ddbexec.c372 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/
DTODO2 * All memory allocation should be changed to DMA allocations
/linux-4.4.14/arch/arc/
DKconfig.debug12 on the VM subsystem for higher order allocations.
/linux-4.4.14/arch/m32r/
DKconfig.debug6 bool "Debug page memory allocations"
/linux-4.4.14/Documentation/vm/
Dnuma78 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.
Dbalance4 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
Dnuma_memory_policy.txt27 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
Dovercommit-accounting24 memory allocations will be available in the future
Dtranshuge.txt57 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
Dslub.txt115 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/
Dvmw_balloon.c800 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/
DKconfig.debug11 bool "Debug page memory allocations"
DKconfig95 # 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/
Dqcom,smem.txt25 Definition: reference to a hwspinlock used to protect allocations from
/linux-4.4.14/arch/metag/
DKconfig.debug16 on the VM subsystem for higher order allocations. This option
/linux-4.4.14/security/selinux/include/
Davc.h44 unsigned int allocations; member
/linux-4.4.14/Documentation/fault-injection/
Dfault-injection.txt106 highmem/user allocations.
113 only into non-sleep allocations (GFP_ATOMIC allocations).
/linux-4.4.14/Documentation/sysctl/
Dvm.txt230 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/
Dfake-numa-for-cpusets47 memory allocations (1G).
/linux-4.4.14/arch/sh/
DKconfig.debug38 on the VM subsystem for higher order allocations. This option
/linux-4.4.14/Documentation/frv/
Dconfiguring.txt52 reserved will not be available for normal allocations.
/linux-4.4.14/Documentation/scsi/
DChangeLog.ips40 4.71.00 - Change all memory allocations to not use GFP_DMA flag
DChangeLog.sym53c8xx_2136 All driver memory allocations are now not greater than 1 PAGE
DChangeLog.lpfc64 - 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.
Dsym53c8xx_2.txt343 alloc: print info about memory allocations (ccb, lcb)
Dncr53c8xx.txt493 alloc: print info about memory allocations (ccb, lcb)
/linux-4.4.14/Documentation/devicetree/bindings/reserved-memory/
Dreserved-memory.txt98 /* global autoconfigured region for contiguous allocations */
/linux-4.4.14/Documentation/RCU/
Drculist_nulls.txt2 objects using SLAB_DESTROY_BY_RCU allocations.
Dtorture.txt232 o "rtaf": Number of allocations from the torture freelist that have
/linux-4.4.14/Documentation/trace/
Devents-kmem.txt104 high-order allocations will start failing at some time in the future. One
Dtracepoint-analysis.txt259 noticed that X was generating an insane amount of page allocations so let's look
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-power179 the amount of memory reserved for allocations made by device
182 will be used as the amount of memory to reserve for allocations
Dsysfs-kernel-slab38 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/
Dxfs.txt161 Data allocations will not be aligned at stripe unit
214 Data allocations will be rounded up to stripe width boundaries
Dbtrfs.txt44 Debugging option to force all block allocations above a certain
Dsharedsubtree.txt923 if any memory allocations fail, go to the abort phase.
Dproc.txt931 (mode 2 in 'vm.overcommit_memory'),allocations which would
/linux-4.4.14/Documentation/cgroups/
Dcpusets.txt233 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.
Dcgroups.txt555 Called after @cgrp successfully completed all allocations and made
629 post-attachment activity that requires memory allocations or blocking.
Dunified-hierarchy.txt555 conservatively. When hit, it throttles allocations by forcing them
563 In extreme cases, with many concurrent allocations and a complete
Dmemory.txt783 allocations. Monitoring this reclaiming activity might be useful for
/linux-4.4.14/Documentation/driver-model/
Ddevres.txt207 resource allocations already do the job.
/linux-4.4.14/fs/jffs2/
DREADME.Locking15 obtained during space allocations (jffs2_reserve_space()) and freed
/linux-4.4.14/Documentation/video4linux/
Dvideobuf291 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/
D4.Coding276 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/
Davc.c558 avc_cache_stats_incr(allocations); in avc_alloc_node()
Dselinuxfs.c1403 hits, misses, st->allocations, in sel_avc_stats_seq_show()
/linux-4.4.14/arch/m68k/
DKconfig.machine322 on the VM subsystem for higher order allocations.
/linux-4.4.14/Documentation/networking/
Dpacket_mmap.txt367 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
Dswitchdev.txt386 allocations) between the two phases.
Dip-sysctl.txt1219 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/
Dnetworking.xml.db83 API-sk-has-allocations
/linux-4.4.14/fs/befs/
DChangeLog159 * Made inode allocations use a slab cache
/linux-4.4.14/Documentation/filesystems/caching/
Dnetfs-api.txt481 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/
DKconfig.debug457 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/
DWUSB-Design-overview.txt294 among them are the bandwidth allocations that tell each device
/linux-4.4.14/arch/alpha/
DKconfig634 allocations. This equates to about 8GB.
/linux-4.4.14/arch/arm64/
DKconfig591 4M allocations matching the default size used by generic code.
/linux-4.4.14/Documentation/virtual/kvm/
Dmmu.txt26 - reliability: avoid multipage or GFP_ATOMIC allocations
/linux-4.4.14/Documentation/PCI/
Dpci.txt266 [ OS BUG: we don't check resource allocations before enabling those
/linux-4.4.14/arch/powerpc/
DKconfig1029 is used to make consistent memory allocations.
/linux-4.4.14/Documentation/nvdimm/
Dnvdimm.txt682 before 'size'. This enables the kernel to track DPA allocations
/linux-4.4.14/Documentation/devicetree/
Dbooting-without-of.txt413 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/
DCHANGES393 Reduce the number of large buffer allocations in cifs response processing
/linux-4.4.14/arch/arm/
DKconfig120 virtual space with just a few allocations.
/linux-4.4.14/Documentation/block/
Dbiodoc.txt592 deadlock-free allocations during extreme VM load. For example, the VM
/linux-4.4.14/Documentation/security/
Dkeys.txt1229 after all allocations and other potentially failing function calls are
/linux-4.4.14/Documentation/sound/alsa/
DALSA-Configuration.txt608 fake_buffer - Fake buffer allocations (default = 1)