Searched refs:lsize (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/arch/mips/lib/ |
| H A D | cache.c | 93 #define cache_loop(start, end, lsize, ops...) do { \ argument 94 const void *addr = (const void *)(start & ~(lsize - 1)); \ 95 const void *aend = (const void *)((end - 1) & ~(lsize - 1)); \ 99 for (; addr <= aend; addr += lsize) { \ 136 unsigned long lsize = dcache_line_size(); in flush_dcache_range() local 143 cache_loop(start_addr, stop, lsize, HIT_WRITEBACK_INV_D); in flush_dcache_range() 152 unsigned long lsize = dcache_line_size(); in invalidate_dcache_range() local 163 cache_loop(start_addr, stop, lsize, HIT_INVALIDATE_D); in invalidate_dcache_range()
|
| /rk3399_rockchip-uboot/fs/zfs/ |
| H A D | zfs.c | 563 size_t lsize, psize; in zio_read() local 571 lsize = (BP_IS_HOLE(bp) ? 0 : in zio_read() 577 *size = lsize; in zio_read() 594 compbuf = *buf = malloc(lsize); in zio_read() 605 *buf = malloc(lsize); in zio_read() 611 err = decomp_table[comp].decomp_func(compbuf, *buf, psize, lsize); in zio_read()
|