tot_sz            940 arch/arc/mm/cache.c 	unsigned int tot_sz;
tot_sz            947 arch/arc/mm/cache.c 	tot_sz = kend - kstart;
tot_sz            948 arch/arc/mm/cache.c 	if (tot_sz > PAGE_SIZE) {
tot_sz            974 arch/arc/mm/cache.c 	while (tot_sz > 0) {
tot_sz            981 arch/arc/mm/cache.c 		sz = min_t(unsigned int, tot_sz, PAGE_SIZE - off);
tot_sz            984 arch/arc/mm/cache.c 		tot_sz -= sz;
tot_sz           1985 drivers/mmc/core/mmc_test.c 			     unsigned int tot_sz, int max_scatter)
tot_sz           2011 drivers/mmc/core/mmc_test.c 	if (tot_sz > dev_addr << 9)
tot_sz           2012 drivers/mmc/core/mmc_test.c 		tot_sz = dev_addr << 9;
tot_sz           2013 drivers/mmc/core/mmc_test.c 	cnt = tot_sz / sz;