Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:get_test_count
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/kmod/
H
A
D
kmod.sh
515
echo "0001 x $(
get_test_count
0001) - Simple test - 1 thread for empty string"
516
echo "0002 x $(
get_test_count
0002) - Simple test - 1 thread for modules/filesystems that do not exist"
517
echo "0003 x $(
get_test_count
0003) - Simple test - 1 thread for get_fs_type() only"
518
echo "0004 x $(
get_test_count
0004) - Simple test - 2 threads for get_fs_type() only"
519
echo "0005 x $(
get_test_count
0005) - multithreaded tests with default setup - request_module() only"
520
echo "0006 x $(
get_test_count
0006) - multithreaded tests with default setup - get_fs_type() only"
521
echo "0007 x $(
get_test_count
0007) - multithreaded tests with default setup test request_module() and get_fs_type()"
522
echo "0008 x $(
get_test_count
0008) - multithreaded - push kmod_concurrent over max_modprobes for request_module()"
523
echo "0009 x $(
get_test_count
0009) - multithreaded - push kmod_concurrent over max_modprobes for get_fs_type()"
524
echo "0010 x $(
get_test_count
001
580
function
get_test_count
()
global()
function
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/kmod/
H
A
D
kmod.sh
504
echo "0001 x $(
get_test_count
0001) - Simple test - 1 thread for empty string"
505
echo "0002 x $(
get_test_count
0002) - Simple test - 1 thread for modules/filesystems that do not exist"
506
echo "0003 x $(
get_test_count
0003) - Simple test - 1 thread for get_fs_type() only"
507
echo "0004 x $(
get_test_count
0004) - Simple test - 2 threads for get_fs_type() only"
508
echo "0005 x $(
get_test_count
0005) - multithreaded tests with default setup - request_module() only"
509
echo "0006 x $(
get_test_count
0006) - multithreaded tests with default setup - get_fs_type() only"
510
echo "0007 x $(
get_test_count
0007) - multithreaded tests with default setup test request_module() and get_fs_type()"
511
echo "0008 x $(
get_test_count
0008) - multithreaded - push kmod_concurrent over max_modprobes for request_module()"
512
echo "0009 x $(
get_test_count
0009) - multithreaded - push kmod_concurrent over max_modprobes for get_fs_type()"
513
echo "0010 x $(
get_test_count
001
569
function
get_test_count
()
global()
function
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/sysctl/
H
A
D
sysctl.sh
796
echo "0001 x $(
get_test_count
0001) - tests proc_dointvec_minmax()"
797
echo "0002 x $(
get_test_count
0002) - tests proc_dostring()"
798
echo "0003 x $(
get_test_count
0003) - tests proc_dointvec()"
799
echo "0004 x $(
get_test_count
0004) - tests proc_douintvec()"
800
echo "0005 x $(
get_test_count
0005) - tests proc_douintvec() array"
801
echo "0006 x $(
get_test_count
0006) - tests proc_do_large_bitmap()"
802
echo "0007 x $(
get_test_count
0007) - tests setting sysctl from kernel boot param"
848
function
get_test_count
()
function
874
TEST_COUNT=$(
get_test_count
$TEST_ID)
943
test_case $1 $(
get_test_count
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/sysctl/
H
A
D
sysctl.sh
839
echo "0001 x $(
get_test_count
0001) - tests proc_dointvec_minmax()"
840
echo "0002 x $(
get_test_count
0002) - tests proc_dostring()"
841
echo "0003 x $(
get_test_count
0003) - tests proc_dointvec()"
842
echo "0004 x $(
get_test_count
0004) - tests proc_douintvec()"
843
echo "0005 x $(
get_test_count
0005) - tests proc_douintvec() array"
844
echo "0006 x $(
get_test_count
0006) - tests proc_do_large_bitmap()"
845
echo "0007 x $(
get_test_count
0007) - tests setting sysctl from kernel boot param"
846
echo "0008 x $(
get_test_count
0008) - tests sysctl macro values match"
847
echo "0009 x $(
get_test_count
0009) - tests sysct unregister"
848
echo "0010 x $(
get_test_count
001
898
function
get_test_count
()
global()
function
[all...]
Completed in 3 milliseconds