Lines Matching defs:copy
34 #define ALL_AREAS 0 /* copy all debug areas */
35 #define NO_AREAS 1 /* copy no debug areas */
324 * - copy debug-info
332 /* get a consistent copy of the debug areas */
552 /* To copy all the areas is only needed, if we have a view which */
710 debug_info_t *copy;
718 copy = debug_info_alloc("", pages_per_area, nr_areas, id->buf_size,
720 if (!copy) {
733 /* Replace static trace area with dynamic copy. */
735 debug_events_append(copy, id);
736 debug_areas_swap(id, copy);
739 /* Clear pointers to initdata and discard copy. */
740 copy->areas = NULL;
741 copy->active_pages = NULL;
742 copy->active_entries = NULL;
743 debug_info_free(copy);