/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/ |
H A D | pci-sriov.c | 579 devm_release_resource(&dev->dev, &iov->holes[i]); in pnv_pci_vf_resource_shift() 580 memset(&iov->holes[i], 0, sizeof(iov->holes[i])); in pnv_pci_vf_resource_shift() 586 iov->holes[i].start = res2.start; in pnv_pci_vf_resource_shift() 587 iov->holes[i].end = res2.start + size * offset - 1; in pnv_pci_vf_resource_shift() 588 iov->holes[i].flags = IORESOURCE_BUS; in pnv_pci_vf_resource_shift() 589 iov->holes[i].name = "pnv_iov_reserved"; in pnv_pci_vf_resource_shift() 591 &iov->holes[i]); in pnv_pci_vf_resource_shift()
|
H A D | pci.h | 263 * "holes" here is used to reserve the leading portion 266 struct resource holes[PCI_SRIOV_NUM_BARS]; member
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/ |
H A D | pci-sriov.c | 573 devm_release_resource(&dev->dev, &iov->holes[i]); in pnv_pci_vf_resource_shift() 574 memset(&iov->holes[i], 0, sizeof(iov->holes[i])); in pnv_pci_vf_resource_shift() 580 iov->holes[i].start = res2.start; in pnv_pci_vf_resource_shift() 581 iov->holes[i].end = res2.start + size * offset - 1; in pnv_pci_vf_resource_shift() 582 iov->holes[i].flags = IORESOURCE_BUS; in pnv_pci_vf_resource_shift() 583 iov->holes[i].name = "pnv_iov_reserved"; in pnv_pci_vf_resource_shift() 585 &iov->holes[i]); in pnv_pci_vf_resource_shift()
|
H A D | pci.h | 249 * "holes" here is used to reserve the leading portion 252 struct resource holes[PCI_SRIOV_NUM_BARS]; member
|
/kernel/linux/linux-5.10/fs/xfs/scrub/ |
H A D | ialloc.c | 427 uint64_t holes; in xchk_iallocbt_rec() local 479 holes = ~xfs_inobt_irec_to_allocmask(&irec); in xchk_iallocbt_rec() 480 if ((holes & irec.ir_free) != holes || in xchk_iallocbt_rec()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/selftests/ |
H A D | i915_buddy.c | 555 LIST_HEAD(holes); in igt_buddy_alloc_pathological() 599 list_add_tail(&block->link, &holes); in igt_buddy_alloc_pathological() 611 i915_buddy_free_list(&mm, &holes); in igt_buddy_alloc_pathological() 626 list_splice_tail(&holes, &blocks); in igt_buddy_alloc_pathological()
|
H A D | intel_memory_region.c | 138 LIST_HEAD(holes); in igt_mock_contiguous() 212 list = &holes; in igt_mock_contiguous() 224 close_objects(mem, &holes); in igt_mock_contiguous() 259 list_splice_tail(&holes, &objects); in igt_mock_contiguous()
|
/kernel/linux/linux-6.6/fs/xfs/scrub/ |
H A D | ialloc.c | 580 uint64_t holes; in xchk_iallocbt_rec() local 615 holes = ~xfs_inobt_irec_to_allocmask(&irec); in xchk_iallocbt_rec() 616 if ((holes & irec.ir_free) != holes || in xchk_iallocbt_rec()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/tests/ |
H A D | drm_buddy_test.c | 334 LIST_HEAD(holes); in drm_test_buddy_alloc_pathological() 381 list_move_tail(&block->link, &holes); in drm_test_buddy_alloc_pathological() 390 drm_buddy_free_list(&mm, &holes); in drm_test_buddy_alloc_pathological() 401 list_splice_tail(&holes, &blocks); in drm_test_buddy_alloc_pathological()
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_attr_leaf.c | 169 to->holes = hdr3->holes; in xfs_attr3_leaf_hdr_from_disk() 183 to->holes = from->hdr.holes; in xfs_attr3_leaf_hdr_from_disk() 211 hdr3->holes = from->holes; in xfs_attr3_leaf_hdr_to_disk() 226 to->hdr.holes = from->holes; in xfs_attr3_leaf_hdr_to_disk() 1400 * If there are no holes in the address space of the block, in xfs_attr3_leaf_add() 1404 if (!ichdr.holes in xfs_attr3_leaf_add() [all...] |
H A D | xfs_da_format.h | 606 __u8 holes; /* != 0 if blk needs compaction */ member 656 __u8 holes; member
|
H A D | xfs_attr_leaf.h | 34 __u8 holes; member
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_attr_leaf.c | 171 to->holes = hdr3->holes; in xfs_attr3_leaf_hdr_from_disk() 185 to->holes = from->hdr.holes; in xfs_attr3_leaf_hdr_from_disk() 213 hdr3->holes = from->holes; in xfs_attr3_leaf_hdr_to_disk() 228 to->hdr.holes = from->holes; in xfs_attr3_leaf_hdr_to_disk() 1445 * If there are no holes in the address space of the block, in xfs_attr3_leaf_add() 1449 if (!ichdr.holes in xfs_attr3_leaf_add() [all...] |
H A D | xfs_da_format.h | 607 __u8 holes; /* != 0 if blk needs compaction */ member 667 __u8 holes; member
|
H A D | xfs_attr_leaf.h | 34 __u8 holes; member
|
/kernel/linux/linux-5.10/arch/m68k/sun3/ |
H A D | sun3dvma.c | 84 static void print_holes(struct list_head *holes) in print_holes() argument 90 pr_info("listing dvma holes\n"); in print_holes() 91 list_for_each(cur, holes) { in print_holes() 159 pr_crit("out of dvma holes! (printing hole cache)\n"); in get_baddr()
|
/kernel/linux/linux-6.6/arch/m68k/sun3/ |
H A D | sun3dvma.c | 84 static void print_holes(struct list_head *holes) in print_holes() argument 90 pr_info("listing dvma holes\n"); in print_holes() 91 list_for_each(cur, holes) { in print_holes() 159 pr_crit("out of dvma holes! (printing hole cache)\n"); in get_baddr()
|
/kernel/linux/linux-6.6/lib/ |
H A D | test_maple_tree.c | 679 static const unsigned long holes[] = { in check_alloc_rev_range() local 769 for (i = 0; i < ARRAY_SIZE(holes); i += 3) { in check_alloc_rev_range() 772 min, holes[i+1]>>12, holes[i+2]>>12, in check_alloc_rev_range() 773 holes[i] >> 12); in check_alloc_rev_range() 776 holes[i+1] >> 12, in check_alloc_rev_range() 777 holes[i+2] >> 12)); in check_alloc_rev_range() 780 pr_debug("gap %lu %lu\n", (holes[i] >> 12), in check_alloc_rev_range() 781 (holes[i+1] >> 12)); in check_alloc_rev_range() 783 MT_BUG_ON(mt, mas.last + 1 != (holes[ in check_alloc_rev_range() 852 static const unsigned long holes[] = { check_alloc_range() local [all...] |
/kernel/linux/linux-5.10/drivers/clk/tegra/ |
H A D | clk-bpmp.c | 403 unsigned int holes = 0; in tegra_bpmp_probe_clocks() local 434 holes++; in tegra_bpmp_probe_clocks() 445 dev_dbg(bpmp->dev, "holes: %u\n", holes); in tegra_bpmp_probe_clocks()
|
/kernel/linux/linux-6.6/drivers/clk/tegra/ |
H A D | clk-bpmp.c | 426 unsigned int holes = 0; in tegra_bpmp_probe_clocks() local 457 holes++; in tegra_bpmp_probe_clocks() 468 dev_dbg(bpmp->dev, "holes: %u\n", holes); in tegra_bpmp_probe_clocks()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | pci-bridge.h | 216 struct resource holes[PCI_SRIOV_NUM_BARS]; member
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | pci-bridge.h | 233 struct resource holes[PCI_SRIOV_NUM_BARS]; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/selftests/ |
H A D | intel_memory_region.c | 186 /* Allow for some really big holes */ in igt_mock_reserve() 242 LIST_HEAD(holes); in igt_mock_contiguous() 316 list = &holes; in igt_mock_contiguous() 328 close_objects(mem, &holes); in igt_mock_contiguous() 363 list_splice_tail(&holes, &objects); in igt_mock_contiguous()
|
/kernel/linux/linux-5.10/fs/f2fs/ |
H A D | segment.c | 1026 block_t holes[2] = {0, 0}; /* DATA and NODE */ in f2fs_get_unusable_blocks() local 1035 holes[NODE] += f2fs_usable_blks_in_seg(sbi, segno) - in f2fs_get_unusable_blocks() 1038 holes[DATA] += f2fs_usable_blks_in_seg(sbi, segno) - in f2fs_get_unusable_blocks() 1043 unusable = holes[DATA] > holes[NODE] ? holes[DATA] : holes[NODE]; in f2fs_get_unusable_blocks()
|
/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | segment.c | 877 block_t holes[2] = {0, 0}; /* DATA and NODE */ in f2fs_get_unusable_blocks() local 886 holes[NODE] += f2fs_usable_blks_in_seg(sbi, segno) - in f2fs_get_unusable_blocks() 889 holes[DATA] += f2fs_usable_blks_in_seg(sbi, segno) - in f2fs_get_unusable_blocks() 894 unusable = max(holes[DATA], holes[NODE]); in f2fs_get_unusable_blocks()
|