Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/rcutorture/bin/
H A Dkvm.sh87 checkarg --bootargs "(list of kernel boot arguments)" "$#" "$2" '.*' '^--'
92checkarg --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'
147checkarg --jitter "(# threads [ sleep [ spin ] ])" $# "$2" '^-\{,1\}[0-9]\+\( \+[0-9]\+\)\{,2\} *$…
152checkarg --kconfig "(Kconfig options)" $# "$2" '^CONFIG_[A-Z0-9_]\+=\([ynm]\|[0-9]\+\)\( CONFIG_[A…
[all …]
H A Dfunctions.sh22 checkarg () { function
/OK3568_Linux_fs/kernel/tools/memory-model/scripts/
H A 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]\?\|\)$' '^--'