Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arc/mm/
Dcache.c712 unsigned int tot_sz; in flush_icache_range() local
719 tot_sz = kend - kstart; in flush_icache_range()
720 if (tot_sz > PAGE_SIZE) { in flush_icache_range()
746 while (tot_sz > 0) { in flush_icache_range()
753 sz = min_t(unsigned int, tot_sz, PAGE_SIZE - off); in flush_icache_range()
756 tot_sz -= sz; in flush_icache_range()
/linux-4.4.14/drivers/mmc/card/
Dmmc_test.c1939 unsigned int tot_sz, int max_scatter) in mmc_test_seq_perf() argument
1965 if (tot_sz > dev_addr << 9) in mmc_test_seq_perf()
1966 tot_sz = dev_addr << 9; in mmc_test_seq_perf()
1967 cnt = tot_sz / sz; in mmc_test_seq_perf()