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:cgroup_version
(Results
1 - 9
of
9
) sorted by relevance
/third_party/ltp/testcases/kernel/controllers/cgroup_fj/
H
A
D
cgroup_fj_function.sh
34
if [ "$
cgroup_version
" = "2" ]; then
56
if [ "$
cgroup_version
" = "2" ]; then
81
if [ "$
cgroup_version
" = "2" ]; then
118
if [ "$
cgroup_version
" = "2" ]; then
137
[ "$
cgroup_version
" = "2" ] && ROD echo "-$subsystem" \> "$start_path/ltp_1/cgroup.subtree_control"
145
if [ "$
cgroup_version
" = "2" ]; then
173
if [ "$
cgroup_version
" = "2" ]; then
195
if [ "$
cgroup_version
" = "2" ]; then
H
A
D
cgroup_fj_stress.sh
51
if [ "$
cgroup_version
" = "2" ] && [ "$cur_depth" -ne "$subgroup_depth" ]; then
80
if [ "$
cgroup_version
" = "2" ] && [ $cur_depth -eq $subgroup_depth ] || [ "$
cgroup_version
" = "1" ]; then
92
if [ "$
cgroup_version
" = "2" ] && [ $cur_depth -eq $subgroup_depth ] || [ "$
cgroup_version
" = "1" ]; then
H
A
D
cgroup_fj_common.sh
47
if [ "$
cgroup_version
" = "1" ] && [ "$subsystem" = "cpuset" ]; then
63
cgroup_version
=$(cgroup_get_version "$subsystem")
66
[ "$
cgroup_version
" = "2" ] && ROD echo "+$subsystem" \> "$start_path/cgroup.subtree_control"
67
tst_res TINFO "test starts with cgroup version $
cgroup_version
"
/third_party/ltp/testcases/kernel/controllers/memcg/regression/
H
A
D
memcg_regression_test.sh
64
cgroup_version
=$(cgroup_get_version "memory")
68
if [ "$
cgroup_version
" = "2" ]; then
74
[ "$
cgroup_version
" = "2" ] && ROD echo "+memory" \> "$test_dir/cgroup.subtree_control"
76
tst_res TINFO "test starts with cgroup version $
cgroup_version
"
136
if [ "$
cgroup_version
" = "2" ]; then
225
./memcg_test_4.sh "$
cgroup_version
" "$mount_point" "$test_path"
/third_party/ltp/testcases/kernel/controllers/memcg/control/
H
A
D
memcg_control_test.sh
69
cgroup_version
=$(cgroup_get_version "memory")
73
if [ "$
cgroup_version
" = "2" ]; then
81
tst_res TINFO "Test starts with cgroup version $
cgroup_version
"
/third_party/ltp/testcases/kernel/controllers/memcg/stress/
H
A
D
memcg_stress_test.sh
25
cgroup_version
=$(cgroup_get_version "memory")
28
if [ "$
cgroup_version
" = "2" ]; then
32
tst_res TINFO "test starts with cgroup version $
cgroup_version
"
/third_party/ltp/testcases/kernel/controllers/cpuset/
H
A
D
cpuset_regression_test.sh
126
cgroup_version
=$(cgroup_get_version "cpuset")
131
tst_res TINFO "test starts with cgroup version $
cgroup_version
"
133
if [ "$
cgroup_version
" = "2" ]; then
/third_party/ltp/testcases/kernel/controllers/pids/
H
A
D
pids.sh
45
cgroup_version
=$(cgroup_get_version "pids")
49
tst_res TINFO "test starts with cgroup version $
cgroup_version
"
250
if [ "$
cgroup_version
" = "2" ]; then
280
if [ "$
cgroup_version
" = "2" ]; then
/third_party/ltp/testcases/kernel/controllers/memcg/functional/
H
A
D
memcg_lib.sh
75
cgroup_version
=$(cgroup_get_version "memory")
81
if [ "$
cgroup_version
" = "2" ]; then
Completed in 3 milliseconds