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:last_victim
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/fs/f2fs/
H
A
D
gc.c
263
p->offset = SIT_I(sbi)->
last_victim
[p->gc_mode];
in select_policy()
644
unsigned int secno,
last_victim
;
in get_victim_by_default()
local
702
last_victim
= sm->
last_victim
[p.gc_mode];
in get_victim_by_default()
719
if (sm->
last_victim
[p.gc_mode]) {
in get_victim_by_default()
721
sm->
last_victim
[p.gc_mode];
in get_victim_by_default()
722
sm->
last_victim
[p.gc_mode] = 0;
in get_victim_by_default()
783
if (!sm->
last_victim
[p.gc_mode] && segno <=
last_victim
)
in get_victim_by_default()
784
sm->
last_victim
[
in get_victim_by_default()
[all...]
H
A
D
segment.h
292
unsigned int
last_victim
[MAX_GC_POLICY]; /* last victim segment # */
member
H
A
D
file.c
2979
start_segno = sm->
last_victim
[FLUSH_DEVICE];
in f2fs_ioc_flush_device()
2989
sm->
last_victim
[GC_CB] = end_segno + 1;
in f2fs_ioc_flush_device()
2990
sm->
last_victim
[GC_GREEDY] = end_segno + 1;
in f2fs_ioc_flush_device()
2991
sm->
last_victim
[ALLOC_NEXT] = end_segno + 1;
in f2fs_ioc_flush_device()
H
A
D
segment.c
2734
if (SIT_I(sbi)->
last_victim
[ALLOC_NEXT])
in __get_next_segno()
2735
return SIT_I(sbi)->
last_victim
[ALLOC_NEXT];
in __get_next_segno()
/kernel/linux/linux-6.6/fs/f2fs/
H
A
D
gc.c
290
p->offset = SIT_I(sbi)->
last_victim
[p->gc_mode];
in select_policy()
751
unsigned int secno,
last_victim
;
in f2fs_get_victim()
local
809
last_victim
= sm->
last_victim
[p.gc_mode];
in f2fs_get_victim()
826
if (sm->
last_victim
[p.gc_mode]) {
in f2fs_get_victim()
828
sm->
last_victim
[p.gc_mode];
in f2fs_get_victim()
829
sm->
last_victim
[p.gc_mode] = 0;
in f2fs_get_victim()
893
if (!sm->
last_victim
[p.gc_mode] && segno <=
last_victim
)
in f2fs_get_victim()
894
sm->
last_victim
[
in f2fs_get_victim()
[all...]
H
A
D
segment.h
266
unsigned int
last_victim
[MAX_GC_POLICY]; /* last victim segment # */
member
H
A
D
file.c
2987
start_segno = sm->
last_victim
[FLUSH_DEVICE];
in f2fs_ioc_flush_device()
2997
sm->
last_victim
[GC_CB] = end_segno + 1;
in f2fs_ioc_flush_device()
2998
sm->
last_victim
[GC_GREEDY] = end_segno + 1;
in f2fs_ioc_flush_device()
2999
sm->
last_victim
[ALLOC_NEXT] = end_segno + 1;
in f2fs_ioc_flush_device()
H
A
D
segment.c
2773
if (SIT_I(sbi)->
last_victim
[ALLOC_NEXT])
in __get_next_segno()
2774
return SIT_I(sbi)->
last_victim
[ALLOC_NEXT];
in __get_next_segno()
Completed in 44 milliseconds