Searched refs:newarray (Results 1 – 1 of 1) sorted by relevance
2338 struct smrq_slist_head *newarray, *oldarray; in __smr_hash_shrink_and_unlock() local2353 newarray = smr_hash_alloc_array(newsize); in __smr_hash_shrink_and_unlock()2354 if (newarray == NULL) { in __smr_hash_shrink_and_unlock()2367 newarray[i] = oldarray[i]; in __smr_hash_shrink_and_unlock()2368 smrq_serialized_append(&newarray[i], &oldarray[i + newsize]); in __smr_hash_shrink_and_unlock()2375 smr_hash_array_encode(newarray, neworder), release); in __smr_hash_shrink_and_unlock()2397 struct smrq_slist_head *newarray, *oldarray; in __smr_hash_grow_and_unlock() local2412 newarray = smr_hash_alloc_array(newsize); in __smr_hash_grow_and_unlock()2413 if (newarray == NULL) { in __smr_hash_grow_and_unlock()2421 smr_hash_free_array(newarray, newsize); in __smr_hash_grow_and_unlock()[all …]