Home
last modified time | relevance | path

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

/arch/arc/mm/
Dcache.c740 unsigned int tot_sz; in flush_icache_range() local
747 tot_sz = kend - kstart; in flush_icache_range()
748 if (tot_sz > PAGE_SIZE) { in flush_icache_range()
774 while (tot_sz > 0) { in flush_icache_range()
781 sz = min_t(unsigned int, tot_sz, PAGE_SIZE - off); in flush_icache_range()
784 tot_sz -= sz; in flush_icache_range()