debug_info_snapshot  579 arch/s390/kernel/debug.c 	debug_info_t *debug_info, *debug_info_snapshot;
debug_info_snapshot  603 arch/s390/kernel/debug.c 		debug_info_snapshot = debug_info_copy(debug_info, NO_AREAS);
debug_info_snapshot  605 arch/s390/kernel/debug.c 		debug_info_snapshot = debug_info_copy(debug_info, ALL_AREAS);
debug_info_snapshot  607 arch/s390/kernel/debug.c 	if (!debug_info_snapshot) {
debug_info_snapshot  613 arch/s390/kernel/debug.c 		debug_info_free(debug_info_snapshot);
debug_info_snapshot  618 arch/s390/kernel/debug.c 	p_info->debug_info_snap = debug_info_snapshot;