Home
last modified time | relevance | path

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

/arch/cris/arch-v32/mm/
Dintmem.c29 static struct list_head intmem_allocations; variable
38 INIT_LIST_HEAD(&intmem_allocations); in crisv32_intmem_init()
45 list_add_tail(&alloc->entry, &intmem_allocations); in crisv32_intmem_init()
58 list_for_each_entry_safe(allocation, tmp, &intmem_allocations, entry) { in crisv32_intmem_alloc()
105 list_for_each_entry_safe(allocation, tmp, &intmem_allocations, entry) { in crisv32_intmem_free()
116 if ((prev != &intmem_allocations) && in crisv32_intmem_free()
123 if ((next != &intmem_allocations) && in crisv32_intmem_free()