Home
last modified time | relevance | path

Searched refs:SZ_1K (Results 1 – 10 of 10) sorted by relevance

/linux-4.19.296/include/linux/
Dbcm963xx_nvram.h19 #define BCM963XX_NVRAM_V5_SIZE (1 * SZ_1K)
58 return nvram->nand_part_offset[part] * SZ_1K; in bcm963xx_nvram_nand_part_offset()
68 return nvram->nand_part_size[part] * SZ_1K; in bcm963xx_nvram_nand_part_size()
Dsizes.h24 #define SZ_1K 0x00000400 macro
/linux-4.19.296/fs/btrfs/tests/
Dfree-space-tests.c459 SZ_128M + 768 * SZ_1K, in test_steal_space_from_bitmap_to_extent()
460 SZ_128M - 768 * SZ_1K); in test_steal_space_from_bitmap_to_extent()
480 if (test_check_exists(cache, SZ_128M + 768 * SZ_1K, in test_steal_space_from_bitmap_to_extent()
481 SZ_128M - 768 * SZ_1K)) { in test_steal_space_from_bitmap_to_extent()
668 ret = btrfs_remove_free_space(cache, 0, SZ_128M - 768 * SZ_1K); in test_steal_space_from_bitmap_to_extent()
679 if (!test_check_exists(cache, SZ_128M - 768 * SZ_1K, SZ_256K)) { in test_steal_space_from_bitmap_to_extent()
688 if (test_check_exists(cache, 0, SZ_128M - 768 * SZ_1K)) { in test_steal_space_from_bitmap_to_extent()
777 if (!test_check_exists(cache, SZ_128M - 768 * SZ_1K, SZ_1M)) { in test_steal_space_from_bitmap_to_extent()
789 if (offset != (SZ_128M - 768 * SZ_1K)) { in test_steal_space_from_bitmap_to_extent()
Dextent-map-tests.c129 em->len = SZ_1K; in test_case_2()
155 em->len = SZ_1K; in test_case_2()
162 (em->start != 0 || extent_map_end(em) != SZ_1K || in test_case_2()
/linux-4.19.296/fs/btrfs/
Dsend.h16 #define BTRFS_SEND_READ_SIZE (48 * SZ_1K)
Ddisk-io.c2947 sb->s_bdi->ra_pages = VM_MAX_READAHEAD * SZ_1K / PAGE_SIZE; in open_ctree()
/linux-4.19.296/drivers/pci/controller/
Dpci-xgene.c474 if ((size > SZ_1K) && (size < SZ_1T) && !(*ib_reg_mask & (1 << 0))) { in xgene_pcie_select_ib_reg()
Dpcie-iproc.c183 .size_unit = SZ_1K,
/linux-4.19.296/drivers/edac/
Dthunderx_edac.c1071 #define OCX_MESSAGE_SIZE SZ_1K
1735 #define L2C_MESSAGE_SIZE SZ_1K
/linux-4.19.296/drivers/irqchip/
Dirq-gic-v3-its.c1825 psz / SZ_1K, (int)shr >> GITS_BASER_SHAREABILITY_SHIFT); in its_setup_baser()