Home
last modified time | relevance | path

Searched refs:checkarg (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/tools/testing/selftests/rcutorture/bin/
Dkvm.sh103 checkarg --bootargs "(list of kernel boot arguments)" "$#" "$2" '.*' '^--'
108checkarg --bootimage "(relative path to kernel boot image)" "$#" "$2" '[a-zA-Z0-9][a-zA-Z0-9_]*' '…
116 checkarg --configs "(list of config files)" "$#" "$2" '^[^/.a-z]\+$' '^--'
121 checkarg --cpus "(number)" "$#" "$2" '^[0-9]*$' '^--'
135 checkarg --datestamp "(relative pathname)" "$#" "$2" '^[a-zA-Z0-9._/-]*$' '^--'
140 checkarg --defconfig "defconfigtype" "$#" "$2" '^[^/][^/]*$' '^--'
145 checkarg --dryrun "batches|sched|script" $# "$2" 'batches\|scenarios\|sched\|script' '^--'
150 checkarg --duration "(minutes)" $# "$2" '^[0-9][0-9]*\(s\|m\|h\|d\|\)$' '^error'
178checkarg --jitter "(# threads [ sleep [ spin ] ])" $# "$2" '^-\{,1\}[0-9]\+\( \+[0-9]\+\)\{,2\} *$…
190checkarg --kconfig "(Kconfig options)" $# "$2" '^CONFIG_[A-Z0-9_]\+=\([ynm]\|[0-9]\+\)\( CONFIG_[A…
[all …]
Dkvm-again.sh79 checkarg --duration "(minutes)" $# "$2" '^[0-9][0-9]*\(s\|m\|h\|d\|\)$' '^error'
96 checkarg --link "hard|soft|copy" "$#" "$2" 'hard\|soft\|copy' '^--'
115 checkarg --rundir "(absolute pathname)" "$#" "$2" '^/' '^error'
Dtorture.sh97 checkarg --compress-concurrency "(concurrency level)" $# "$2" '^[0-9][0-9]*$' '^error'
102 checkarg --configs-rcutorture "(list of config files)" "$#" "$2" '^[^/]\+$' '^--'
107 checkarg --configs-locktorture "(list of config files)" "$#" "$2" '^[^/]\+$' '^--'
112 checkarg --configs-scftorture "(list of config files)" "$#" "$2" '^[^/]\+$' '^--'
176 checkarg --duration "(minutes)" $# "$2" '^[0-9][0-9]*\(m\|h\|d\|\)$' '^error'
193 checkarg --kcsan-kmake-arg "(kernel make arguments)" $# "$2" '.*' '^error$'
Dfunctions.sh22 checkarg () { function
/linux-5.19.10/tools/memory-model/scripts/
Dparseargs.sh52 checkarg () { function
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]\?\|\)$' '^--'