Searched refs:mt_slot_count (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/lib/ |
H A D | maple_tree.c | 99 #define mt_slot_count(x) mt_slots[mte_node_type(x)] macro 2269 mas_mab_cp(mast->orig_r, 0, mt_slot_count(mast->orig_r->node), in mast_rebalance_next() 2752 mt_slot_count(mast->orig_r->node), mast->bn, in mast_combine_cp_right() 2777 if (mast->bn->b_end >= mt_slot_count(mast->orig_l->node)) in mast_overflow() 3025 mas_mab_cp(&r_mas, 0, mt_slot_count(r_mas.node), b_node, b_end); in mas_rebalance() 3233 mas_mab_cp(mas, split + skip, mt_slot_count(mas->node) - 1, in mast_fill_bnode() 3297 space = 2 * mt_slot_count(mas->node) - 2; in mas_push_data() 5148 for (offset = 0; offset < mt_slot_count(enode); offset++) { in mte_dead_leaves() 6936 for (i = 0; i < mt_slot_count(mte); i++) { in mas_validate_gaps() 6949 for (i = 0; i < mt_slot_count(mt in mas_validate_gaps() [all...] |
/kernel/linux/linux-6.6/tools/testing/radix-tree/ |
H A D | maple.c | 1027 if (mas_start.offset > mt_slot_count(mas_start.node)) { in check_erase2_testset() [all...] |
Completed in 30 milliseconds