Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/core-api/
H A 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.
H A 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
H A Ddma-api-howto.rst120 (i.e. __get_free_page*()) or the generic memory allocators
/openbmc/libmctp/
H A Dmeson.options25 description: 'Use fixed application-provided allocators',
/openbmc/linux/Documentation/filesystems/ext4/
H A Doverview.rst22 .. include:: allocators.rst
H A Dallocators.rst50 group, the allocators simply move on to the next block group. Allegedly
/openbmc/linux/drivers/media/test-drivers/vivid/
H A 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"
879 if (allocators[dev->inst] != 1) in vivid_create_queue()
884 q->mem_ops = allocators[dev->inst] == 1 ? &vb2_dma_contig_memops : in vivid_create_queue()
1886 if (allocators[inst] == 1) in vivid_create_instance()
/openbmc/linux/Documentation/arch/sh/
H A Dnew-machine.rst154 - Consistent allocators (for boards that need special allocators,
/openbmc/linux/Documentation/admin-guide/mm/
H A Dpagemap.rst107 the SLUB etc. memory allocators and various device drivers.
/openbmc/linux/Documentation/dev-tools/
H A Dkasan.rst75 For slab, both software KASAN modes support SLUB and SLAB allocators, while
452 in memory allocators), these accesses are valid.
H A Dkfence.rst302 The following describes the functions which are used by allocators as well as
/openbmc/linux/drivers/media/platform/amphion/
H A Dvpu_v4l2.c466 struct device *allocators[]) in vpu_vb2_queue_setup() argument
/openbmc/u-boot/lib/lzma/
H A Dlzma.txt454 Lzma Encoder can use two memory allocators:
/openbmc/linux/Documentation/mm/
H A Dhmm.rst18 related to using device specific memory allocators. In the second section, I
/openbmc/linux/Documentation/driver-api/dmaengine/
H A Dprovider.rst111 structure. Any of the usual memory allocators will do, but you'll also
/openbmc/linux/mm/
H A DKconfig138 read the description of each of the allocators below before
/openbmc/linux/Documentation/process/
H A Dcoding-style.rst919 The kernel provides the following general purpose memory allocators:
/openbmc/linux/Documentation/admin-guide/media/
H A Dvivid.rst288 - allocators:
/openbmc/linux/
H A DCREDITS1117 D: Slab allocators
2235 D: NUMA support, Slab allocators, Page migration
H A Dopengrok0.0.log[all...]