Searched refs:bootmem_resource_free (Results 1 – 1 of 1) sorted by relevance
61 static struct resource *bootmem_resource_free; variable157 res->sibling = bootmem_resource_free; in free_resource()158 bootmem_resource_free = res; in free_resource()170 if (bootmem_resource_free) { in alloc_resource()171 res = bootmem_resource_free; in alloc_resource()172 bootmem_resource_free = res->sibling; in alloc_resource()