Searched refs:pivs (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/lib/ |
D | maple_tree.c | 3169 unsigned long *l_pivs, *pivs, gap; in mas_destroy_rebalance() local 3192 pivs = ma_pivots(newnode, mt); in mas_destroy_rebalance() 3201 memcpy(pivs, l_pivs + split + 1, sizeof(unsigned long) * tmp); in mas_destroy_rebalance() 3202 pivs[tmp] = l_mas.max; in mas_destroy_rebalance() 3204 memcpy(pivs + tmp, ma_pivots(node, mt), sizeof(unsigned long) * end); in mas_destroy_rebalance() 3216 memset(pivs + tmp, 0, in mas_destroy_rebalance() 3244 pivs = ma_pivots(new_left, mt); in mas_destroy_rebalance() 3246 memcpy(pivs, l_pivs, sizeof(unsigned long) * split); in mas_destroy_rebalance() 3255 pivs = ma_pivots(parent, mt); in mas_destroy_rebalance() 3259 pivs[offset - 1] = l_mas.max; in mas_destroy_rebalance()
|