Home
last modified time | relevance | path

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

/linux/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.
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/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
22 maple: $(CORE_OFILES) maple.o target
H A D.gitignore11 maple
/linux/Documentation/arch/sh/
H A Dindex.rst49 .. kernel-doc:: drivers/sh/maple/maple.c
/linux/drivers/sh/maple/
H A DMakefile4 obj-$(CONFIG_MAPLE) := maple.o
/linux/drivers/sh/
H A DMakefile9 obj-$(CONFIG_MAPLE) += maple/
/linux/tools/testing/vma/
H A DMakefile9 OFILES = $(SHARED_OFILES) vma.o maple-shim.o
/linux/drivers/base/regmap/
H A DMakefile6 obj-$(CONFIG_REGMAP) += regcache-rbtree.o regcache-flat.o regcache-maple.o
/linux/arch/arm64/boot/dts/qcom/
H A Dmsm8998-sony-xperia-yoshino-maple.dts13 compatible = "sony,xperia-maple", "qcom,msm8998";
/linux/Documentation/mm/
H A Dprocess_addrs.rst24 Each mm object contains a maple tree data structure which describes all VMAs
789 Importantly, maple tree operations performed in :c:func:`!lock_vma_under_rcu`
/linux/lib/
H A DKconfig.debug834 bool "Debug VM maple trees"
838 Enable VM maple tree debugging information and extra validations.
1785 bool "Debug maple trees"
1788 Enable maple tree debugging information and extra validations.
2465 Enable this option to test the maple tree code functions at boot, or
/linux/Documentation/networking/
H A Darcnet-hardware.rst2441 The board itself has a maple leaf stamped just above the irq jumpers
/linux/
H A DMAINTAINERS13916 L: maple-tree@lists.infradead.org
13925 F: tools/testing/radix-tree/maple.c