Searched refs:tot_sz (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/arch/arc/mm/ |
H A D | cache.c | 831 unsigned int tot_sz; in flush_icache_range() local 838 tot_sz = kend - kstart; in flush_icache_range() 839 if (tot_sz > PAGE_SIZE) { in flush_icache_range() 861 * (2) Despite @tot_sz being < PAGE_SIZE (bigger cases handled already), in flush_icache_range() 865 while (tot_sz > 0) { in flush_icache_range() 872 sz = min_t(unsigned int, tot_sz, PAGE_SIZE - off); in flush_icache_range() 875 tot_sz -= sz; in flush_icache_range()
|
/kernel/linux/linux-5.10/arch/arc/mm/ |
H A D | cache.c | 940 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() 970 * (2) Despite @tot_sz being < PAGE_SIZE (bigger cases handled already), 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()
|
/kernel/linux/linux-5.10/drivers/mmc/core/ |
H A D | mmc_test.c | 2013 unsigned int tot_sz, int max_scatter) in mmc_test_seq_perf() 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() 2012 mmc_test_seq_perf(struct mmc_test_card *test, int write, unsigned int tot_sz, int max_scatter) mmc_test_seq_perf() argument
|
/kernel/linux/linux-6.6/drivers/mmc/core/ |
H A D | mmc_test.c | 1993 unsigned int tot_sz, int max_scatter) in mmc_test_seq_perf() 2019 if (tot_sz > dev_addr << 9) in mmc_test_seq_perf() 2020 tot_sz = dev_addr << 9; in mmc_test_seq_perf() 2021 cnt = tot_sz / sz; in mmc_test_seq_perf() 1992 mmc_test_seq_perf(struct mmc_test_card *test, int write, unsigned int tot_sz, int max_scatter) mmc_test_seq_perf() argument
|
Completed in 11 milliseconds