Home
last modified time | relevance | path

Searched defs:maple_tree (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dmaple_tree.h231 struct maple_tree { struct
232 union {
236 unsigned int ma_flags;
237 void __rcu *ma_root;
/linux/tools/testing/radix-tree/
H A Dmaple.c36354 static void writer2(void *maple_tree) in writer2()