Home
last modified time | relevance | path

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

12345678910>>...24

/kernel/linux/linux-6.6/tools/testing/selftests/mm/
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()
/kernel/linux/linux-6.6/fs/cramfs/
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.
/kernel/linux/linux-5.10/fs/cramfs/
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.
/kernel/linux/linux-6.6/Documentation/mm/
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
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/panel/
Dsharp,ls037v7dw01.yaml12 configured with external pulls, all the GPIOs are considered optional with holes
40 optional with holes in the array.
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/display/panel/
Dsharp,ls037v7dw01.yaml12 configured with external pulls, all the GPIOs are considered optional with holes
40 optional with holes in the array.
/kernel/linux/linux-6.6/include/drm/
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
/kernel/linux/linux-5.10/include/drm/
Ddrm_mm.h130 * Does not search all holes.
141 * Does not search all holes.
283 * Holes are embedded into the drm_mm using the tail of a drm_mm_node.
306 * not inspect holes themselves. Drivers must check first whether a hole indeed
328 * not inspect holes themselves. Drivers must check first whether a hole indeed
377 * drm_mm_for_each_hole - iterator to walk over all holes
383 * This iterator walks over all holes in the range allocator. It is implemented
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/pinctrl/
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
/kernel/linux/linux-6.6/arch/m68k/sun3/
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()
/kernel/linux/linux-5.10/Documentation/vm/
Dmemory-model.rst12 however, that this range contains small holes that are not accessible
45 maps the entire physical memory. For most architectures, the holes
47 corresponding to the holes are never fully initialized.
56 :c:func:`pfn_valid` implementation should take the holes in the
/kernel/linux/linux-5.10/arch/m68k/sun3/
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()
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/
Dpci-sriov.c579 devm_release_resource(&dev->dev, &iov->holes[i]); in pnv_pci_vf_resource_shift()
580 memset(&iov->holes[i], 0, sizeof(iov->holes[i])); in pnv_pci_vf_resource_shift()
586 iov->holes[i].start = res2.start; in pnv_pci_vf_resource_shift()
587 iov->holes[i].end = res2.start + size * offset - 1; in pnv_pci_vf_resource_shift()
588 iov->holes[i].flags = IORESOURCE_BUS; in pnv_pci_vf_resource_shift()
589 iov->holes[i].name = "pnv_iov_reserved"; in pnv_pci_vf_resource_shift()
591 &iov->holes[i]); in pnv_pci_vf_resource_shift()
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/
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()
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/pinctrl/
Dqcom,pmic-gpio.txt106 gpio1-gpio12 for pms405 (holes on gpio1, gpio9 and gpio10)
107 gpio1-gpio10 for pm8150 (holes on gpio2, gpio5, gpio7
109 gpio1-gpio12 for pm8150b (holes on gpio3, gpio4, gpio7)
/kernel/linux/linux-6.6/drivers/pinctrl/qcom/
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 */
1212 /* pm8150 has 10 GPIOs with holes on 2, 5, 7 and 8 */
1215 /* pm8150b has 12 GPIOs with holes on 3, r and 7 */
1217 /* pm8150l has 12 GPIOs with holes on 7 */
1231 /* pm8950 has 8 GPIOs with holes on 3 */
1233 /* pm8953 has 8 GPIOs with holes on 3 and 6 */
1246 /* pmp8074 has 12 GPIOs with holes on 1 and 12 */
1251 /* pms405 has 12 GPIOs with holes on 1, 9, and 10 */
1253 /* pmx55 has 11 GPIOs with holes on 3, 7, 10, 11 */
/kernel/linux/linux-5.10/arch/mips/kernel/
Dvmlinux.lds.S176 * Align to 64K in attempt to eliminate holes before the
188 * no holes after __init_end. */
/kernel/linux/linux-6.6/kernel/irq/
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()
/kernel/linux/linux-5.10/kernel/irq/
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()
/kernel/linux/linux-6.6/net/sched/
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
/kernel/linux/linux-5.10/drivers/pinctrl/qcom/
Dpinctrl-spmi-gpio.c1110 /* pm8950 has 8 GPIOs with holes on 3 */
1118 /* pms405 has 12 GPIOs with holes on 1, 9, and 10 */
1120 /* pm660 has 13 GPIOs with holes on 1, 5, 6, 7, 8 and 10 */
1122 /* pm660l has 12 GPIOs with holes on 1, 2, 10, 11 and 12 */
1124 /* pm8150 has 10 GPIOs with holes on 2, 5, 7 and 8 */
1126 /* pm8150b has 12 GPIOs with holes on 3, r and 7 */
1128 /* pm8150l has 12 GPIOs with holes on 7 */
/kernel/linux/linux-6.6/include/linux/
Dgpio-pxa.h10 * Those cases currently cause holes in the GPIO number space, the
/kernel/linux/linux-5.10/include/linux/
Dgpio-pxa.h10 * Those cases currently cause holes in the GPIO number space, the
/kernel/linux/linux-6.6/arch/mips/kernel/
Dvmlinux.lds.S187 * Align to 64K in attempt to eliminate holes before the
199 * no holes after __init_end. */
/kernel/linux/linux-5.10/net/sched/
Dsch_choke.c75 /* number of elements in queue including holes */
93 /* Move head pointer forward to skip over holes */
103 /* Move tail pointer backwards to reuse holes */
176 * HACK: since queue can have holes from previous deletion; retry several

12345678910>>...24