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

/linux-master/include/linux/
H A Dmaple_tree.h132 struct maple_alloc { struct
136 struct maple_alloc *slot[MAPLE_ALLOC_SLOTS];
297 struct maple_alloc alloc;
399 * node will be of type maple_alloc. maple_alloc has MAPLE_NODE_SLOTS - 1 for
433 struct maple_alloc *alloc; /* Allocated nodes for this operation */
/linux-master/lib/
H A Dmaple_tree.c616 mas->alloc = (struct maple_alloc *)(((count) << 1U) | 1U);
1141 struct maple_alloc *ret, *node = mas->alloc;
1188 struct maple_alloc *reuse = (struct maple_alloc *)used;
1189 struct maple_alloc *head = mas->alloc;
1223 struct maple_alloc *node;
1242 node = (struct maple_alloc *)mt_alloc_one(gfp);
5580 struct maple_alloc *node;
/linux-master/tools/testing/radix-tree/
H A Dmaple.c68 struct maple_alloc *node = mas->alloc;
95 struct maple_alloc *smn;
[all...]

Completed in 196 milliseconds