/linux-6.12.1/fs/btrfs/tests/ |
D | free-space-tests.c | 432 ret = test_add_free_space_entry(cache, SZ_128M - SZ_256K, SZ_128K, 0); in test_steal_space_from_bitmap_to_extent() 466 if (!test_check_exists(cache, SZ_128M - SZ_256K, SZ_128K)) { in test_steal_space_from_bitmap_to_extent() 552 ret = btrfs_add_free_space(cache, SZ_128M - SZ_128K, SZ_128K); in test_steal_space_from_bitmap_to_extent() 558 if (!test_check_exists(cache, SZ_128M - SZ_128K, SZ_128K)) { in test_steal_space_from_bitmap_to_extent() 643 ret = test_add_free_space_entry(cache, SZ_128M + SZ_128K, SZ_128K, 0); in test_steal_space_from_bitmap_to_extent() 674 if (!test_check_exists(cache, SZ_128M + SZ_128K, SZ_128K)) { in test_steal_space_from_bitmap_to_extent() 742 ret = btrfs_add_free_space(cache, SZ_128M, SZ_128K); in test_steal_space_from_bitmap_to_extent() 748 if (!test_check_exists(cache, SZ_128M, SZ_128K)) { in test_steal_space_from_bitmap_to_extent()
|
/linux-6.12.1/drivers/gpu/drm/msm/adreno/ |
D | a3xx_catalog.c | 19 .gmem = SZ_128K, 41 .gmem = SZ_128K, 52 .gmem = SZ_128K,
|
D | a5xx_catalog.c | 20 .gmem = (SZ_128K + SZ_8K), 33 .gmem = (SZ_128K + SZ_8K), 51 .gmem = (SZ_128K + SZ_8K),
|
D | a2xx_catalog.c | 31 .gmem = SZ_128K,
|
/linux-6.12.1/rust/kernel/ |
D | sizes.rs | 22 pub const SZ_128K: usize = bindings::SZ_128K as usize; constant
|
/linux-6.12.1/drivers/mtd/spi-nor/ |
D | everspin.c | 26 .size = SZ_128K, 27 .sector_size = SZ_128K,
|
D | micron-st.c | 166 .sector_size = SZ_128K, 176 .sector_size = SZ_128K, 248 .size = SZ_128K, 280 .size = SZ_128K, 313 .size = SZ_128K,
|
/linux-6.12.1/arch/sh/boards/ |
D | board-espt.c | 23 .size = (2 * SZ_128K), 28 .size = (20 * SZ_128K),
|
/linux-6.12.1/arch/arm/kernel/ |
D | vmlinux-xip.lds.S | 102 . = ALIGN(SZ_128K); 195 ASSERT(!(_exiprom & (SZ_128K - 1)), "XIP end address may cause MPU programming issues")
|
/linux-6.12.1/arch/arm/mach-omap1/ |
D | board-sx1.c | 232 .size = SZ_128K, 239 .size = SZ_128K, 246 .size = SZ_2M - 2 * SZ_128K,
|
D | board-osk.c | 80 .size = SZ_128K, 87 .size = SZ_128K,
|
/linux-6.12.1/arch/mips/include/asm/mach-loongson64/ |
D | spaces.h | 10 #define PCI_IOBASE _AC(0xc000000000000000 + SZ_128K, UL)
|
/linux-6.12.1/fs/btrfs/ |
D | compression.h | 34 #define BTRFS_MAX_COMPRESSED (SZ_128K) 39 #define BTRFS_MAX_UNCOMPRESSED (SZ_128K)
|
/linux-6.12.1/drivers/mtd/nand/raw/ |
D | nand_ids.c | 31 SZ_2K, SZ_128, SZ_128K, 0, 8, 64, NAND_ECC_INFO(1, SZ_512), }, 63 SZ_2K, SZ_512, SZ_128K, 0, 5, 128, NAND_ECC_INFO(8, SZ_512) },
|
/linux-6.12.1/tools/include/linux/ |
D | sizes.h | 28 #define SZ_128K 0x00020000 macro
|
/linux-6.12.1/sound/soc/intel/avs/ |
D | cldma.h | 13 #define AVS_CL_DEFAULT_BUFFER_SIZE SZ_128K
|
/linux-6.12.1/arch/arm/mach-davinci/ |
D | common.h | 65 #define SRAM_SIZE SZ_128K
|
/linux-6.12.1/arch/powerpc/include/asm/ |
D | rtas-work-area.h | 25 RTAS_WORK_AREA_MAX_ALLOC_SZ = SZ_128K,
|
D | fixmap.h | 49 FIX_EARLY_DEBUG_BASE = FIX_EARLY_DEBUG_TOP+(ALIGN(SZ_128K, PAGE_SIZE)/PAGE_SIZE)-1,
|
/linux-6.12.1/arch/loongarch/kernel/ |
D | alternative.c | 119 BUG_ON(offset < -SZ_128K || offset >= SZ_128K); in recompute_jump()
|
D | inst.c | 330 if ((imm & 3) || imm < -SZ_128K || imm >= SZ_128K) { in larch_insn_gen_jirl()
|
/linux-6.12.1/include/linux/ |
D | sizes.h | 28 #define SZ_128K 0x00020000 macro
|
/linux-6.12.1/drivers/gpu/drm/i915/gem/ |
D | i915_gem_stolen.h | 39 #define I915_GEM_STOLEN_BIAS SZ_128K
|
/linux-6.12.1/kernel/dma/ |
D | pool.c | 196 unsigned long pages = totalram_pages() / (SZ_1G / SZ_128K); in dma_atomic_pool_init() 198 atomic_pool_size = max_t(size_t, pages << PAGE_SHIFT, SZ_128K); in dma_atomic_pool_init()
|
/linux-6.12.1/arch/powerpc/mm/kasan/ |
D | book3s_32.c | 24 if (k_size < SZ_128K) in kasan_init_region()
|