Searched refs:DEBUG_DATA (Results 1 – 3 of 3) sorted by relevance
/linux/arch/s390/kernel/ |
A D | debug.c | 411 DEBUG_DATA(act_entry)); in debug_format_entry() 1047 memcpy(DEBUG_DATA(active), buf, min(len, id->buf_size)); in debug_event_common() 1049 memset((DEBUG_DATA(active)) + len, 0, id->buf_size - len); in debug_event_common() 1080 memcpy(DEBUG_DATA(active), buf, min(len, id->buf_size)); in debug_exception_common() 1082 memset((DEBUG_DATA(active)) + len, 0, id->buf_size - len); in debug_exception_common() 1129 curr_event = (debug_sprintf_entry_t *) DEBUG_DATA(active); in __debug_sprintf_event() 1165 curr_event = (debug_sprintf_entry_t *)DEBUG_DATA(active); in __debug_sprintf_exception()
|
/linux/arch/s390/include/asm/ |
A D | debug.h | 27 #define DEBUG_DATA(entry) (char *)(entry + 1) /* data is stored behind */ macro
|
/linux/drivers/net/wan/ |
A D | cosa.c | 191 #undef DEBUG_DATA //1 /* Dump the data read or written to the channel */ 1215 #ifdef DEBUG_DATA in cosa_start_tx() 1911 #ifdef DEBUG_DATA in eot_interrupt()
|
Completed in 20 milliseconds