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:checkarg
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/rcutorture/bin/
H
A
D
kvm.sh
87
checkarg
--bootargs "(list of kernel boot arguments)" "$#" "$2" '.*' '^--'
92
checkarg
--bootimage "(relative path to kernel boot image)" "$#" "$2" '[a-zA-Z0-9][a-zA-Z0-9_]*' '^--'
100
checkarg
--configs "(list of config files)" "$#" "$2" '^[^/]*$' '^--'
105
checkarg
--cpus "(number)" "$#" "$2" '^[0-9]*$' '^--'
116
checkarg
--datestamp "(relative pathname)" "$#" "$2" '^[^/]*$' '^--'
121
checkarg
--defconfig "defconfigtype" "$#" "$2" '^[^/][^/]*$' '^--'
126
checkarg
--dryrun "sched|script" $# "$2" 'sched\|script' '^--'
131
checkarg
--duration "(minutes)" $# "$2" '^[0-9]*$' '^error'
147
checkarg
--jitter "(# threads [ sleep [ spin ] ])" $# "$2" '^-\{,1\}[0-9]\+\( \+[0-9]\+\)\{,2\} *$' '^error$'
152
checkarg
[all...]
H
A
D
functions.sh
18
#
checkarg
--argname argtype $# arg mustmatch cannotmatch
22
checkarg
() {
function
/kernel/linux/linux-6.6/tools/memory-model/scripts/
H
A
D
parseargs.sh
53
#
checkarg
--argname argtype $# arg mustmatch cannotmatch
54
checkarg
() {
function
78
checkarg
--destdir "(path to directory)" "$#" "$2" '.\+' '^--'
96
checkarg
--destdir "(herd7 options)" "$#" "$2" '.*' '^--'
101
checkarg
--hw "(.map file architecture name)" "$#" "$2" '^[A-Za-z0-9_-]\+' '^--'
116
checkarg
--jobs "(number)" "$#" "$2" '^[1-9][0-9]*$' '^--'
121
checkarg
--procs "(number)" "$#" "$2" '^[0-9]\+$' '^--'
126
checkarg
--timeout "(timeout spec)" "$#" "$2" '^\([0-9]\+[smhd]\?\|\)$' '^--'
/kernel/linux/linux-6.6/tools/testing/selftests/rcutorture/bin/
H
A
D
kvm.sh
102
checkarg
--bootargs "(list of kernel boot arguments)" "$#" "$2" '.*' '^--'
107
checkarg
--bootimage "(relative path to kernel boot image)" "$#" "$2" '[a-zA-Z0-9][a-zA-Z0-9_]*' '^--'
115
checkarg
--configs "(list of config files)" "$#" "$2" '^[^/.a-z]\+$' '^--'
120
checkarg
--cpus "(number)" "$#" "$2" '^[0-9]*$' '^--'
134
checkarg
--datestamp "(relative pathname)" "$#" "$2" '^[a-zA-Z0-9._/-]*$' '^--'
139
checkarg
--defconfig "defconfigtype" "$#" "$2" '^[^/][^/]*$' '^--'
144
checkarg
--dryrun "batches|sched|script" $# "$2" 'batches\|scenarios\|sched\|script' '^--'
149
checkarg
--duration "(minutes)" $# "$2" '^[0-9][0-9]*\(s\|m\|h\|d\|\)$' '^error'
177
checkarg
--jitter "(# threads [ sleep [ spin ] ])" $# "$2" '^-\{,1\}[0-9]\+\( \+[0-9]\+\)\{,2\} *$' '^error$'
189
checkarg
[all...]
H
A
D
kvm-again.sh
82
checkarg
--bootargs "(list of kernel boot arguments)" "$#" "$2" '.*' '^--'
87
checkarg
--datestamp "(relative pathname)" "$#" "$2" '^[a-zA-Z0-9._/-]*$' '^--'
107
checkarg
--duration "(minutes)" $# "$2" '^[0-9][0-9]*\(s\|m\|h\|d\|\)$' '^error'
124
checkarg
--link "hard|soft|copy" "$#" "$2" 'hard\|soft\|copy' '^--'
143
checkarg
--rundir "(absolute pathname)" "$#" "$2" '^/' '^error'
H
A
D
torture.sh
101
checkarg
--compress-concurrency "(concurrency level)" $# "$2" '^[0-9][0-9]*$' '^error'
106
checkarg
--configs-rcutorture "(list of config files)" "$#" "$2" '^[^/]\+$' '^--'
111
checkarg
--configs-locktorture "(list of config files)" "$#" "$2" '^[^/]\+$' '^--'
116
checkarg
--configs-scftorture "(list of config files)" "$#" "$2" '^[^/]\+$' '^--'
190
checkarg
--duration "(minutes)" $# "$2" '^[0-9][0-9]*\(m\|h\|d\|\)$' '^error'
207
checkarg
--kcsan-kmake-arg "(kernel make arguments)" $# "$2" '.*' '^error$'
H
A
D
functions.sh
18
#
checkarg
--argname argtype $# arg mustmatch cannotmatch
22
checkarg
() {
function
H
A
D
srcu_lockdep.sh
30
checkarg
--datestamp "(relative pathname)" "$#" "$2" '^[a-zA-Z0-9._/-]*$' '^--'
/kernel/linux/linux-5.10/tools/memory-model/scripts/
H
A
D
parseargs.sh
51
#
checkarg
--argname argtype $# arg mustmatch cannotmatch
52
checkarg
() {
function
76
checkarg
--destdir "(path to directory)" "$#" "$2" '.\+' '^--'
94
checkarg
--destdir "(herd7 options)" "$#" "$2" '.*' '^--'
109
checkarg
--jobs "(number)" "$#" "$2" '^[1-9][0-9]\+$' '^--'
114
checkarg
--procs "(number)" "$#" "$2" '^[0-9]\+$' '^--'
119
checkarg
--timeout "(timeout spec)" "$#" "$2" '^\([0-9]\+[smhd]\?\|\)$' '^--'
Completed in 3 milliseconds