Home
last modified time | relevance | path

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

/arch/sparc/kernel/
A Dadi_64.c256 unsigned long tmp_addr; in alloc_tag_store() local
259 tmp_addr = end_addr - (size*2*adi_blksize()) + 1; in alloc_tag_store()
263 if (tmp_addr > addr) { in alloc_tag_store()
265 tmp_addr = end_addr - (size*2*adi_blksize()) - 1; in alloc_tag_store()
270 if (tmp_addr > addr) in alloc_tag_store()
271 tmp_addr = 0; in alloc_tag_store()
273 if (tmp_addr < hole_start) { in alloc_tag_store()
277 tmp_addr = hole_start + 1; in alloc_tag_store()
279 addr = tmp_addr; in alloc_tag_store()

Completed in 8 milliseconds