/linux/include/linux/ |
A D | ioasid.h | 41 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 D | xdp.h | 330 __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 D | xdp.c | 89 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 D | memory-allocation.rst | 10 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 D | genalloc.rst | 6 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 D | boot-time-mm.rst | 8 physical page allocator. 10 A specialized allocator called ``memblock`` performs the
|
A D | gfp_mask-from-fs-io.rst | 21 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 D | page_pool.rst | 7 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 D | zstd_ddict.c | 169 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 D | sysfs-fs-ext4 | 5 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 D | sysfs-class-thermal | 122 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 D | events-kmem.rst | 55 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 D | Kconfig | 10 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 D | Kconfig | 219 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 D | power_allocator.rst | 2 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 D | allocators.rst | 18 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 D | perf-kmem.txt | 61 Analyze SLAB allocator events. 64 Analyze page allocator events
|
/linux/include/net/ |
A D | xdp_priv.h | 11 void *allocator; member
|
/linux/Documentation/devicetree/bindings/reserved-memory/ |
A D | shared-dma-pool.yaml | 51 the default pool of the contiguous memory allocator. 57 the default pool of the consistent DMA allocator.
|
/linux/drivers/media/mc/ |
A D | Makefile | 7 mc-objs += mc-dev-allocator.o
|
/linux/drivers/bus/fsl-mc/ |
A D | built-in.a | 10 fsl-mc-allocator.o/
|
A D | Makefile | 16 fsl-mc-allocator.o \
|
/linux/Documentation/vm/ |
A D | zsmalloc.rst | 7 This allocator is designed for use with zram. Thus, the allocator is
|
/linux/Documentation/features/io/dma-contiguous/ |
A D | arch-support.txt | 4 # description: arch supports the DMA CMA (continuous memory allocator)
|
/linux/drivers/dma-buf/heaps/ |
A D | Kconfig | 6 is backed by pages from the buddy allocator. If in doubt, say Y.
|