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:rss_threshold
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/mm/
H
A
D
rss_threshold.c
3
* mm/
rss_threshold
.c
32
if (!(mm->owner) || mm->
rss_threshold
== 0)
in listen_rss_threshold()
37
if (likely(total_rss <= mm->
rss_threshold
))
in listen_rss_threshold()
41
pr_err("
rss_threshold
monitor:Pid:%d [%s] rss size:%lu KB is out of range:%lu KB\n",
in listen_rss_threshold()
44
mm->
rss_threshold
);
in listen_rss_threshold()
46
pr_err("
rss_threshold
monitor:Pid:%d [NULL] rss size:%lu KB is out of range:%lu KB\n",
in listen_rss_threshold()
49
mm->
rss_threshold
);
in listen_rss_threshold()
59
unsigned long
rss_threshold
;
in rss_threshold_write()
local
62
err = kstrtoul_from_user(buf, count, 0, &
rss_threshold
);
in rss_threshold_write()
67
if (
rss_threshold
<
in rss_threshold_write()
[all...]
H
A
D
Makefile
69
obj-$(CONFIG_RSS_THRESHOLD) +=
rss_threshold
.o
/kernel/linux/build/test/moduletest/runtest/bin/rss_monitor_t/testcases/bin/
H
A
D
rss_monitor03.sh
16
# Description: Verify /proc/pid/
rss_threshold
value
35
echo 2000 > /proc/$pid/
rss_threshold
36
value=$(cat /proc/$pid/
rss_threshold
| awk -F ':' '{print$2}'| awk '{print$1}')
38
tst_res TPASS "
rss_threshold
value correct."
40
tst_res TFAIL "
rss_threshold
value incorrect."
H
A
D
rss_monitor02.sh
16
# Description: Verify /proc/pid/
rss_threshold
default value
33
tst_res TINFO "Start to verify
rss_threshold
default value ."
35
value=$(cat /proc/$pid/
rss_threshold
| awk -F ':' '{print$2}'| awk '{print$1}')
38
tst_res TPASS "
rss_threshold
default value correct."
40
tst_res TFAIL "
rss_threshold
default value incorrect."
/kernel/linux/linux-5.10/include/linux/
H
A
D
mm_types.h
506
unsigned long
rss_threshold
; /* A threshold monitor RSS */
member
/kernel/linux/linux-5.10/kernel/
H
A
D
fork.c
1042
mm->
rss_threshold
= 0;
in mm_init()
Completed in 10 milliseconds