Home
last modified time | relevance | path

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

/arch/avr32/kernel/
Dsetup.c75 static struct resource __initdata res_cache[32]; variable
126 if (res_cache_next_free >= ARRAY_SIZE(res_cache)) { in add_physical_memory()
133 new = &res_cache[res_cache_next_free++]; in add_physical_memory()
151 if (res_cache_next_free >= ARRAY_SIZE(res_cache)) in add_reserved_region()
162 new = &res_cache[res_cache_next_free++]; in add_reserved_region()