Searched refs:dst_slots (Results 1 – 1 of 1) sorted by relevance
3131 void __rcu **dst_slots; in mas_wr_node_store() local3158 dst_slots = ma_slots(newnode, wr_mas->type); in mas_wr_node_store()3162 memcpy(dst_slots, wr_mas->slots, sizeof(void __rcu *) * mas->offset); in mas_wr_node_store()3167 rcu_assign_pointer(dst_slots[mas->offset], wr_mas->content); in mas_wr_node_store()3175 rcu_assign_pointer(dst_slots[mas->offset], wr_mas->entry); in mas_wr_node_store()3187 memcpy(dst_slots + dst_offset, wr_mas->slots + offset_end, in mas_wr_node_store()