Home
last modified time | relevance | path

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

12

/linux/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()
/linux/fs/xfs/scrub/
H A Dialloc.c578 uint64_t holes; in xchk_iallocbt_rec() local
613 holes = ~xfs_inobt_irec_to_allocmask(&irec); in xchk_iallocbt_rec()
614 if ((holes & irec.ir_free) != holes || in xchk_iallocbt_rec()
/linux/lib/
H A Dtest_maple_tree.c685 static const unsigned long holes[] = { in check_alloc_rev_range() local
775 for (i = 0; i < ARRAY_SIZE(holes); i += 3) { in check_alloc_rev_range()
778 min, holes[i+1]>>12, holes[i+2]>>12, in check_alloc_rev_range()
779 holes[i] >> 12); in check_alloc_rev_range()
782 holes[i+1] >> 12, in check_alloc_rev_range()
783 holes[i+2] >> 12)); in check_alloc_rev_range()
786 pr_debug("gap %lu %lu\n", (holes[i] >> 12), in check_alloc_rev_range()
787 (holes[i+1] >> 12)); in check_alloc_rev_range()
789 MT_BUG_ON(mt, mas.last + 1 != (holes[i+1] >> 12)); in check_alloc_rev_range()
790 MT_BUG_ON(mt, mas.index != (holes[i+1] >> 12) - (holes[i+2] >> 12)); in check_alloc_rev_range()
[all …]
/linux/fs/cramfs/
H 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/mm/
H A Dmemory-model.rst10 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/fs/xfs/libxfs/
H A Dxfs_attr_leaf.c172 to->holes = hdr3->holes; in xfs_attr3_leaf_hdr_from_disk()
186 to->holes = from->hdr.holes; in xfs_attr3_leaf_hdr_from_disk()
214 hdr3->holes = from->holes; in xfs_attr3_leaf_hdr_to_disk()
229 to->hdr.holes = from->holes; in xfs_attr3_leaf_hdr_to_disk()
1436 if (!ichdr.holes && sum < entsize) in xfs_attr3_leaf_add()
1622 ichdr_dst->holes = 0; in xfs_attr3_leaf_compact()
2248 ichdr.holes = 1; /* mark as needing compaction */ in xfs_attr3_leaf_remove()
2296 if (savehdr.holes == 0) { in xfs_attr3_leaf_unbalance()
2691 ichdr_s->holes = 1; /* leaf may not be compact */ in xfs_attr3_leaf_moveents()
H A Dxfs_attr_leaf.h34 __u8 holes; member
/linux/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()
/linux/drivers/net/plip/
H A DKconfig19 ports (the connectors at the computers with 25 holes) are connected
/linux/Documentation/translations/zh_CN/maintainer/
H A Dpull-requests.rst92 accommodate the newly formed black holes that would
/linux/arch/powerpc/include/asm/
H A Dpci-bridge.h231 struct resource holes[PCI_SRIOV_NUM_BARS]; member
/linux/Documentation/firmware-guide/acpi/
H A Dgpio-properties.rst100 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/drivers/parport/
H A DKconfig20 (the connector at the computer with 25 holes), e.g. printer, ZIP
/linux/Documentation/kbuild/
H A Dgendwarfksyms.rst318 alignment holes can potentially be used instead. While kABI rules could
370 to placing new members into existing alignment holes::
/linux/Documentation/security/
H A Dsiphash.rst86 to always ensure the struct has no padding holes. The easiest way to do this
H A Dself-protection.rst299 sure structure holes are cleared.
/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6sl-kobo-aura2.dts323 /* J4, through-holes */
/linux/Documentation/arch/x86/x86_64/
H A Dmm.rst164 holes).
/linux/net/ipv4/
H A Dtcp_input.c2216 u32 holes; in tcp_limit_reno_sacked() local
2218 holes = max(tp->lost_out, 1U); in tcp_limit_reno_sacked()
2219 holes = min(holes, tp->packets_out); in tcp_limit_reno_sacked()
2221 if ((tp->sacked_out + holes) > tp->packets_out) { in tcp_limit_reno_sacked()
2222 tp->sacked_out = tp->packets_out - holes; in tcp_limit_reno_sacked()
/linux/Documentation/admin-guide/mm/
H A Dpagemap.rst209 holes (none/non-allocated) by specifying the SEEK_DATA flag on the file where
H A Dnommu-mmap.rst195 a previously mapped object. It may not be used to create holes in existing
/linux/fs/f2fs/
H A Dsegment.c906 block_t holes[2] = {0, 0}; /* DATA and NODE */ in f2fs_get_unusable_blocks() local
915 holes[NODE] += f2fs_usable_blks_in_seg(sbi, segno) - in f2fs_get_unusable_blocks()
918 holes[DATA] += f2fs_usable_blks_in_seg(sbi, segno) - in f2fs_get_unusable_blocks()
923 unusable = max(holes[DATA], holes[NODE]); in f2fs_get_unusable_blocks()
/linux/drivers/char/
H A DKconfig41 printer has 9 or 25 holes ["female"], then it's serial), say Y.
/linux/Documentation/fb/
H A Dmatroxfb.rst330 set frequency higher that this. It causes sparks, black holes and other
/linux/arch/loongarch/
H A DKconfig722 or have huge holes in the physical address space for other reasons.

12