Home
last modified time | relevance | path

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

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