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

/linux-master/arch/s390/kernel/
H A Ddebug.c43 int act_entry; /* last formated entry (offset */ member in struct:file_private_info
390 debug_entry_t *act_entry; local
393 if (p_info->act_entry == DEBUG_PROLOG_ENTRY) {
401 act_entry = (debug_entry_t *) ((char *)id_snap->areas[p_info->act_area]
402 [p_info->act_page] + p_info->act_entry);
404 if (act_entry->clock == 0LL)
408 act_entry, p_info->temp_buf + len);
411 DEBUG_DATA(act_entry));
425 if (p_info->act_entry == DEBUG_PROLOG_ENTRY) {
426 p_info->act_entry
[all...]

Completed in 116 milliseconds