Searched refs:old_info (Results 1 – 1 of 1) sorted by relevance
321 ralloc_header *new_info, *old_info, *child; in ralloc_adopt() local326 old_info = get_header(old_ctx); in ralloc_adopt()330 if (unlikely(old_info->child == NULL)) in ralloc_adopt()334 for (child = old_info->child; child->next != NULL; child = child->next) { in ralloc_adopt()343 new_info->child = old_info->child; in ralloc_adopt()344 old_info->child = NULL; in ralloc_adopt()