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

/linux-master/lib/
H A Dmaple_tree.c1057 unsigned char a_slot; local
1103 a_slot = mte_parent_slot(p_enode);
1110 if (!set_min && a_slot) {
1112 min = pivots[a_slot - 1] + 1;
1115 if (!set_max && a_slot < mt_pivots[a_type]) {
1117 max = pivots[a_slot];

Completed in 143 milliseconds