Home
last modified time | relevance | path

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

/linux-6.6.21/arch/s390/kernel/
Ddebug.c1522 #define DEBUG_SPRINTF_MAX_ARGS 10 macro
1529 int index[DEBUG_SPRINTF_MAX_ARGS]; in debug_sprintf_format_fn()
1544 num_used_args = min(DEBUG_SPRINTF_MAX_ARGS, (num_longs - 1)); in debug_sprintf_format_fn()
1546 memset(index, 0, DEBUG_SPRINTF_MAX_ARGS * sizeof(int)); in debug_sprintf_format_fn()