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

/arch/s390/kernel/
H A Ddebug.c42 int act_entry; /* last formated entry (offset */ member in struct:file_private_info
459 debug_entry_t *act_entry; local
461 if(p_info->act_entry == DEBUG_PROLOG_ENTRY){
469 act_entry = (debug_entry_t *) ((char*)id_snap->areas[p_info->act_area]
470 [p_info->act_page] + p_info->act_entry);
472 if (act_entry->id.stck == 0LL)
476 act_entry, p_info->temp_buf + len);
479 DEBUG_DATA(act_entry));
495 if(p_info->act_entry == DEBUG_PROLOG_ENTRY){
496 p_info->act_entry
[all...]

Completed in 110 milliseconds