Home
last modified time | relevance | path

Searched refs:maple (Results 1 – 21 of 21) sorted by relevance

/linux-6.6.21/Documentation/core-api/
Dmaple_tree.rst24 use the normal API. An :ref:`maple-tree-advanced-api` exists for more complex
34 :ref:`maple-tree-advanced-api`, but are blocked by the normal API.
40 :ref:`maple-tree-advanced-api`. This is useful for users who must guarantee a
50 Start by initialising a maple tree, either with DEFINE_MTREE() for statically
51 allocated maple trees or mt_init() for dynamically allocated ones. A
52 freshly-initialised maple tree contains a ``NULL`` pointer for the range ``0``
53 - ``ULONG_MAX``. There are currently two types of maple trees supported: the
78 worth looking at the mas_for_each() API in the :ref:`maple-tree-advanced-api`
81 Sometimes it is necessary to ensure the next call to store to a maple tree does
82 not allocate memory, please see :ref:`maple-tree-advanced-api` for this use case.
[all …]
/linux-6.6.21/tools/testing/radix-tree/
DMakefile7 TARGETS = main idr-test multiorder xarray maple
9 slab.o maple.o
37 maple: $(CORE_OFILES) target
63 maple.o: ../../../lib/maple_tree.c ../../../lib/test_maple_tree.c
D.gitignore10 maple
/linux-6.6.21/Documentation/arch/sh/
Dindex.rst55 .. kernel-doc:: drivers/sh/maple/maple.c
/linux-6.6.21/drivers/sh/maple/
DMakefile4 obj-$(CONFIG_MAPLE) := maple.o
/linux-6.6.21/drivers/sh/
DMakefile9 obj-$(CONFIG_MAPLE) += maple/
/linux-6.6.21/arch/powerpc/platforms/maple/
Dsetup.c345 machine_device_initcall(maple, maple_cpc925_edac_setup);
348 define_machine(maple) { in define_machine() argument
Dpci.c663 if (machine_is(maple)) { in quirk_ipr_msi()
/linux-6.6.21/arch/powerpc/platforms/
DMakefile19 obj-$(CONFIG_PPC_MAPLE) += maple/
DKconfig10 source "arch/powerpc/platforms/maple/Kconfig"
/linux-6.6.21/arch/powerpc/boot/
D.gitignore33 zImage.maple
Dwrapper274 maple)
540 pseries|chrp|maple)
DMakefile285 image-$(CONFIG_PPC_MAPLE) += zImage.maple
458 zImage.maple simpleImage.* otheros.bld
/linux-6.6.21/drivers/base/regmap/
DMakefile6 obj-$(CONFIG_REGMAP) += regcache-rbtree.o regcache-flat.o regcache-maple.o
/linux-6.6.21/arch/arm64/boot/dts/qcom/
Dmsm8998-sony-xperia-yoshino-maple.dts13 compatible = "sony,xperia-maple", "qcom,msm8998";
DMakefile81 dtb-$(CONFIG_ARCH_QCOM) += msm8998-sony-xperia-yoshino-maple.dtb
/linux-6.6.21/drivers/cpufreq/
DMakefile95 obj-$(CONFIG_CPU_FREQ_MAPLE) += maple-cpufreq.o
/linux-6.6.21/lib/
DKconfig.debug810 bool "Debug VM maple trees"
814 Enable VM maple tree debugging information and extra validations.
1724 bool "Debug maple trees"
1727 Enable maple tree debugging information and extra validations.
2377 Enable this option to test the maple tree code functions at boot, or
/linux-6.6.21/Documentation/devicetree/bindings/arm/
Dqcom.yaml326 - sony,xperia-maple
/linux-6.6.21/Documentation/networking/
Darcnet-hardware.rst2441 The board itself has a maple leaf stamped just above the irq jumpers
/linux-6.6.21/
DMAINTAINERS12605 L: maple-tree@lists.infradead.org
12614 F: tools/testing/radix-tree/maple.c