Home
last modified time | relevance | path

Searched refs:SZ_128K (Results 1 – 9 of 9) sorted by relevance

/linux-4.19.296/fs/btrfs/tests/
Dfree-space-tests.c433 ret = test_add_free_space_entry(cache, SZ_128M - SZ_256K, SZ_128K, 0); in test_steal_space_from_bitmap_to_extent()
467 if (!test_check_exists(cache, SZ_128M - SZ_256K, SZ_128K)) { in test_steal_space_from_bitmap_to_extent()
553 ret = btrfs_add_free_space(cache, SZ_128M - SZ_128K, SZ_128K); in test_steal_space_from_bitmap_to_extent()
559 if (!test_check_exists(cache, SZ_128M - SZ_128K, SZ_128K)) { in test_steal_space_from_bitmap_to_extent()
644 ret = test_add_free_space_entry(cache, SZ_128M + SZ_128K, SZ_128K, 0); in test_steal_space_from_bitmap_to_extent()
675 if (!test_check_exists(cache, SZ_128M + SZ_128K, SZ_128K)) { in test_steal_space_from_bitmap_to_extent()
743 ret = btrfs_add_free_space(cache, SZ_128M, SZ_128K); in test_steal_space_from_bitmap_to_extent()
749 if (!test_check_exists(cache, SZ_128M, SZ_128K)) { in test_steal_space_from_bitmap_to_extent()
/linux-4.19.296/fs/btrfs/
Dcompression.h22 #define BTRFS_MAX_COMPRESSED (SZ_128K)
24 #define BTRFS_MAX_UNCOMPRESSED (SZ_128K)
Dioctl.c1165 (em->block_len > SZ_128K && next->block_len > SZ_128K)) in defrag_check_next_extent()
1416 u64 new_align = ~((u64)SZ_128K - 1); in btrfs_defrag_file()
/linux-4.19.296/include/linux/
Dsizes.h31 #define SZ_128K 0x00020000 macro
/linux-4.19.296/drivers/irqchip/
Dirq-gic.c1320 alt = ioremap(cpuif_res.start, SZ_128K); in gic_check_eoimode()
1325 cpuif_res.end = cpuif_res.start + SZ_128K -1; in gic_check_eoimode()
1329 if (resource_size(&cpuif_res) == SZ_128K) { in gic_check_eoimode()
Dirq-gic-v3-its.c182 #define gic_data_rdist_vlpi_base() (gic_data_rdist_rd_base() + SZ_128K)
3172 its->vlpi_redist_offset = SZ_128K; in its_enable_quirk_hip07_161600802()
3693 #define ACPI_GICV3_ITS_MEM_SIZE (SZ_128K)
/linux-4.19.296/drivers/misc/mei/
Dhw-me.c1396 .dma_size[DMA_DSCR_HOST] = SZ_128K, \
1397 .dma_size[DMA_DSCR_DEVICE] = SZ_128K, \
/linux-4.19.296/drivers/pci/controller/
Dpcie-cadence-ep.c511 SZ_128K); in cdns_pcie_ep_probe()
Dpcie-rockchip-ep.c593 SZ_128K); in rockchip_pcie_ep_probe()