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:CPUS
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H
A
D
toeplitz.sh
48
CPUS
=""
72
if [[ -z "${
CPUS
}" ]]; then
73
CPUS
="${cpu}"
75
CPUS
="${
CPUS
},${cpu}"
80
echo "${
CPUS
}"
H
A
D
veth.sh
17
readonly
CPUS
=`nproc`
145
for i in `seq 1 $
CPUS
`; do
150
for i in `seq 1 $((
CPUS
- 1))`; do
151
cur_cpu=$((
CPUS
- $i))
225
[ $
CPUS
-lt 2 ] && echo "Only one CPU available, some tests will be skipped"
226
[ $STRESS -gt 0 -a $
CPUS
-lt 3 ] && echo " stress test will be skipped, too"
268
if [ $
CPUS
-gt 1 ]; then
274
if [ $
CPUS
-gt 2 ]; then
284
ip netns exec $NS_DST ethtool -L veth$DST tx $((
CPUS
+ 1)) 2>/dev/null
287
if [ $
CPUS
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/cgroup/
H
A
D
test_cpuset_prs.sh
26
CPUS
=$(lscpu | grep "^CPU(s):" | sed -e "s/.*:[[:space:]]*//")
27
[[ $
CPUS
-lt 8 ]] && skip_test "Test needs at least 8 cpus available!"
373
CPUS
=${CMD#?}
374
COMM="echo $
CPUS
> $CFILE"
472
CPUS
=$2
477
[[ $
CPUS
= $(cat $FILE) ]] || return 1
/kernel/linux/linux-6.6/kernel/trace/
H
A
D
trace_events_filter.c
1700
} else if (!strncmp(str + i, "
CPUS
", 4)) {
in parse_pred()
1725
/* Skip
CPUS
*/
in parse_pred()
Completed in 5 milliseconds