Home
last modified time | relevance | path

Searched refs:allocators (Results 1 – 17 of 17) sorted by relevance

/linux-6.1.9/Documentation/core-api/
Dgenalloc.rst10 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.
Dmemory-allocation.rst11 `alloc_pages`. It is also possible to use more specialized allocators,
32 The GFP flags control the allocators behavior. They tell what memory
Ddma-api-howto.rst120 (i.e. __get_free_page*()) or the generic memory allocators
/linux-6.1.9/Documentation/filesystems/ext4/
Doverview.rst22 .. include:: allocators.rst
Dallocators.rst50 group, the allocators simply move on to the next block group. Allegedly
/linux-6.1.9/drivers/media/test-drivers/vivid/
Dvivid-core.c166 static unsigned int allocators[VIVID_MAX_DEVS] = { [0 ... (VIVID_MAX_DEVS - 1)] = 0 }; variable
167 module_param_array(allocators, uint, NULL, 0444);
168 MODULE_PARM_DESC(allocators, " memory allocator selection, default is 0.\n"
909 if (allocators[dev->inst] != 1) in vivid_create_queue()
914 q->mem_ops = allocators[dev->inst] == 1 ? &vb2_dma_contig_memops : in vivid_create_queue()
1923 if (allocators[inst] == 1) in vivid_create_instance()
/linux-6.1.9/Documentation/sh/
Dnew-machine.rst154 - Consistent allocators (for boards that need special allocators,
/linux-6.1.9/Documentation/admin-guide/mm/
Dpagemap.rst110 the SLUB etc. memory allocators and various device drivers.
/linux-6.1.9/drivers/media/platform/amphion/
Dvpu_v4l2.c380 struct device *allocators[]) in vpu_vb2_queue_setup() argument
/linux-6.1.9/Documentation/dev-tools/
Dkasan.rst75 For slab, both software KASAN modes support SLUB and SLAB allocators, while
432 in memory allocators), these accesses are valid.
Dkfence.rst302 The following describes the functions which are used by allocators as well as
/linux-6.1.9/Documentation/mm/
Dhmm.rst20 related to using device specific memory allocators. In the second section, I
/linux-6.1.9/Documentation/driver-api/dmaengine/
Dprovider.rst111 structure. Any of the usual memory allocators will do, but you'll also
/linux-6.1.9/mm/
DKconfig123 read the description of each of the allocators below before
/linux-6.1.9/Documentation/process/
Dcoding-style.rst919 The kernel provides the following general purpose memory allocators:
/linux-6.1.9/Documentation/admin-guide/media/
Dvivid.rst288 - allocators:
/linux-6.1.9/
DCREDITS1108 D: Slab allocators
2210 D: NUMA support, Slab allocators, Page migration