Home
last modified time | relevance | path

Searched refs:maple_alloc (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dmaple_tree.h132 struct maple_alloc { struct
136 struct maple_alloc *slot[MAPLE_ALLOC_SLOTS]; argument
294 struct maple_alloc alloc;
387 struct maple_alloc *alloc; /* Allocated nodes for this operation */
/openbmc/linux/lib/
H A Dmaple_tree.c611 mas->alloc = (struct maple_alloc *)(((count) << 1U) | 1U); in mas_set_alloc_req()
1165 struct maple_alloc *ret, *node = mas->alloc; in mas_pop_node()
1212 struct maple_alloc *reuse = (struct maple_alloc *)used; in mas_push_node()
1213 struct maple_alloc *head = mas->alloc; in mas_push_node()
1247 struct maple_alloc *node; in mas_alloc_nodes()
1265 node = (struct maple_alloc *)mt_alloc_one(gfp); in mas_alloc_nodes()
5566 struct maple_alloc *node; in mas_destroy()
/openbmc/linux/tools/testing/radix-tree/
H A Dmaple.c68 struct maple_alloc *node = mas->alloc; in get_alloc_node_count()
95 struct maple_alloc *smn; in check_new_node()