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

/linux-master/arch/arc/mm/
H A Dcache.c789 unsigned int tot_sz; local
796 tot_sz = kend - kstart;
797 if (tot_sz > PAGE_SIZE) {
819 * (2) Despite @tot_sz being < PAGE_SIZE (bigger cases handled already),
823 while (tot_sz > 0) {
830 sz = min_t(unsigned int, tot_sz, PAGE_SIZE - off);
833 tot_sz -= sz;
/linux-master/drivers/mmc/core/
H A Dmmc_test.c2006 unsigned int tot_sz, int max_scatter)
2032 if (tot_sz > dev_addr << 9)
2033 tot_sz = dev_addr << 9;
2034 cnt = tot_sz / sz;
2005 mmc_test_seq_perf(struct mmc_test_card *test, int write, unsigned int tot_sz, int max_scatter) argument

Completed in 138 milliseconds