Home
last modified time | relevance | path

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

1234

/OK3568_Linux_fs/kernel/arch/powerpc/platforms/powernv/
H A 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()
H A Dpci.h266 struct resource holes[PCI_SRIOV_NUM_BARS]; member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/positioning/
H A Dlocationsingleton.cpp286 QGeoPolygon LocationSingleton::polygon(const QVariantList &perimeter, const QVariantList &holes) co… in polygon()
295 for (int i = 0; i < holes.size(); i++) { in polygon()
296 if (holes.at(i).type() == QVariant::List) { in polygon()
298 const QVariantList &holeData = holes.at(i).toList(); in polygon()
H A Dlocationsingleton.h94 Q_INVOKABLE QGeoPolygon polygon(const QVariantList &perimeter, const QVariantList &holes) const;
/OK3568_Linux_fs/kernel/fs/xfs/scrub/
H A Dialloc.c427 uint64_t holes; in xchk_iallocbt_rec() local
479 holes = ~xfs_inobt_irec_to_allocmask(&irec); in xchk_iallocbt_rec()
480 if ((holes & irec.ir_free) != holes || in xchk_iallocbt_rec()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/selftests/
H A Di915_buddy.c555 LIST_HEAD(holes); in igt_buddy_alloc_pathological()
599 list_add_tail(&block->link, &holes); in igt_buddy_alloc_pathological()
611 i915_buddy_free_list(&mm, &holes); in igt_buddy_alloc_pathological()
626 list_splice_tail(&holes, &blocks); in igt_buddy_alloc_pathological()
H A Dintel_memory_region.c138 LIST_HEAD(holes); in igt_mock_contiguous()
212 list = &holes; in igt_mock_contiguous()
224 close_objects(mem, &holes); in igt_mock_contiguous()
259 list_splice_tail(&holes, &objects); in igt_mock_contiguous()
/OK3568_Linux_fs/buildroot/board/forlinx/ok3568/fs-overlay/etc/dbus-1/system.d/
H A Dobexd.conf4 <!-- ../system.conf have denied everything, so we just punch some holes -->
/OK3568_Linux_fs/kernel/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.
/OK3568_Linux_fs/kernel/arch/m68k/sun3/
H A Dsun3dvma.c84 static void print_holes(struct list_head *holes) in print_holes() argument
91 list_for_each(cur, holes) { in print_holes()
/OK3568_Linux_fs/kernel/fs/xfs/libxfs/
H A Dxfs_da_format.h606 __u8 holes; /* != 0 if blk needs compaction */ member
656 __u8 holes; member
H A Dxfs_attr_leaf.c169 to->holes = hdr3->holes; in xfs_attr3_leaf_hdr_from_disk()
183 to->holes = from->hdr.holes; in xfs_attr3_leaf_hdr_from_disk()
211 hdr3->holes = from->holes; in xfs_attr3_leaf_hdr_to_disk()
226 to->hdr.holes = from->holes; in xfs_attr3_leaf_hdr_to_disk()
1404 if (!ichdr.holes && sum < entsize) in xfs_attr3_leaf_add()
1590 ichdr_dst->holes = 0; in xfs_attr3_leaf_compact()
2216 ichdr.holes = 1; /* mark as needing compaction */ in xfs_attr3_leaf_remove()
2266 if (savehdr.holes == 0) { in xfs_attr3_leaf_unbalance()
2652 ichdr_s->holes = 1; /* leaf may not be compact */ in xfs_attr3_leaf_moveents()
H A Dxfs_attr_leaf.h34 __u8 holes; member
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/pinctrl/
H A 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)
/OK3568_Linux_fs/kernel/Documentation/vm/
H A 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
/OK3568_Linux_fs/kernel/drivers/clk/tegra/
H 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()
/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/bus/
H A DSbus.c387 int n, holes = 0, i, j; in sparcPromAssignNodes() local
394 holes = 1; in sparcPromAssignNodes()
397 if (holes && (f = fopen("/proc/fb", "r")) != NULL) { in sparcPromAssignNodes()
/OK3568_Linux_fs/buildroot/board/friendlyarm/nanopi-neo/
H A Dreadme.txt12 - 3x USB 2.0 host (one socket, two on expansion pin-holes)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/dist/
H A Dchanges-5.13.044 - Added holes support to QGeoPolygon, currently rendered only when using the
H A Dchanges-5.12.048 - Added holes support to QGeoPolygon. Currently visualized only when using
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.JFFS239 into the disk. The current code do not work with memory holes
/OK3568_Linux_fs/kernel/drivers/net/plip/
H A DKconfig19 ports (the connectors at the computers with 25 holes) are connected
/OK3568_Linux_fs/buildroot/package/patchelf/
H A D0005-Avoid-inflating-file-sizes-needlessly-and-allow-bina.patch13 Its documented in BUGS there is a kernel 'bug' which means that if you have holes
18 loaded into memory there are no holes between the PT_LOAD sections. This inflates the
/OK3568_Linux_fs/kernel/drivers/staging/qlge/
H A DTODO30 * reorder struct members to avoid holes if it doesn't impact performance
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dpci-bridge.h216 struct resource holes[PCI_SRIOV_NUM_BARS]; member

1234