Home
last modified time | relevance | path

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

/linux/arch/s390/kernel/
H A Ddebug.c1683 #define DEBUG_SPRINTF_MAX_ARGS 10 macro
1690 int index[DEBUG_SPRINTF_MAX_ARGS]; in debug_sprintf_format_fn()
1706 num_used_args = min(DEBUG_SPRINTF_MAX_ARGS, (num_longs - 1)); in debug_sprintf_format_fn()
1708 memset(index, 0, DEBUG_SPRINTF_MAX_ARGS * sizeof(int)); in debug_sprintf_format_fn()
/linux/arch/s390/include/asm/
H A Ddebug.h88 #define DEBUG_SPRINTF_MAX_ARGS 10 macro