Searched refs:pivs (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/lib/ |
H A D | maple_tree.c | 3058 unsigned long *l_pivs, *pivs, gap; in mas_destroy_rebalance() local 3081 pivs = ma_pivots(newnode, mt); in mas_destroy_rebalance() 3090 memcpy(pivs, l_pivs + split + 1, sizeof(unsigned long) * tmp); in mas_destroy_rebalance() 3091 pivs[tmp] = l_mas.max; in mas_destroy_rebalance() 3093 memcpy(pivs + tmp, ma_pivots(node, mt), sizeof(unsigned long) * end); in mas_destroy_rebalance() 3105 memset(pivs + tmp, 0, in mas_destroy_rebalance() 3134 pivs = ma_pivots(new_left, mt); in mas_destroy_rebalance() 3136 memcpy(pivs, l_pivs, sizeof(unsigned long) * split); in mas_destroy_rebalance() 3145 pivs = ma_pivots(parent, mt); in mas_destroy_rebalance() 3149 pivs[offset - 1] = l_mas.max; in mas_destroy_rebalance()
|