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:nr_applied
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/mm/damon/
H
A
D
modules-common.h
41
module_param_named(nr_##succ_name, stat.
nr_applied
, ulong, \
H
A
D
sysfs-schemes.c
188
unsigned long
nr_applied
;
member
222
return sysfs_emit(buf, "%lu\n", stats->
nr_applied
);
in nr_applied_show()
255
__ATTR_RO_MODE(
nr_applied
, 0400);
1712
sysfs_stats->
nr_applied
= scheme->stat.
nr_applied
;
in damon_sysfs_schemes_update_stats()
H
A
D
dbgfs.c
160
s->stat.
nr_applied
, s->stat.sz_applied,
in sprint_schemes()
H
A
D
core.c
854
s->stat.
nr_applied
++;
in damos_update_stat()
/kernel/linux/linux-6.6/tools/testing/selftests/damon/
H
A
D
sysfs.sh
94
for f in nr_tried sz_tried
nr_applied
sz_applied qt_exceeds
/kernel/linux/linux-6.6/include/linux/
H
A
D
damon.h
213
* @
nr_applied
: Total number of regions that the scheme is applied.
220
unsigned long
nr_applied
;
member
Completed in 9 milliseconds