Home
last modified time | relevance | path

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

/linux-4.4.14/arch/avr32/kernel/
Dsetup.c76 static unsigned int __initdata res_cache_next_free; 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()