Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/
Dresource.c60 static struct resource *bootmem_resource_free; variable
180 res->sibling = bootmem_resource_free; in free_resource()
181 bootmem_resource_free = res; in free_resource()
193 if (bootmem_resource_free) { in alloc_resource()
194 res = bootmem_resource_free; in alloc_resource()
195 bootmem_resource_free = res->sibling; in alloc_resource()