Home
last modified time | relevance | path

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

12345

/linux/include/linux/
A 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/include/trace/events/
A 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/net/core/
A Dxdp.c89 static void mem_allocator_disconnect(void *allocator) in mem_allocator_disconnect() argument
101 if (xa->allocator == allocator) in mem_allocator_disconnect()
263 enum xdp_mem_type type, void *allocator) in xdp_rxq_info_reg_mem_model() argument
280 if (!allocator) { in xdp_rxq_info_reg_mem_model()
309 xdp_alloc->allocator = allocator; in xdp_rxq_info_reg_mem_model()
321 page_pool_use_xdp_mem(allocator, mem_allocator_disconnect); in xdp_rxq_info_reg_mem_model()
/linux/Documentation/core-api/
A 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
A 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.
A Dboot-time-mm.rst8 physical page allocator.
10 A specialized allocator called ``memblock`` performs the
A 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/Documentation/networking/
A 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/lib/zstd/decompress/
A Dzstd_ddict.c169 ZSTD_customMem const allocator = { NULL, NULL, NULL }; in ZSTD_createDDict() local
170 return ZSTD_createDDict_advanced(dict, dictSize, ZSTD_dlm_byCopy, ZSTD_dct_auto, allocator); in ZSTD_createDDict()
179 ZSTD_customMem const allocator = { NULL, NULL, NULL }; in ZSTD_createDDict_byReference() local
180 … return ZSTD_createDDict_advanced(dictBuffer, dictSize, ZSTD_dlm_byRef, ZSTD_dct_auto, allocator); in ZSTD_createDDict_byReference()
/linux/Documentation/ABI/testing/
A 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
A Dsysfs-class-thermal122 The derivative term of the power allocator governor's PID
130 The integral term of the power allocator governor's PID
139 The proportional term of the power allocator governor's PID
149 The proportional term of the power allocator governor's PID
160 above which the integral term of the power allocator
192 the thermal zone. Used by the power allocator governor. For
/linux/Documentation/trace/
A 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/drivers/staging/android/
A 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/mm/
A DKconfig219 reliably. The page allocator relies on compaction heavily and
356 the excess and return it to the allocator.
428 # UP and nommu archs use km based percpu allocator
619 prompt "Compressed cache for swap pages default allocator"
623 Selects the default allocator for the compressed cache for
636 Use the zbud allocator as the default allocator.
642 Use the z3fold allocator as the default allocator.
648 Use the zsmalloc allocator as the default allocator.
679 A special purpose allocator for storing compressed pages.
689 A special purpose allocator for storing compressed pages.
[all …]
/linux/Documentation/driver-api/thermal/
A 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/Documentation/filesystems/ext4/
A Dallocators.rst18 allocator. When a file is first created, the block allocator
46 directory is created in the root directory, the inode allocator scans
/linux/tools/perf/Documentation/
A Dperf-kmem.txt61 Analyze SLAB allocator events.
64 Analyze page allocator events
/linux/include/net/
A Dxdp_priv.h11 void *allocator; member
/linux/Documentation/devicetree/bindings/reserved-memory/
A Dshared-dma-pool.yaml51 the default pool of the contiguous memory allocator.
57 the default pool of the consistent DMA allocator.
/linux/drivers/media/mc/
A DMakefile7 mc-objs += mc-dev-allocator.o
/linux/drivers/bus/fsl-mc/
A Dbuilt-in.a10 fsl-mc-allocator.o/
A DMakefile16 fsl-mc-allocator.o \
/linux/Documentation/vm/
A Dzsmalloc.rst7 This allocator is designed for use with zram. Thus, the allocator is
/linux/Documentation/features/io/dma-contiguous/
A Darch-support.txt4 # description: arch supports the DMA CMA (continuous memory allocator)
/linux/drivers/dma-buf/heaps/
A DKconfig6 is backed by pages from the buddy allocator. If in doubt, say Y.

Completed in 28 milliseconds

12345