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

/linux-master/arch/s390/kernel/
H A Ddebug.c1527 int num_longs, num_used_args = 0, i, rc = 0; local
1531 num_longs = id->buf_size / sizeof(long);
1533 if (num_longs < 1)
1535 if (num_longs == 1) {
1543 num_used_args = min(DEBUG_SPRINTF_MAX_ARGS, (num_longs - 1));

Completed in 121 milliseconds