Home
last modified time | relevance | path

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

/linux/lib/
H A Dmaple_tree.c3192 void __rcu **dst_slots; in mas_wr_node_store() local
3219 dst_slots = ma_slots(newnode, wr_mas->type); in mas_wr_node_store()
3223 memcpy(dst_slots, wr_mas->slots, sizeof(void __rcu *) * mas->offset); in mas_wr_node_store()
3228 rcu_assign_pointer(dst_slots[mas->offset], wr_mas->content); in mas_wr_node_store()
3236 rcu_assign_pointer(dst_slots[mas->offset], wr_mas->entry); in mas_wr_node_store()
3248 memcpy(dst_slots + dst_offset, wr_mas->slots + offset_end, in mas_wr_node_store()
3264 memset(dst_slots + clear_from, 0, in mas_wr_node_store()