Searched refs:pivs (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/lib/ |
| H A D | maple_tree.c | 3010 unsigned long *l_pivs, *pivs, gap; in mas_destroy_rebalance() local 3028 pivs = ma_pivots(newnode, mt); in mas_destroy_rebalance() 3037 memcpy(pivs, l_pivs + split + 1, sizeof(unsigned long) * tmp); in mas_destroy_rebalance() 3038 pivs[tmp] = l_mas.max; in mas_destroy_rebalance() 3040 memcpy(pivs + tmp, ma_pivots(node, mt), sizeof(unsigned long) * end); in mas_destroy_rebalance() 3052 memset(pivs + tmp, 0, in mas_destroy_rebalance() 3081 pivs = ma_pivots(new_left, mt); in mas_destroy_rebalance() 3083 memcpy(pivs, l_pivs, sizeof(unsigned long) * split); in mas_destroy_rebalance() 3092 pivs = ma_pivots(parent, mt); in mas_destroy_rebalance() 3096 pivs[offset - 1] = l_mas.max; in mas_destroy_rebalance()
|