Home
last modified time | relevance | path

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

/arch/arc/mm/
Dcache.c940 unsigned int tot_sz; in flush_icache_range() local
947 tot_sz = kend - kstart; in flush_icache_range()
948 if (tot_sz > PAGE_SIZE) { in flush_icache_range()
974 while (tot_sz > 0) { in flush_icache_range()
981 sz = min_t(unsigned int, tot_sz, PAGE_SIZE - off); in flush_icache_range()
984 tot_sz -= sz; in flush_icache_range()