Searched refs:old_count (Results 1 – 1 of 1) sorted by relevance
96 unsigned long old_count; in test_parman_resize() local104 old_count = test_parman->prio_array_limit; in test_parman_resize()105 if (new_count > old_count) in test_parman_resize()106 memset(&prio_array[old_count], 0, in test_parman_resize()107 ITEM_PTRS_SIZE(new_count - old_count)); in test_parman_resize()