Searched refs:dst_slots (Results 1 – 1 of 1) sorted by relevance
3795 void __rcu **dst_slots; in mas_wr_node_store() local3817 dst_slots = ma_slots(newnode, wr_mas->type); in mas_wr_node_store()3820 memcpy(dst_slots, wr_mas->slots, sizeof(void *) * mas->offset); in mas_wr_node_store()3824 rcu_assign_pointer(dst_slots[mas->offset], wr_mas->content); in mas_wr_node_store()3831 rcu_assign_pointer(dst_slots[mas->offset], wr_mas->entry); in mas_wr_node_store()3843 memcpy(dst_slots + dst_offset, wr_mas->slots + offset_end, in mas_wr_node_store()