Home
last modified time | relevance | path

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

12

/Linux-v4.19/arch/unicore32/include/mach/
Dmemory.h31 void puv3_pci_adjust_zones(unsigned long *size, unsigned long *holes);
33 #define arch_adjust_zones(size, holes) \ argument
34 puv3_pci_adjust_zones(size, holes)
/Linux-v4.19/fs/xfs/scrub/
Dialloc.c277 uint64_t holes; in xchk_iallocbt_rec() local
333 holes = ~xfs_inobt_irec_to_allocmask(&irec); in xchk_iallocbt_rec()
334 if ((holes & irec.ir_free) != holes || in xchk_iallocbt_rec()
/Linux-v4.19/arch/unicore32/include/asm/
Dmemory.h66 #define arch_adjust_zones(size, holes) do { } while (0) argument
/Linux-v4.19/fs/xfs/libxfs/
Dxfs_da_format.h640 __u8 holes; /* != 0 if blk needs compaction */ member
690 __u8 holes; member
728 __u8 holes; member
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()
1291 if (!ichdr.holes && sum < entsize) in xfs_attr3_leaf_add()
1474 ichdr_dst->holes = 0; in xfs_attr3_leaf_compact()
2100 ichdr.holes = 1; /* mark as needing compaction */ in xfs_attr3_leaf_remove()
2150 if (savehdr.holes == 0) { in xfs_attr3_leaf_unbalance()
2560 ichdr_s->holes = 1; /* leaf may not be compact */ in xfs_attr3_leaf_moveents()
/Linux-v4.19/arch/m68k/sun3/
Dsun3dvma.c85 static void print_holes(struct list_head *holes) in print_holes() argument
92 list_for_each(cur, holes) { in print_holes()
/Linux-v4.19/fs/cramfs/
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-v4.19/Documentation/devicetree/bindings/display/panel/
Dsharp,ls037v7dw01.txt21 configured with external pulls, all the GPIOs are considered optional with holes
/Linux-v4.19/drivers/clk/tegra/
Dclk-bpmp.c406 unsigned int holes = 0; in tegra_bpmp_probe_clocks() local
437 holes++; in tegra_bpmp_probe_clocks()
448 dev_dbg(bpmp->dev, "holes: %u\n", holes); in tegra_bpmp_probe_clocks()
/Linux-v4.19/drivers/net/plip/
DKconfig18 ports (the connectors at the computers with 25 holes) are connected
/Linux-v4.19/arch/powerpc/include/asm/
Dpci-bridge.h218 struct resource holes[PCI_SRIOV_NUM_BARS]; member
/Linux-v4.19/Documentation/x86/x86_64/
Dmm.txt62 holes).
/Linux-v4.19/arch/powerpc/platforms/powernv/
Dpci-ioda.c1033 devm_release_resource(&dev->dev, &pdn->holes[i]); in pnv_pci_vf_resource_shift()
1034 memset(&pdn->holes[i], 0, sizeof(pdn->holes[i])); in pnv_pci_vf_resource_shift()
1040 pdn->holes[i].start = res2.start; in pnv_pci_vf_resource_shift()
1041 pdn->holes[i].end = res2.start + size * offset - 1; in pnv_pci_vf_resource_shift()
1042 pdn->holes[i].flags = IORESOURCE_BUS; in pnv_pci_vf_resource_shift()
1043 pdn->holes[i].name = "pnv_iov_reserved"; in pnv_pci_vf_resource_shift()
1045 &pdn->holes[i]); in pnv_pci_vf_resource_shift()
/Linux-v4.19/Documentation/devicetree/bindings/pinctrl/
Dst,stm32-pinctrl.txt50 This entry has to be used either if there are holes inside a bank:
/Linux-v4.19/Documentation/networking/
Dspider_net.txt175 operations there. Since this will leave "holes" in the ring, there
176 is also a spider_net_resync_tail_ptr() that will skip over such holes.
/Linux-v4.19/drivers/parport/
DKconfig19 (the connector at the computer with 25 holes), e.g. printer, ZIP
/Linux-v4.19/Documentation/
Dsiphash.txt86 to always ensure the struct has no padding holes. The easiest way to do this
Dnommu-mmap.txt195 a previously mapped object. It may not be used to create holes in existing
/Linux-v4.19/Documentation/acpi/
Dgpio-properties.txt54 It is possible to leave holes in the array of GPIOs. This is useful in
/Linux-v4.19/Documentation/admin-guide/
Dreporting-bugs.rst174 The exceptions to this rule are regressions, kernel crashes, security holes,
/Linux-v4.19/Documentation/maintainer/
Dpull-requests.rst108 accommodate the newly formed black holes that would
/Linux-v4.19/net/ipv4/
Dtcp_input.c1856 u32 holes; in tcp_limit_reno_sacked() local
1858 holes = max(tp->lost_out, 1U); in tcp_limit_reno_sacked()
1859 holes = min(holes, tp->packets_out); in tcp_limit_reno_sacked()
1861 if ((tp->sacked_out + holes) > tp->packets_out) { in tcp_limit_reno_sacked()
1862 tp->sacked_out = tp->packets_out - holes; in tcp_limit_reno_sacked()
/Linux-v4.19/Documentation/filesystems/
Dntfs.txt93 writing into sparse regions is supported and the holes are filled in with
170 regions, i.e. holes, inside files is disabled for the
/Linux-v4.19/mm/
DKconfig39 memory systems, over FLATMEM. These systems have holes
41 more efficient handling of these holes. However, the vast
/Linux-v4.19/Documentation/security/
Dself-protection.rst300 sure structure holes are cleared.

12