Searched refs:allocators (Results 1 – 14 of 14) sorted by relevance
/Linux-v5.4/Documentation/core-api/ |
D | genalloc.rst | 10 tested allocators. Back in 2005, Jes Sorensen lifted one of those 11 allocators from the sym53c8xx_2 driver and posted_ it as a generic module 12 for the creation of ad hoc memory allocators. This code was merged 123 writing of special-purpose memory allocators in the future.
|
D | memory-allocation.rst | 11 `alloc_pages`. It is also possible to use more specialized allocators, 32 The GFP flags control the allocators behavior. They tell what memory
|
/Linux-v5.4/Documentation/filesystems/ext4/ |
D | overview.rst | 22 .. include:: allocators.rst
|
D | allocators.rst | 50 group, the allocators simply move on to the next block group. Allegedly
|
/Linux-v5.4/Documentation/sh/ |
D | new-machine.txt | 150 - Consistent allocators (for boards that need special allocators,
|
/Linux-v5.4/drivers/media/platform/vivid/ |
D | vivid-core.c | 143 static unsigned int allocators[VIVID_MAX_DEVS] = { [0 ... (VIVID_MAX_DEVS - 1)] = 0 }; variable 144 module_param_array(allocators, uint, NULL, 0444); 145 MODULE_PARM_DESC(allocators, " memory allocator selection, default is 0.\n" 666 unsigned int allocator = allocators[inst]; in vivid_create_instance()
|
/Linux-v5.4/Documentation/admin-guide/mm/ |
D | pagemap.rst | 107 the SLUB etc. memory allocators and various device drivers.
|
/Linux-v5.4/Documentation/dev-tools/ |
D | kasan.rst | 41 Both KASAN modes work with both SLUB and SLAB memory allocators.
|
/Linux-v5.4/Documentation/vm/ |
D | hmm.rst | 20 related to using device specific memory allocators. In the second section, I
|
/Linux-v5.4/Documentation/driver-api/dmaengine/ |
D | provider.rst | 111 structure. Any of the usual memory allocators will do, but you'll also
|
/Linux-v5.4/Documentation/ |
D | DMA-API-HOWTO.txt | 120 (i.e. __get_free_page*()) or the generic memory allocators
|
/Linux-v5.4/Documentation/process/ |
D | coding-style.rst | 843 The kernel provides the following general purpose memory allocators:
|
/Linux-v5.4/Documentation/media/v4l-drivers/ |
D | vivid.rst | 268 - allocators:
|
/Linux-v5.4/ |
D | CREDITS | 1063 D: Slab allocators 2135 D: NUMA support, Slab allocators, Page migration
|