Searched refs:no_right (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/lib/ |
H A D | btree.c | 544 int i, no_left, no_right; in rebalance() local 573 no_right = getfill(geo, right, 0); in rebalance() 574 if (fill + no_right <= geo->no_pairs) { in rebalance() 577 right, no_right, in rebalance()
|
/kernel/linux/linux-6.6/lib/ |
H A D | btree.c | 540 int i, no_left, no_right; in rebalance() local 569 no_right = getfill(geo, right, 0); in rebalance() 570 if (fill + no_right <= geo->no_pairs) { in rebalance() 573 right, no_right, in rebalance()
|
Completed in 4 milliseconds