Home
last modified time | relevance | path

Searched refs:mt_slots (Results 1 – 2 of 2) sorted by relevance

/linux/lib/
H A Dmaple_tree.c110 static const unsigned char mt_slots[] = { variable
116 #define mt_slot_count(x) mt_slots[mte_node_type(x)]
1498 for (i = 0; i < mt_slots[mt]; i++) { in mas_leaf_max_gap()
1870 unsigned char slot_count = mt_slots[bn->type]; in mab_calc_split()
1978 if (end < mt_slots[mt] - 1) in mas_leaf_set_meta()
2372 unsigned char slot_count = mt_slots[b_node->type]; in mas_mab_to_node()
2917 mab_mas_cp(mast->bn, 0, mt_slots[mast->bn->type] - 1, &l_mas, true); in mas_spanning_rebalance()
3012 unsigned char offset, tmp, split = mt_slots[mt] / 2; in mas_destroy_rebalance()
3053 unsigned char max_s = mt_slots[mt]; in mas_destroy_rebalance()
3059 if (tmp < mt_slots[mt]) in mas_destroy_rebalance()
[all …]
/linux/tools/testing/radix-tree/
H A Dmaple.c35946 for (i = 0; i < mt_slots[type]; i++) { in compare_node()
36072 if (mas_data_end(&mas) + 1 < mt_slots[type]) { in build_full_tree()