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:CPUSET
(Results
1 - 12
of
12
) sorted by relevance
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_exclusive_test/
H
A
D
cpuset_exclusive_test.sh
38
echo 0 > "$
CPUSET
/father/cpuset.cpu_exclusive" || return 1
39
echo 0 > "$
CPUSET
/father/child/cpuset.cpu_exclusive" || return 1
41
test 0 = $(cat "$
CPUSET
/father/child/cpuset.cpu_exclusive") || return 1
46
echo 1 > "$
CPUSET
/father/cpuset.cpu_exclusive" || return 1
47
echo 0 > "$
CPUSET
/father/child/cpuset.cpu_exclusive" || return 1
49
test 0 = $(cat "$
CPUSET
/father/child/cpuset.cpu_exclusive") || return 1
54
echo 1 > "$
CPUSET
/father/cpuset.cpu_exclusive" || return 1
55
echo 1 > "$
CPUSET
/father/child/cpuset.cpu_exclusive" || return 1
57
test 1 = $(cat "$
CPUSET
/father/child/cpuset.cpu_exclusive") || return 1
62
echo 0 > "$
CPUSET
/fathe
[all...]
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_hierarchy_test/
H
A
D
cpuset_hierarchy_test.sh
45
echo > "$
CPUSET
/father/cpuset.cpus" || return 1
46
echo > "$
CPUSET
/father/child/cpuset.cpus" || return 1
48
cpuset_log "father cpuset.cpus $(cat "$
CPUSET
/father/cpuset.cpus")"
49
cpuset_log "child cpuset.cpus $(cat "$
CPUSET
/father/child/cpuset.cpus")"
51
test -z "$(cat "$
CPUSET
/father/cpuset.cpus")" || return 1
52
test -z "$(cat "$
CPUSET
/father/child/cpuset.cpus")" || return 1
57
echo > "$
CPUSET
/father/cpuset.cpus" || return 1
58
echo 0 > "$
CPUSET
/father/child/cpuset.cpus" 2> /dev/null && return 1
60
cpuset_log "father cpuset.cpus $(cat "$
CPUSET
/father/cpuset.cpus")"
61
cpuset_log "child cpuset.cpus $(cat "$
CPUSET
/fathe
[all...]
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_test/
H
A
D
cpuset_memory_testset.sh
66
cpuset_set "$
CPUSET
/0" "$cpu_of_node0" "0" "0" 2> $CPUSET_TMP/stderr
74
simple_getresult $! "$
CPUSET
/0"
83
cpuset_set "$
CPUSET
/0" "$cpu_of_node0" "0" "0" 2> $CPUSET_TMP/stderr
91
simple_getresult $! "$
CPUSET
/0"
100
cpuset_set "$
CPUSET
/0" "$cpu_of_node0" "0" "0" 2> $CPUSET_TMP/stderr
108
simple_getresult $! "$
CPUSET
/0"
117
cpuset_set "$
CPUSET
/0" "$cpu_of_node0" "0" "0" 2> $CPUSET_TMP/stderr
125
simple_getresult $! "$
CPUSET
/0"
134
cpuset_set "$
CPUSET
/0" "$cpu_of_node0" "0" "0" 2> $CPUSET_TMP/stderr
142
simple_getresult $! "$
CPUSET
/
[all...]
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_pressure_test/
H
A
D
cpuset_memory_pressure_testset.sh
48
echo 0 > "$
CPUSET
/cpuset.memory_pressure_enabled" 2> $CPUSET_TMP/stderr
58
if [ $(cat "$
CPUSET
/cpuset.memory_pressure") -ne 0 ]; then
67
echo 0 > "$
CPUSET
/cpuset.memory_pressure_enabled" 2> $CPUSET_TMP/stderr
79
if [ $(cat "$
CPUSET
/cpuset.memory_pressure") -ne 0 ]; then
88
echo 1 > "$
CPUSET
/cpuset.memory_pressure_enabled" 2> $CPUSET_TMP/stderr
95
cpuset_set "$
CPUSET
/sub_cpuset" "0" "0" "0" 2> $CPUSET_TMP/stderr
105
if [ $(cat "$
CPUSET
/cpuset.memory_pressure") -ne 0 ]; then
109
if [ $(cat "$
CPUSET
/sub_cpuset/cpuset.memory_pressure") -ne 0 ]; then
119
echo 1 > "$
CPUSET
/cpuset.memory_pressure_enabled" 2> $CPUSET_TMP/stderr
126
cpuset_set "$
CPUSET
/sub_cpuse
[all...]
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_base_ops_test/
H
A
D
cpuset_base_ops_testset.sh
108
base_op_test "$
CPUSET
/1/cpuset.cpus" "$cpus" "$result"
127
base_op_test "$
CPUSET
/1/cpuset.cpus" "0,1-$((nr_cpus-2)),$((nr_cpus-1))" "0-$((nr_cpus-1))"
128
base_op_test "$
CPUSET
/1/cpuset.cpus" "0,1-$((nr_cpus-2))," "0-$((nr_cpus-2))"
132
base_op_test "$
CPUSET
/1/cpuset.cpus" "0-" "WRITE_ERROR"
141
base_op_test "$
CPUSET
/1/cpuset.mems" "$mems" "$result"
160
base_op_test "$
CPUSET
/1/cpuset.mems" "0,1-$((nr_mems-2)),$((nr_mems-1))" "0-$((nr_mems-1))"
161
base_op_test "$
CPUSET
/1/cpuset.mems" "0,1-$((nr_mems-2))," "0-$((nr_mems-2))"
165
base_op_test "$
CPUSET
/1/cpuset.mems" "0-" "WRITE_ERROR"
178
base_op_test "$
CPUSET
/cpuset.$filename" "$flags" "$result"
209
mkdir "$
CPUSET
/sub_cpuse
[all...]
/third_party/ltp/testcases/kernel/controllers/cpuset/
H
A
D
cpuset_funcs.sh
58
CPUSET
="/dev/cpuset"
157
if [ -e "$
CPUSET
" ]
159
tst_resm TWARN "$
CPUSET
already exist.. overwriting"
164
mkdir "$
CPUSET
"
165
mount -t cgroup -o cpuset cpuset "$
CPUSET
" 2> /dev/null
169
" cpuset on $
CPUSET
..Exiting test"
179
grep "$
CPUSET
" /proc/mounts >/dev/null 2>&1 || {
180
rm -rf "$
CPUSET
" >/dev/null 2>&1
187
find "$
CPUSET
" -type d | sort | sed -n '2,$p' | tac | while read -r subdir
204
umount "$
CPUSET
"
[all...]
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_inherit_test/
H
A
D
cpuset_inherit_testset.sh
111
inherit_test "$
CPUSET
/1/cpuset.cpus" "$inherit" "$cpus" "$result"
128
inherit_test "$
CPUSET
/1/cpuset.mems" "$inherit" "$mems" "$result"
149
inherit_test "$
CPUSET
/1/cpuset.$filename" "$inherit" "$flags" "$result"
166
inherit_test "$
CPUSET
/1/cpuset.$filename" "$inherit" "$flags" "$result"
180
inherit_test "$
CPUSET
/1/cpuset.sched_load_balance" "$inherit" "$flag" "$result"
193
inherit_test "$
CPUSET
/1/cpuset.sched_relax_domain_level" "$inherit" "$domain_level" "$result"
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_load_balance_test/
H
A
D
cpuset_sched_domains_test.sh
62
cpuset_set "$
CPUSET
" "-" "$mems_all" "$load_balance" 2>$CPUSET_TMP/stderr
94
local g_path="$
CPUSET
/1"
105
cpuset_set "$
CPUSET
" "-" "$mems_all" "$r_balance" 2> $CPUSET_TMP/stderr
137
local g1_path="$
CPUSET
/1"
141
local g2_path="$
CPUSET
/2"
158
cpuset_set "$
CPUSET
" "-" "$mems_all" "0" 2> $CPUSET_TMP/stderr
H
A
D
cpuset_load_balance_test.sh
60
local g_path="$
CPUSET
/1"
72
cpuset_set "$
CPUSET
" "-" "$mems_all" "$r_balance" 2> $CPUSET_TMP/stderr
160
local g1_path="$
CPUSET
/1"
164
local g2_path="$
CPUSET
/2"
182
cpuset_set "$
CPUSET
" "-" "$mems_all" "0" 2> $CPUSET_TMP/stderr
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_hotplug_test/
H
A
D
cpuset_hotplug_test.sh
94
root_cpus="`cat $
CPUSET
/cpuset.cpus`"
123
local path="$
CPUSET
/1"
181
tasks=`cat $
CPUSET
/tasks | grep "\b$tst_pid\b"`
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_spread_test/
H
A
D
cpuset_memory_spread_testset.sh
204
local cpusetpath="$
CPUSET
/1"
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_syscall_test/
H
A
D
cpuset_syscall_testset.sh
39
TEST_CPUSET="$
CPUSET
/0"
Completed in 4 milliseconds