Home
last modified time | relevance | path

Searched refs:holes (Results 1 - 25 of 29) sorted by relevance

12

/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/
H A Dpci-sriov.c579 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 Dpci.h263 * "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 Dpci-sriov.c573 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 Dpci.h249 * "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 Dialloc.c427 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 Di915_buddy.c555 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 Dintel_memory_region.c138 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 Dialloc.c580 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 Ddrm_buddy_test.c334 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 Dxfs_attr_leaf.c169 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 Dxfs_da_format.h606 __u8 holes; /* != 0 if blk needs compaction */ member
656 __u8 holes; member
H A Dxfs_attr_leaf.h34 __u8 holes; member
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_attr_leaf.c171 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 Dxfs_da_format.h607 __u8 holes; /* != 0 if blk needs compaction */ member
667 __u8 holes; member
H A Dxfs_attr_leaf.h34 __u8 holes; member
/kernel/linux/linux-5.10/arch/m68k/sun3/
H A Dsun3dvma.c84 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 Dsun3dvma.c84 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 Dtest_maple_tree.c679 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 Dclk-bpmp.c403 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 Dclk-bpmp.c426 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 Dpci-bridge.h216 struct resource holes[PCI_SRIOV_NUM_BARS]; member
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dpci-bridge.h233 struct resource holes[PCI_SRIOV_NUM_BARS]; member
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/selftests/
H A Dintel_memory_region.c186 /* 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 Dsegment.c1026 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 Dsegment.c877 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()

Completed in 37 milliseconds

12