Home
last modified time | relevance | path

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

/linux-6.15/Documentation/core-api/
H A 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.
51 allocated maple trees or mt_init() for dynamically allocated ones. A
84 You can use mtree_dup() to duplicate an entire maple tree. It is a more
87 Finally, you can remove all entries from a maple tree by calling
95 :ref:`maple-tree-advanced-alloc` for other options.
149 Initialising the maple tree is the same as in the :ref:`maple-tree-normal-api`.
152 The maple state keeps track of the range start and end in mas->index and
160 The range is passed in as members of the maple state: index and last.
163 last of the maple state to the desired range to erase. This will erase
[all …]
/linux-6.15/tools/testing/radix-tree/
H A DMakefile5 TARGETS = main idr-test multiorder xarray maple
6 CORE_OFILES = $(SHARED_OFILES) xarray.o maple.o test.o
23 maple: $(CORE_OFILES) maple.o target
H A D.gitignore11 maple
/linux-6.15/Documentation/arch/sh/
H A Dindex.rst49 .. kernel-doc:: drivers/sh/maple/maple.c
/linux-6.15/tools/testing/shared/
H A Dshared.mk52 maple-shared.o: ../shared/maple-shared.c ../../../lib/maple_tree.c \
/linux-6.15/drivers/sh/maple/
H A DMakefile4 obj-$(CONFIG_MAPLE) := maple.o
/linux-6.15/drivers/sh/
H A DMakefile9 obj-$(CONFIG_MAPLE) += maple/
/linux-6.15/tools/testing/vma/
H A DMakefile9 OFILES = $(SHARED_OFILES) vma.o maple-shim.o
/linux-6.15/tools/testing/rbtree/
H A DMakefile6 OFILES = $(SHARED_OFILES) rbtree-shim.o interval_tree-shim.o maple-shim.o
/linux-6.15/drivers/base/regmap/
H A DMakefile6 obj-$(CONFIG_REGMAP) += regcache-rbtree.o regcache-flat.o regcache-maple.o
/linux-6.15/arch/arm64/boot/dts/qcom/
H A Dmsm8998-sony-xperia-yoshino-maple.dts13 compatible = "sony,xperia-maple", "qcom,msm8998";
H A DMakefile109 dtb-$(CONFIG_ARCH_QCOM) += msm8998-sony-xperia-yoshino-maple.dtb
/linux-6.15/Documentation/mm/
H A Dprocess_addrs.rst24 Each mm object contains a maple tree data structure which describes all VMAs
795 Importantly, maple tree operations performed in :c:func:`!lock_vma_under_rcu`
/linux-6.15/lib/
H A DKconfig.debug853 bool "Debug VM maple trees"
857 Enable VM maple tree debugging information and extra validations.
1806 bool "Debug maple trees"
1809 Enable maple tree debugging information and extra validations.
2498 Enable this option to test the maple tree code functions at boot, or
/linux-6.15/Documentation/devicetree/bindings/arm/
H A Dqcom.yaml343 - sony,xperia-maple
/linux-6.15/Documentation/networking/
H A Darcnet-hardware.rst2441 The board itself has a maple leaf stamped just above the irq jumpers
/linux-6.15/
H A DMAINTAINERS14244 L: maple[email protected]
14252 F: tools/testing/radix-tree/maple.c