Home
last modified time | relevance | path

Searched full:holes (Results 1 – 25 of 357) sorted by relevance

12345678910>>...15

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/
H A D0016-libsparse-Add-hole-mode-to-sparse_file_read.patch7 holes which are not stored in the filesystem and when read are full of
9 other types of files may not care about the contents of holes. For
11 care about. Those blocks not written to will remain holes, and can be
19 straightforward. We use lseek to determine where the holes in the file
56 + * data (including holes) will be be converted to
59 + * @SPARSE_READ_MODE_HOLE: The input is a regular file. Holes will be converted
88 + * %SPARSE_READ_MODE_NORMAL, but holes in the file will be converted to "don't
H A D0017-img2simg-Add-support-for-converting-holes-to-don-t-c.patch4 Subject: [PATCH] img2simg: Add support for converting holes to "don't care"
7 This adds support for converting files with holes to "don't care"
9 to program an image if it has many holes.
/openbmc/linux/tools/testing/selftests/mm/
H A Dmadv_populate.c111 "MADV_POPULATE_READ with holes in the middle\n"); in test_holes()
114 "MADV_POPULATE_WRITE with holes in the middle\n"); in test_holes()
119 "MADV_POPULATE_READ with holes at the end\n"); in test_holes()
122 "MADV_POPULATE_WRITE with holes at the end\n"); in test_holes()
127 "MADV_POPULATE_READ with holes at the beginning\n"); in test_holes()
130 "MADV_POPULATE_WRITE with holes at the beginning\n"); in test_holes()
/openbmc/linux/fs/cramfs/
H A DREADME93 Holes
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.
/openbmc/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
/openbmc/linux/Documentation/devicetree/bindings/display/panel/
H A Dsharp,ls037v7dw01.yaml12 configured with external pulls, all the GPIOs are considered optional with holes
40 optional with holes in the array.
/openbmc/linux/include/drm/
H A Ddrm_mm.h132 * Does not search all holes.
143 * Does not search all holes.
285 * Holes are embedded into the drm_mm using the tail of a drm_mm_node.
308 * not inspect holes themselves. Drivers must check first whether a hole indeed
330 * not inspect holes themselves. Drivers must check first whether a hole indeed
379 * drm_mm_for_each_hole - iterator to walk over all holes
385 * This iterator walks over all holes in the range allocator. It is implemented
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/
H A Dqcom,pmic-gpio.yaml428 - gpio1-gpio10 for pm8150 (holes on gpio2, gpio5,
430 - gpio1-gpio12 for pm8150b (holes on gpio3, gpio4
457 - gpio1-gpio12 for pmp8074 (holes on gpio1 and gpio12)
461 - gpio1-gpio12 for pms405 (holes on gpio1, gpio9
463 - gpio1-gpio11 for pmx55 (holes on gpio3, gpio7, gpio10
/openbmc/linux/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()
/openbmc/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()
/openbmc/linux/drivers/pinctrl/qcom/
H A Dpinctrl-spmi-gpio.c1198 /* pm660 has 13 GPIOs with holes on 1, 5, 6, 7, 8 and 10 */
1200 /* pm660l has 12 GPIOs with holes on 1, 2, 10, 11 and 12 */
1211 /* pm8150 has 10 GPIOs with holes on 2, 5, 7 and 8 */
1214 /* pm8150b has 12 GPIOs with holes on 3, r and 7 */
1216 /* pm8150l has 12 GPIOs with holes on 7 */
1229 /* pm8937 has 8 GPIOs with holes on 3, 4 and 6 */
1232 /* pm8950 has 8 GPIOs with holes on 3 */
1234 /* pm8953 has 8 GPIOs with holes on 3 and 6 */
1247 /* pmp8074 has 12 GPIOs with holes on 1 and 12 */
1252 /* pms405 has 12 GPIOs with holes on 1, 9, and 10 */
[all …]
/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_bitblt.c174 /* Port holes */ in setup()
275 /* Copy port holes back to buffer */ in execute()
294 efi_st_printf("The submarine should have three yellow port holes.\n"); in execute()
/openbmc/linux/kernel/irq/
H A Dipi.c51 * underlying implementation can deal with holes nicely. in irq_reserve_ipi()
61 * implementation needs to support holes, it can reserve in irq_reserve_ipi()
73 pr_warn("Destination mask has holes\n"); in irq_reserve_ipi()
/openbmc/linux/net/sched/
H A Dsch_choke.c74 /* number of elements in queue including holes */
92 /* Move head pointer forward to skip over holes */
102 /* Move tail pointer backwards to reuse holes */
175 * HACK: since queue can have holes from previous deletion; retry several
/openbmc/linux/include/linux/
H A Dgpio-pxa.h10 * Those cases currently cause holes in the GPIO number space, the
/openbmc/linux/arch/mips/kernel/
H A Dvmlinux.lds.S187 * Align to 64K in attempt to eliminate holes before the
199 * no holes after __init_end. */
/openbmc/linux/arch/s390/include/asm/
H A Dvmlinux.lds.h11 * into single .boot.data section. This way big holes cased by page aligned
/openbmc/u-boot/doc/
H A DREADME.JFFS239 into the disk. The current code do not work with memory holes
/openbmc/qemu/tests/qemu-iotests/
H A D121.out23 === Allocating a new refcount block must not leave holes in the image ===
/openbmc/linux/mm/
H A Dmm_init.c800 * But, there could be struct pages that correspond to holes in
813 * the zone boundary; the pages in such holes will be prepended to the
879 * There can be holes in boot-time mem_map[]s handed to this in memmap_init_range()
1143 * Return the number of holes in a range on a node. If nid is MAX_NUMNODES,
1144 * then all holes in the requested range will be accounted for.
1163 * absent_pages_in_range - Return number of page frames in holes within a range
1164 * @start_pfn: The start PFN to start searching for holes
1165 * @end_pfn: The end PFN to stop searching for holes
1167 * Return: the number of pages frames in memory holes within a range.
1175 /* Return the number of page frames in holes in a zone on a node */
[all …]
/openbmc/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()
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-scanners/checksecurity/
H A Dchecksecurity_2.0.16.bb2 … "checksecurity is a simple package which will scan your system for several simple security holes."
/openbmc/linux/net/dccp/
H A Dtimer.c51 "The one security concern raised by this memo is that ICMP black holes in dccp_write_timeout()
57 be far nicer to have all of the black holes fixed rather than fixing in dccp_write_timeout()
/openbmc/linux/drivers/staging/qlge/
H A DTODO24 * reorder struct members to avoid holes if it doesn't impact performance
/openbmc/linux/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()

12345678910>>...15