Searched refs:mas_node_count (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/lib/ |
H A D | maple_tree.c | 1333 * mas_node_count() - Check if enough nodes are allocated and request more if 1350 * mas_node_count() - Check if enough nodes are allocated and request more if 1357 static void mas_node_count(struct ma_state *mas, int count) in mas_node_count() function 3013 mas_node_count(mas, empty_count * 2 - 1); in mas_rebalance() 3067 mas_node_count(mas, 3); in mas_destroy_rebalance() 3380 mas_node_count(mas, 1 + mas->depth * 2); in mas_split() 3487 mas_node_count(wr_mas->mas, 1); in mas_commit_b_node() 3515 mas_node_count(mas, 1); in mas_root_expand() 3792 mas_node_count(mas, 1); in mas_new_root() 3857 mas_node_count(ma in mas_wr_spanning_store() [all...] |
/kernel/linux/linux-6.6/tools/testing/radix-tree/ |
H A D | maple.c | 107 mas_node_count(&mas, 3); in check_new_node() 147 mas_node_count(&mas, 3); in check_new_node() 281 mas_node_count(&mas, total); in check_new_node() 301 mas_node_count(&mas, i); /* Request */ in check_new_node() 316 mas_node_count(&mas, i); /* Request */ in check_new_node() 342 mas_node_count(&mas, MAPLE_ALLOC_SLOTS + 1); /* Request */ in check_new_node() 359 mas_node_count(&mas, MAPLE_ALLOC_SLOTS + 2); /* Request */ in check_new_node() 388 mas_node_count(&mas, i); /* Request */ in check_new_node() 395 mas_node_count(&mas, i); /* Request */ in check_new_node() 404 mas_node_count( in check_new_node() [all...] |
Completed in 9 milliseconds