Home
last modified time | relevance | path

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

/linux-6.1.9/arch/s390/kernel/
Ddebug.c1532 #define DEBUG_SPRINTF_MAX_ARGS 10 macro
1538 int index[DEBUG_SPRINTF_MAX_ARGS]; in debug_sprintf_format_fn()
1553 num_used_args = min(DEBUG_SPRINTF_MAX_ARGS, (num_longs - 1)); in debug_sprintf_format_fn()
1555 memset(index, 0, DEBUG_SPRINTF_MAX_ARGS * sizeof(int)); in debug_sprintf_format_fn()