Home
last modified time | relevance | path

Searched refs:SCLP_TRACE_ENTRY_SIZE (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/s390/char/
H A Dsclp.c37 #define SCLP_TRACE_ENTRY_SIZE sizeof(struct sclp_trace_entry) macro
42 DEFINE_STATIC_DEBUG_INFO(sclp_debug, "sclp", 8, 1, SCLP_TRACE_ENTRY_SIZE,
47 SCLP_TRACE_ENTRY_SIZE, &debug_hex_ascii_view);
105 while (len > SCLP_TRACE_ENTRY_SIZE && d[len - 1] == 0) in no_zeroes_len()
130 limit = SCLP_TRACE_ENTRY_SIZE; in abbrev_len()