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:GC_AT
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/f2fs/
H
A
D
gc.c
197
gc_mode =
GC_AT
;
in select_gc_type()
213
gc_mode =
GC_AT
;
in select_gc_type()
254
(p->gc_mode !=
GC_AT
&& p->alloc_mode != AT_SSR) &&
in select_policy()
280
else if (p->gc_mode ==
GC_AT
)
in get_max_cost()
411
if (p->gc_mode ==
GC_AT
&&
in add_victim_entry()
604
if (p->gc_mode ==
GC_AT
)
in lookup_victim_by_age()
663
is_atgc = (p.gc_mode ==
GC_AT
|| p.alloc_mode == AT_SSR);
in get_victim_by_default()
794
/* get victim for
GC_AT
/AT_SSR */
in get_victim_by_default()
H
A
D
segment.h
179
*
GC_AT
is based on age-threshold algorithm.
184
GC_AT
,
enumerator
289
unsigned long long dirty_min_mtime; /* rerange candidates in
GC_AT
*/
290
unsigned long long dirty_max_mtime; /* rerange candidates in
GC_AT
*/
/kernel/linux/linux-6.6/fs/f2fs/
H
A
D
gc.c
222
gc_mode =
GC_AT
;
in select_gc_type()
238
gc_mode =
GC_AT
;
in select_gc_type()
279
(p->gc_mode !=
GC_AT
&& p->alloc_mode != AT_SSR) &&
in select_policy()
307
else if (p->gc_mode ==
GC_AT
)
in get_max_cost()
494
if (p->gc_mode ==
GC_AT
&&
in add_victim_entry()
663
if (p->gc_mode ==
GC_AT
)
in lookup_victim_by_age()
770
is_atgc = (p.gc_mode ==
GC_AT
|| p.alloc_mode == AT_SSR);
in f2fs_get_victim()
904
/* get victim for
GC_AT
/AT_SSR */
in f2fs_get_victim()
H
A
D
segment.h
168
*
GC_AT
is based on age-threshold algorithm.
173
GC_AT
,
enumerator
263
unsigned long long dirty_min_mtime; /* rerange candidates in
GC_AT
*/
264
unsigned long long dirty_max_mtime; /* rerange candidates in
GC_AT
*/
/kernel/linux/linux-5.10/include/trace/events/
H
A
D
f2fs.h
123
{
GC_AT
, "Age-threshold" })
/kernel/linux/linux-6.6/include/trace/events/
H
A
D
f2fs.h
117
{
GC_AT
, "Age-threshold" })
Completed in 12 milliseconds