Home
last modified time | relevance | path

Searched refs:allocator (Results 1 – 25 of 107) sorted by relevance

12345

/Linux-v5.15/include/linux/
Dioasid.h41 int ioasid_register_allocator(struct ioasid_allocator_ops *allocator);
42 void ioasid_unregister_allocator(struct ioasid_allocator_ops *allocator);
67 static inline int ioasid_register_allocator(struct ioasid_allocator_ops *allocator) in ioasid_register_allocator() argument
72 static inline void ioasid_unregister_allocator(struct ioasid_allocator_ops *allocator) in ioasid_unregister_allocator() argument
/Linux-v5.15/include/trace/events/
Dxdp.h330 __field(const void *, allocator)
337 __entry->allocator = xa->allocator;
343 __entry->allocator
358 __field(const void *, allocator)
367 __entry->allocator = xa->allocator;
376 __entry->allocator,
/Linux-v5.15/net/core/
Dxdp.c89 static void mem_allocator_disconnect(void *allocator) in mem_allocator_disconnect() argument
101 if (xa->allocator == allocator) in mem_allocator_disconnect()
265 enum xdp_mem_type type, void *allocator) in xdp_rxq_info_reg_mem_model() argument
282 if (!allocator) { in xdp_rxq_info_reg_mem_model()
311 xdp_alloc->allocator = allocator; in xdp_rxq_info_reg_mem_model()
323 page_pool_use_xdp_mem(allocator, mem_allocator_disconnect); in xdp_rxq_info_reg_mem_model()
/Linux-v5.15/Documentation/core-api/
Dmemory-allocation.rst10 or you can directly request pages from the page allocator with
33 zones can be used, how hard the allocator should try to find free
90 useful to understand how hard the page allocator will try to satisfy that
112 **default** page allocator behavior is used. That means that not costly
117 * ``GFP_KERNEL | __GFP_NORETRY`` - overrides the default allocator behavior
122 * ``GFP_KERNEL | __GFP_RETRY_MAYFAIL`` - overrides the default allocator
127 * ``GFP_KERNEL | __GFP_NOFAIL`` - overrides the default allocator behavior
131 Selecting memory allocator
155 request pages from the page allocator. The memory allocated by `vmalloc`
167 cache allocator. The cache should be set up with kmem_cache_create() or
Dgenalloc.rst6 implement a new allocator for a specific range of special-purpose memory;
8 driver for that device can certainly write a little allocator to get the
17 Code using this allocator should include <linux/genalloc.h>. The action
28 those used by the page allocator, but it refers to bytes rather than pages.
104 - gen_pool_first_fit is a simple first-fit allocator; this is the default
113 - gen_pool_best_fit, as one would expect, is a simple best-fit allocator.
Dboot-time-mm.rst8 physical page allocator.
10 A specialized allocator called ``memblock`` performs the
Dgfp_mask-from-fs-io.rst21 the gfp mask when calling an allocator. GFP_NOFS respectively GFP_NOIO can be
59 GFP_KERNEL allocations deep inside the allocator which are quite non-trivial
/Linux-v5.15/drivers/staging/android/
DKconfig10 The ashmem subsystem is a new shared memory allocator, similar to
14 It is, in theory, a good memory allocator for low-memory devices,
/Linux-v5.15/Documentation/networking/
Dpage_pool.rst7 The page_pool allocator is optimized for the XDP mode that uses one frame
8 per-page, but it can fallback on the regular page allocator APIs.
79 the allocator owns the page and will try to recycle it in one of the pool
93 * page_pool_dev_alloc_pages(): Get a page from the page allocator or page_pool
102 page_pool_put_page_bulk() will release leftover pages to the page allocator.
/Linux-v5.15/Documentation/ABI/testing/
Dsysfs-fs-ext45 Controls whether the multiblock allocator should
14 The multiblock allocator will round up allocation
22 The maximum number of extents the multiblock allocator
29 The minimum number of extents the multiblock allocator
88 inode used by the inode allocator in preference to
/Linux-v5.15/Documentation/trace/
Devents-kmem.rst55 a simple indicator of page allocator activity. Pages may be allocated from
56 the per-CPU allocator (high performance) or the buddy allocator.
58 If pages are allocated directly from the buddy allocator, the
81 In front of the page allocator is a per-cpu page allocator. It exists only
/Linux-v5.15/mm/
DKconfig216 reliably. The page allocator relies on compaction heavily and
230 free pages from the buddy allocator for the purpose of reporting
351 allocator for chunks in 2^N*PAGE_SIZE amounts - which is frequently
353 the excess and return it to the allocator.
356 system allocator, which can cause extra fragmentation, particularly
425 # UP and nommu archs use km based percpu allocator
616 prompt "Compressed cache for swap pages default allocator"
620 Selects the default allocator for the compressed cache for
633 Use the zbud allocator as the default allocator.
639 Use the z3fold allocator as the default allocator.
[all …]
/Linux-v5.15/Documentation/driver-api/thermal/
Dpower_allocator.rst2 Power allocator governor tunables
22 The power allocator governor implements a
103 The implementation of the PID controller in the power allocator
202 allocator governor to calculate how much power to give to each cooling
240 a given power set by the power allocator governor to a state that the
263 Limitations of the power allocator governor
266 The power allocator governor's PID controller works best if there is a
/Linux-v5.15/include/net/
Dxdp_priv.h11 void *allocator; member
/Linux-v5.15/tools/perf/Documentation/
Dperf-kmem.txt58 Analyze SLAB allocator events.
61 Analyze page allocator events
/Linux-v5.15/drivers/media/mc/
DMakefile7 mc-objs += mc-dev-allocator.o
/Linux-v5.15/Documentation/filesystems/ext4/
Dallocators.rst18 allocator. When a file is first created, the block allocator
46 directory is created in the root directory, the inode allocator scans
Doverview.rst7 performance difficulties due to fragmentation, the block allocator tries
/Linux-v5.15/drivers/bus/fsl-mc/
DMakefile16 fsl-mc-allocator.o \
/Linux-v5.15/Documentation/features/io/dma-contiguous/
Darch-support.txt4 # description: arch supports the DMA CMA (continuous memory allocator)
/Linux-v5.15/drivers/dma-buf/heaps/
DKconfig6 is backed by pages from the buddy allocator. If in doubt, say Y.
/Linux-v5.15/Documentation/vm/
Dzsmalloc.rst7 This allocator is designed for use with zram. Thus, the allocator is
Dpage_owner.rst35 the page allocator hotpath and if not enabled, then allocation is done
60 is initialized some time later than that page allocator starts in sparse
/Linux-v5.15/Documentation/gpu/rfc/
Di915_gem_lmem.rst20 * Move i915 buddy allocator over to TTM
/Linux-v5.15/security/
DKconfig.hardening208 When "init_on_alloc" is enabled, all page allocator and slab
209 allocator memory will be zeroed when allocated, eliminating
221 all page allocator and slab allocator memory will be zeroed

12345