Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/gpio/
H A Dgpio-mockup.sh202 test_line() function
302 test_line $gc 0
304 test_line $gc $((RANDOM % ($width - 2) + 1))
306 test_line $gc $(($width - 1))
/linux/lib/kunit/
H A Dstring-stream-test.c459 char test_line[101]; in string_stream_performance_test() local
467 memset(test_line, 'x', sizeof(test_line) - 1); in string_stream_performance_test()
468 test_line[sizeof(test_line) - 1] = '\0'; in string_stream_performance_test()
472 offset = i % (sizeof(test_line) - 1); in string_stream_performance_test()
473 string_stream_add(stream, "%s: %d\n", &test_line[offset], i); in string_stream_performance_test()