Searched refs:allocation (Results 1 – 9 of 9) sorted by relevance
51 struct intmem_allocation* allocation; in crisv32_intmem_alloc() local58 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 …]
3 2. Need to figure out RRB allocation in bridge_startup().
49 allocation behaviour.
123 bool "Enable module allocation with kmalloc"125 Enable module allocation with kmalloc instead of vmalloc.
121 allocation behaviour.
22 for memory allocation on P1/P2 QorIQ platforms.
287 NUMA memory allocation is required for TILE processors
438 with small impact affecting only ITS table allocation.
323 bool "DMA memory allocation support" if EXPERT326 DMA memory allocation support allows devices with less than 32-bit