Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Dmaple_tree.c3046 void __rcu **l_slots, **slots; in mas_destroy_rebalance() local
3072 l_slots = ma_slots(left, mt); in mas_destroy_rebalance()
3074 if (!l_slots[split]) in mas_destroy_rebalance()
3078 memcpy(slots, l_slots + split + 1, sizeof(void *) * tmp); in mas_destroy_rebalance()
3108 memset(l_slots + tmp, 0, sizeof(void *) * (max_s - tmp)); in mas_destroy_rebalance()
3124 memcpy(slots, l_slots, sizeof(void *) * split); in mas_destroy_rebalance()