Searched refs:node_to_move (Results 1 – 1 of 1) sorted by relevance
136 struct watchpoint_node* node_to_move = current; in watchpoint_map_resize() local139 size_t new_index = hash_address(node_to_move->entry.address, new_capacity); in watchpoint_map_resize()140 node_to_move->next = new_buckets[new_index]; in watchpoint_map_resize()141 new_buckets[new_index] = node_to_move; in watchpoint_map_resize()