Searched refs:debug_info_snapshot (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Ddebug.c607 debug_info_t *debug_info, *debug_info_snapshot; local
632 debug_info_snapshot = debug_info_copy(debug_info, NO_AREAS);
634 debug_info_snapshot = debug_info_copy(debug_info, ALL_AREAS);
637 if(!debug_info_snapshot){
644 debug_info_free(debug_info_snapshot);
649 p_info->debug_info_snap = debug_info_snapshot;

Completed in 56 milliseconds