Searched refs:clear_from (Results 1 – 1 of 1) sorted by relevance
3258 unsigned char clear_from = new_end + 1; in mas_wr_node_store() local3264 memset(dst_slots + clear_from, 0, in mas_wr_node_store()3265 sizeof(void __rcu *) * (node_slots - clear_from)); in mas_wr_node_store()3266 if (clear_from < node_pivots) in mas_wr_node_store()3267 memset(dst_pivots + clear_from, 0, in mas_wr_node_store()3268 sizeof(unsigned long) * (node_pivots - clear_from)); in mas_wr_node_store()