Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/md/persistent-data/
Ddm-btree.c730 unsigned middle_index; in split_two_into_three() local
739 middle_index = 1; in split_two_into_three()
745 middle_index = parent_index; in split_two_into_three()
768 pn->keys[middle_index] = rn->keys[0]; in split_two_into_three()
771 r = insert_at(sizeof(__le64), pn, middle_index, in split_two_into_three()