Searched refs:tot_sz (Results 1 – 2 of 2) sorted by relevance
533 unsigned int tot_sz; in flush_icache_range() local540 tot_sz = kend - kstart; in flush_icache_range()541 if (tot_sz > PAGE_SIZE) { in flush_icache_range()567 while (tot_sz > 0) { in flush_icache_range()574 sz = min_t(unsigned int, tot_sz, PAGE_SIZE - off); in flush_icache_range()577 tot_sz -= sz; in flush_icache_range()
2011 unsigned int tot_sz, int max_scatter) in mmc_test_seq_perf() argument2037 if (tot_sz > dev_addr << 9) in mmc_test_seq_perf()2038 tot_sz = dev_addr << 9; in mmc_test_seq_perf()2039 cnt = tot_sz / sz; in mmc_test_seq_perf()