Searched refs:bootmem_resource_free (Results 1 – 3 of 3) sorted by relevance
64 static struct resource *bootmem_resource_free; variable168 res->sibling = bootmem_resource_free; in free_resource()169 bootmem_resource_free = res; in free_resource()181 if (bootmem_resource_free) { in alloc_resource()182 res = bootmem_resource_free; in alloc_resource()183 bootmem_resource_free = res->sibling; in alloc_resource()
160390 ffff8000120eecd0 b bootmem_resource_free
Completed in 331 milliseconds