Home
last modified time | relevance | path

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

/linux-6.1.9/arch/s390/kernel/
Ddebug.c1537 int num_longs, num_used_args = 0, i, rc = 0; in debug_sprintf_format_fn() local
1541 num_longs = id->buf_size / sizeof(long); in debug_sprintf_format_fn()
1543 if (num_longs < 1) in debug_sprintf_format_fn()
1545 if (num_longs == 1) { in debug_sprintf_format_fn()
1553 num_used_args = min(DEBUG_SPRINTF_MAX_ARGS, (num_longs - 1)); in debug_sprintf_format_fn()