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:min_mtime
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/f2fs/
H
A
D
gc.c
327
if (mtime < sit_i->
min_mtime
)
in get_cb_cost()
328
sit_i->
min_mtime
= mtime;
in get_cb_cost()
331
if (sit_i->max_mtime != sit_i->
min_mtime
)
in get_cb_cost()
332
age = 100 - div64_u64(100 * (mtime - sit_i->
min_mtime
),
in get_cb_cost()
333
sit_i->max_mtime - sit_i->
min_mtime
);
in get_cb_cost()
421
if (mtime < sit_i->
min_mtime
)
in add_victim_entry()
422
sit_i->
min_mtime
= mtime;
in add_victim_entry()
461
unsigned long long
min_mtime
= sit_i->dirty_min_mtime;
in atgc_lookup_victim()
local
471
if (max_mtime <
min_mtime
)
in atgc_lookup_victim()
475
total_time = max_mtime -
min_mtime
;
in atgc_lookup_victim()
535
unsigned long long
min_mtime
= sit_i->dirty_
min_mtime
;
atssr_lookup_victim()
local
[all...]
H
A
D
segment.h
287
unsigned long long
min_mtime
; /* min. modification time */
member
H
A
D
segment.c
5212
sit_i->
min_mtime
= ULLONG_MAX;
in init_min_max_mtime()
5223
if (sit_i->
min_mtime
> mtime)
in init_min_max_mtime()
5224
sit_i->
min_mtime
= mtime;
in init_min_max_mtime()
/kernel/linux/linux-6.6/fs/f2fs/
H
A
D
gc.c
354
if (mtime < sit_i->
min_mtime
)
in get_cb_cost()
355
sit_i->
min_mtime
= mtime;
in get_cb_cost()
358
if (sit_i->max_mtime != sit_i->
min_mtime
)
in get_cb_cost()
359
age = 100 - div64_u64(100 * (mtime - sit_i->
min_mtime
),
in get_cb_cost()
360
sit_i->max_mtime - sit_i->
min_mtime
);
in get_cb_cost()
504
if (mtime < sit_i->
min_mtime
)
in add_victim_entry()
505
sit_i->
min_mtime
= mtime;
in add_victim_entry()
531
unsigned long long
min_mtime
= sit_i->dirty_min_mtime;
in atgc_lookup_victim()
local
541
if (max_mtime <
min_mtime
)
in atgc_lookup_victim()
545
total_time = max_mtime -
min_mtime
;
in atgc_lookup_victim()
601
unsigned long long
min_mtime
= sit_i->dirty_
min_mtime
;
atssr_lookup_victim()
local
[all...]
H
A
D
segment.h
261
unsigned long long
min_mtime
; /* min. modification time */
member
H
A
D
segment.c
5205
sit_i->
min_mtime
= ULLONG_MAX;
in init_min_max_mtime()
5216
if (sit_i->
min_mtime
> mtime)
in init_min_max_mtime()
5217
sit_i->
min_mtime
= mtime;
in init_min_max_mtime()
Completed in 25 milliseconds