/linux-6.3-rc2/arch/powerpc/platforms/powernv/ |
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()
|
A D | pci.h | 257 struct resource holes[PCI_SRIOV_NUM_BARS]; member
|
/linux-6.3-rc2/Documentation/devicetree/bindings/display/panel/ |
A D | sharp,ls037v7dw01.yaml | 12 configured with external pulls, all the GPIOs are considered optional with holes 40 optional with holes in the array.
|
/linux-6.3-rc2/lib/ |
A D | test_maple_tree.c | 742 min, holes[i+1]>>12, holes[i+2]>>12, in check_alloc_rev_range() 743 holes[i] >> 12); in check_alloc_rev_range() 746 holes[i+1] >> 12, in check_alloc_rev_range() 747 holes[i+2] >> 12)); in check_alloc_rev_range() 751 (holes[i+1] >> 12)); in check_alloc_rev_range() 754 MT_BUG_ON(mt, mas.index != (holes[i+1] >> 12) - (holes[i+2] >> 12)); in check_alloc_rev_range() 910 holes[i+1] >> 12, holes[i+2] >> 12, in check_alloc_range() 911 min, holes[i+1]); in check_alloc_range() 914 holes[i+1] >> 12, in check_alloc_range() 915 holes[i+2] >> 12)); in check_alloc_range() [all …]
|
/linux-6.3-rc2/Documentation/devicetree/bindings/pinctrl/ |
A D | qcom,pmic-gpio.yaml | 416 - gpio1-gpio10 for pm8150 (holes on gpio2, gpio5, 418 - gpio1-gpio12 for pm8150b (holes on gpio3, gpio4 442 - gpio1-gpio12 for pmp8074 (holes on gpio1 and gpio12) 446 - gpio1-gpio12 for pms405 (holes on gpio1, gpio9 448 - gpio1-gpio11 for pmx55 (holes on gpio3, gpio7, gpio10
|
/linux-6.3-rc2/fs/xfs/scrub/ |
A D | ialloc.c | 426 uint64_t holes; in xchk_iallocbt_rec() local 477 holes = ~xfs_inobt_irec_to_allocmask(&irec); in xchk_iallocbt_rec() 478 if ((holes & irec.ir_free) != holes || in xchk_iallocbt_rec()
|
/linux-6.3-rc2/arch/m68k/sun3/ |
A D | sun3dvma.c | 84 static void print_holes(struct list_head *holes) in print_holes() argument 91 list_for_each(cur, holes) { in print_holes()
|
/linux-6.3-rc2/fs/cramfs/ |
A D | README | 96 This kernel supports cramfs holes (i.e. [efficient representation of] 98 default mkcramfs doesn't test for & create holes, since cramfs in 99 kernels up to at least 2.3.39 didn't support holes. Run mkcramfs 100 with -z if you want it to create files that can have holes in them.
|
/linux-6.3-rc2/drivers/gpu/drm/tests/ |
A D | drm_buddy_test.c | 333 LIST_HEAD(holes); in drm_test_buddy_alloc_pathological() 380 list_move_tail(&block->link, &holes); in drm_test_buddy_alloc_pathological() 389 drm_buddy_free_list(&mm, &holes); in drm_test_buddy_alloc_pathological() 400 list_splice_tail(&holes, &blocks); in drm_test_buddy_alloc_pathological()
|
/linux-6.3-rc2/Documentation/mm/ |
A D | memory-model.rst | 10 however, that this range contains small holes that are not accessible 39 maps the entire physical memory. For most architectures, the holes 41 corresponding to the holes are never fully initialized. 50 :c:func:`pfn_valid` implementation should take the holes in the
|
/linux-6.3-rc2/fs/xfs/libxfs/ |
A D | xfs_da_format.h | 607 __u8 holes; /* != 0 if blk needs compaction */ member 657 __u8 holes; member
|
A D | xfs_attr_leaf.h | 34 __u8 holes; member
|
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() 1449 if (!ichdr.holes && sum < entsize) in xfs_attr3_leaf_add() 1636 ichdr_dst->holes = 0; in xfs_attr3_leaf_compact() 2262 ichdr.holes = 1; /* mark as needing compaction */ in xfs_attr3_leaf_remove() 2312 if (savehdr.holes == 0) { in xfs_attr3_leaf_unbalance() 2698 ichdr_s->holes = 1; /* leaf may not be compact */ in xfs_attr3_leaf_moveents()
|
/linux-6.3-rc2/drivers/clk/tegra/ |
A D | clk-bpmp.c | 425 unsigned int holes = 0; in tegra_bpmp_probe_clocks() local 456 holes++; in tegra_bpmp_probe_clocks() 467 dev_dbg(bpmp->dev, "holes: %u\n", holes); in tegra_bpmp_probe_clocks()
|
/linux-6.3-rc2/drivers/staging/qlge/ |
A D | TODO | 24 * reorder struct members to avoid holes if it doesn't impact performance
|
/linux-6.3-rc2/drivers/net/plip/ |
A D | Kconfig | 19 ports (the connectors at the computers with 25 holes) are connected
|
/linux-6.3-rc2/Documentation/translations/zh_CN/maintainer/ |
A D | pull-requests.rst | 92 accommodate the newly formed black holes that would
|
/linux-6.3-rc2/arch/powerpc/include/asm/ |
A D | pci-bridge.h | 226 struct resource holes[PCI_SRIOV_NUM_BARS]; member
|
/linux-6.3-rc2/drivers/gpu/drm/i915/selftests/ |
A D | intel_memory_region.c | 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()
|
/linux-6.3-rc2/Documentation/firmware-guide/acpi/ |
A D | gpio-properties.rst | 100 It is possible to leave holes in the array of GPIOs. This is useful in 163 - the names inside the list must be consecutive (no "holes" are permitted)
|
/linux-6.3-rc2/Documentation/networking/device_drivers/ethernet/toshiba/ |
A D | spider_net.rst | 177 operations there. Since this will leave "holes" in the ring, there 178 is also a spider_net_resync_tail_ptr() that will skip over such holes.
|
/linux-6.3-rc2/drivers/parport/ |
A D | Kconfig | 20 (the connector at the computer with 25 holes), e.g. printer, ZIP
|
/linux-6.3-rc2/Documentation/x86/x86_64/ |
A D | mm.rst | 141 holes).
|
/linux-6.3-rc2/arch/arm/boot/dts/ |
A D | imx6sl-kobo-aura2.dts | 323 /* J4, through-holes */
|
/linux-6.3-rc2/Documentation/security/ |
A D | siphash.rst | 86 to always ensure the struct has no padding holes. The easiest way to do this
|