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_tried
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/mm/damon/
H
A
D
modules-common.h
38
module_param_named(nr_##try_name, stat.
nr_tried
, ulong, 0400); \
H
A
D
sysfs-schemes.c
186
unsigned long
nr_tried
;
member
204
return sysfs_emit(buf, "%lu\n", stats->
nr_tried
);
in nr_tried_show()
249
__ATTR_RO_MODE(
nr_tried
, 0400);
1710
sysfs_stats->
nr_tried
= scheme->stat.
nr_tried
;
in damon_sysfs_schemes_update_stats()
H
A
D
dbgfs.c
159
s->stat.
nr_tried
, s->stat.sz_tried,
in sprint_schemes()
H
A
D
core.c
851
s->stat.
nr_tried
++;
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
211
* @
nr_tried
: Total number of regions that the scheme is tried to be applied.
218
unsigned long
nr_tried
;
member
Completed in 9 milliseconds