Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arc/mm/
H A 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()
/OK3568_Linux_fs/kernel/drivers/mmc/core/
H A Dmmc_test.c2013 unsigned int tot_sz, int max_scatter) in mmc_test_seq_perf() argument
2039 if (tot_sz > dev_addr << 9) in mmc_test_seq_perf()
2040 tot_sz = dev_addr << 9; in mmc_test_seq_perf()
2041 cnt = tot_sz / sz; in mmc_test_seq_perf()