OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_test_count
(Results
1 - 2
of
2
) sorted by null
/external/linux-kselftest/tools/testing/selftests/kmod/
kmod.sh
454
echo "0001 x $(
get_test_count
0001) - Simple test - 1 thread for empty string"
455
echo "0002 x $(
get_test_count
0002) - Simple test - 1 thread for modules/filesystems that do not exist"
456
echo "0003 x $(
get_test_count
0003) - Simple test - 1 thread for get_fs_type() only"
457
echo "0004 x $(
get_test_count
0004) - Simple test - 2 threads for get_fs_type() only"
458
echo "0005 x $(
get_test_count
0005) - multithreaded tests with default setup - request_module() only"
459
echo "0006 x $(
get_test_count
0006) - multithreaded tests with default setup - get_fs_type() only"
460
echo "0007 x $(
get_test_count
0007) - multithreaded tests with default setup test request_module() and get_fs_type()"
461
echo "0008 x $(
get_test_count
0008) - multithreaded - push kmod_concurrent over max_modprobes for request_module()"
462
echo "0009 x $(
get_test_count
0009) - multithreaded - push kmod_concurrent over max_modprobes for get_fs_type()"
508
function
get_test_count
()
function
[
all
...]
/external/linux-kselftest/tools/testing/selftests/sysctl/
sysctl.sh
616
echo "0001 x $(
get_test_count
0001) - tests proc_dointvec_minmax()"
617
echo "0002 x $(
get_test_count
0002) - tests proc_dostring()"
618
echo "0003 x $(
get_test_count
0003) - tests proc_dointvec()"
619
echo "0004 x $(
get_test_count
0004) - tests proc_douintvec()"
620
echo "0005 x $(
get_test_count
0005) - tests proc_douintvec() array"
668
function
get_test_count
()
function
688
TEST_COUNT=$(
get_test_count
$TEST_ID)
751
test_case $1 $(
get_test_count
$1)
Completed in 146 milliseconds