Home
last modified time | relevance | path

Searched refs:holes (Results 1 – 25 of 50) sorted by relevance

12

/linux/arch/powerpc/platforms/powernv/
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()
A Dpci.h257 struct resource holes[PCI_SRIOV_NUM_BARS]; member
/linux/Documentation/devicetree/bindings/pinctrl/
A Dqcom,pmic-gpio.yaml114 - gpio1-gpio10 for pm8150 (holes on gpio2, gpio5,
116 - gpio1-gpio12 for pm8150b (holes on gpio3, gpio4
135 - gpio1-gpio12 for pms405 (holes on gpio1, gpio9
137 - gpio1-gpio11 for pmx55 (holes on gpio3, gpio7, gpio10
/linux/Documentation/devicetree/bindings/display/panel/
A Dsharp,ls037v7dw01.yaml12 configured with external pulls, all the GPIOs are considered optional with holes
40 optional with holes in the array.
/linux/fs/xfs/scrub/
A Dialloc.c426 uint64_t holes; in xchk_iallocbt_rec() local
478 holes = ~xfs_inobt_irec_to_allocmask(&irec); in xchk_iallocbt_rec()
479 if ((holes & irec.ir_free) != holes || in xchk_iallocbt_rec()
/linux/drivers/gpu/drm/i915/selftests/
A Di915_buddy.c553 LIST_HEAD(holes); in igt_buddy_alloc_pathological()
597 list_add_tail(&block->link, &holes); in igt_buddy_alloc_pathological()
609 i915_buddy_free_list(&mm, &holes); in igt_buddy_alloc_pathological()
624 list_splice_tail(&holes, &blocks); in igt_buddy_alloc_pathological()
A Dintel_memory_region.c240 LIST_HEAD(holes); in igt_mock_contiguous()
314 list = &holes; in igt_mock_contiguous()
326 close_objects(mem, &holes); in igt_mock_contiguous()
361 list_splice_tail(&holes, &objects); in igt_mock_contiguous()
/linux/arch/m68k/sun3/
A Dsun3dvma.c84 static void print_holes(struct list_head *holes) in print_holes() argument
91 list_for_each(cur, holes) { in print_holes()
/linux/fs/cramfs/
A DREADME96 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/Documentation/vm/
A Dmemory-model.rst12 however, that this range contains small holes that are not accessible
41 maps the entire physical memory. For most architectures, the holes
43 corresponding to the holes are never fully initialized.
52 :c:func:`pfn_valid` implementation should take the holes in the
/linux/fs/xfs/libxfs/
A Dxfs_da_format.h606 __u8 holes; /* != 0 if blk needs compaction */ member
656 __u8 holes; member
A Dxfs_attr_leaf.c170 to->holes = hdr3->holes; in xfs_attr3_leaf_hdr_from_disk()
184 to->holes = from->hdr.holes; in xfs_attr3_leaf_hdr_from_disk()
212 hdr3->holes = from->holes; in xfs_attr3_leaf_hdr_to_disk()
227 to->hdr.holes = from->holes; in xfs_attr3_leaf_hdr_to_disk()
1405 if (!ichdr.holes && sum < entsize) in xfs_attr3_leaf_add()
1591 ichdr_dst->holes = 0; in xfs_attr3_leaf_compact()
2217 ichdr.holes = 1; /* mark as needing compaction */ in xfs_attr3_leaf_remove()
2267 if (savehdr.holes == 0) { in xfs_attr3_leaf_unbalance()
2653 ichdr_s->holes = 1; /* leaf may not be compact */ in xfs_attr3_leaf_moveents()
A Dxfs_attr_leaf.h34 __u8 holes; member
/linux/drivers/clk/tegra/
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()
/linux/drivers/staging/qlge/
A DTODO24 * reorder struct members to avoid holes if it doesn't impact performance
/linux/drivers/net/plip/
A DKconfig19 ports (the connectors at the computers with 25 holes) are connected
/linux/Documentation/translations/zh_CN/maintainer/
A Dpull-requests.rst92 accommodate the newly formed black holes that would
/linux/arch/powerpc/include/asm/
A Dpci-bridge.h220 struct resource holes[PCI_SRIOV_NUM_BARS]; member
/linux/Documentation/firmware-guide/acpi/
A Dgpio-properties.rst87 It is possible to leave holes in the array of GPIOs. This is useful in
150 - the names inside the list must be consecutive (no "holes" are permitted)
/linux/Documentation/networking/device_drivers/ethernet/toshiba/
A Dspider_net.rst177 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/drivers/parport/
A DKconfig20 (the connector at the computer with 25 holes), e.g. printer, ZIP
/linux/Documentation/security/
A Dsiphash.rst86 to always ensure the struct has no padding holes. The easiest way to do this
/linux/Documentation/x86/x86_64/
A Dmm.rst141 holes).
/linux/Documentation/admin-guide/mm/
A Dmemory-hotplug.rst319 however, a memory block might span memory holes. A memory block spanning memory
320 holes cannot be offlined.
638 - Memory blocks with memory holes; this applies to memory blocks present during
/linux/Documentation/admin-guide/LSM/
A DSafeSetID.rst19 privileges opens up possible security holes since any user with access to the

Completed in 44 milliseconds

12