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:cgroups
(Results
1 - 6
of
6
) sorted by relevance
/third_party/ltp/testcases/kernel/controllers/memcg/stress/
H
A
D
memcg_stress_test.sh
56
# $1 Number of
cgroups
62
local
cgroups
="$1"
68
tst_res TINFO "Testing $
cgroups
cgroups
, using $mem_size MB, interval $interval"
70
tst_res TINFO "Starting
cgroups
"
71
for i in $(seq 0 $(($
cgroups
-1))); do
82
tst_res TINFO "Testing
cgroups
for ${timeout}s"
/third_party/ltp/testcases/kernel/controllers/cgroup/
H
A
D
cgroup_regression_test.sh
19
if [ ! -f /proc/
cgroups
]; then
162
if ! grep -q -w "cpu" /proc/
cgroups
; then
201
lines=`cat /proc/
cgroups
| wc -l`
329
grep -q -w "cpu" /proc/
cgroups
345
local lines=`cat /proc/
cgroups
| wc -l`
355
subsys=`tail -n 1 /proc/
cgroups
| awk '{ print $1 }'`
/third_party/ltp/testcases/kernel/controllers/cpuset/
H
A
D
cpuset_funcs.sh
117
if [ -f /proc/
cgroups
]; then
118
CPUSET_CONTROLLER=`grep -w cpuset /proc/
cgroups
| cut -f1`
119
CPUSET_CONTROLLER_VALUE=`grep -w cpuset /proc/
cgroups
| cut -f4`
/third_party/ltp/testcases/kernel/controllers/
H
A
D
cgroup_lib.sh
116
[ ! -f /proc/
cgroups
] && tst_brk TCONF "Kernel does not support control groups"
/third_party/ltp/testcases/kernel/controllers/freezer/
H
A
D
run_freezer.sh
79
tst_resm TINFO "Kernel does not support
cgroups
. Skipping."
84
if [ ! -f /proc/
cgroups
]; then
89
if [ "$(grep -w freezer /proc/
cgroups
| cut -f1)" != "freezer" ]; then
/third_party/ltp/testcases/kernel/controllers/cpuacct/
H
A
D
cpuacct.sh
87
if ! grep -q -w cpuacct /proc/
cgroups
; then
Completed in 3 milliseconds