Searched refs:mas_node_count (Results 1 - 2 of 2) sorted by relevance

/linux-master/lib/
H A Dmaple_tree.c1327 * mas_node_count() - Check if enough nodes are allocated and request more if
1334 static void mas_node_count(struct ma_state *mas, int count) function
2979 mas_node_count(mas, empty_count * 2 - 1);
3033 mas_node_count(mas, 3);
3345 mas_node_count(mas, 1 + mas->depth * 2);
3451 mas_node_count(wr_mas->mas, 1);
3480 mas_node_count(mas, 1);
3752 mas_node_count(mas, 1);
3818 mas_node_count(mas, 1 + height * 3);
3904 mas_node_count(ma
[all...]
/linux-master/tools/testing/radix-tree/
H A Dmaple.c107 mas_node_count(&mas, 3);
148 mas_node_count(&mas, 3);
284 mas_node_count(&mas, total);
305 mas_node_count(&mas, i); /* Request */
320 mas_node_count(&mas, i); /* Request */
346 mas_node_count(&mas, MAPLE_ALLOC_SLOTS + 1); /* Request */
363 mas_node_count(&mas, MAPLE_ALLOC_SLOTS + 2); /* Request */
392 mas_node_count(&mas, i); /* Request */
399 mas_node_count(&mas, i); /* Request */
408 mas_node_count(
[all...]

Completed in 122 milliseconds