Home
last modified time | relevance | path

Searched refs:allocation (Results 1 – 9 of 9) sorted by relevance

/arch/cris/arch-v32/mm/
Dintmem.c51 struct intmem_allocation* allocation; in crisv32_intmem_alloc() local
58 list_for_each_entry_safe(allocation, tmp, &intmem_allocations, entry) { in crisv32_intmem_alloc()
59 int alignment = allocation->offset % align; in crisv32_intmem_alloc()
62 if (allocation->status == STATUS_FREE && in crisv32_intmem_alloc()
63 allocation->size >= size + alignment) { in crisv32_intmem_alloc()
64 if (allocation->size > size + alignment) { in crisv32_intmem_alloc()
68 alloc->size = allocation->size - size - in crisv32_intmem_alloc()
70 alloc->offset = allocation->offset + size + in crisv32_intmem_alloc()
72 list_add(&alloc->entry, &allocation->entry); in crisv32_intmem_alloc()
77 tmp->offset = allocation->offset; in crisv32_intmem_alloc()
[all …]
/arch/mips/sgi-ip27/
DTODO3 2. Need to figure out RRB allocation in bridge_startup().
/arch/metag/mm/
DKconfig49 allocation behaviour.
/arch/cris/
DKconfig123 bool "Enable module allocation with kmalloc"
125 Enable module allocation with kmalloc instead of vmalloc.
/arch/sh/mm/
DKconfig121 allocation behaviour.
/arch/powerpc/platforms/85xx/
DKconfig22 for memory allocation on P1/P2 QorIQ platforms.
/arch/tile/
DKconfig287 NUMA memory allocation is required for TILE processors
/arch/arm64/
DKconfig438 with small impact affecting only ITS table allocation.
/arch/x86/
DKconfig323 bool "DMA memory allocation support" if EXPERT
326 DMA memory allocation support allows devices with less than 32-bit