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:next_victim_seg
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/f2fs/
H
A
D
gc.c
687
if (sbi->
next_victim_seg
[BG_GC] != NULL_SEGNO) {
in get_victim_by_default()
688
p.min_segno = sbi->
next_victim_seg
[BG_GC];
in get_victim_by_default()
690
sbi->
next_victim_seg
[BG_GC] = NULL_SEGNO;
in get_victim_by_default()
694
sbi->
next_victim_seg
[FG_GC] != NULL_SEGNO) {
in get_victim_by_default()
695
p.min_segno = sbi->
next_victim_seg
[FG_GC];
in get_victim_by_default()
697
sbi->
next_victim_seg
[FG_GC] = NULL_SEGNO;
in get_victim_by_default()
1680
sbi->
next_victim_seg
[gc_type] =
in do_garbage_collect()
1893
if (sbi->
next_victim_seg
[gc_type] >= start)
in free_segment_range()
1894
sbi->
next_victim_seg
[gc_type] = NULL_SEGNO;
in free_segment_range()
H
A
D
super.c
3187
sbi->
next_victim_seg
[BG_GC] = NULL_SEGNO;
in init_sb_info()
3188
sbi->
next_victim_seg
[FG_GC] = NULL_SEGNO;
in init_sb_info()
H
A
D
f2fs.h
1509
unsigned int
next_victim_seg
[2]; /* next segment in victim section */
member
/kernel/linux/linux-6.6/fs/f2fs/
H
A
D
gc.c
794
if (sbi->
next_victim_seg
[BG_GC] != NULL_SEGNO) {
in f2fs_get_victim()
795
p.min_segno = sbi->
next_victim_seg
[BG_GC];
in f2fs_get_victim()
797
sbi->
next_victim_seg
[BG_GC] = NULL_SEGNO;
in f2fs_get_victim()
801
sbi->
next_victim_seg
[FG_GC] != NULL_SEGNO) {
in f2fs_get_victim()
802
p.min_segno = sbi->
next_victim_seg
[FG_GC];
in f2fs_get_victim()
804
sbi->
next_victim_seg
[FG_GC] = NULL_SEGNO;
in f2fs_get_victim()
1777
sbi->
next_victim_seg
[gc_type] =
in do_garbage_collect()
2003
if (sbi->
next_victim_seg
[gc_type] >= start)
in free_segment_range()
2004
sbi->
next_victim_seg
[gc_type] = NULL_SEGNO;
in free_segment_range()
H
A
D
super.c
3819
sbi->
next_victim_seg
[BG_GC] = NULL_SEGNO;
in init_sb_info()
3820
sbi->
next_victim_seg
[FG_GC] = NULL_SEGNO;
in init_sb_info()
H
A
D
f2fs.h
1663
unsigned int
next_victim_seg
[2]; /* next segment in victim section */
member
Completed in 32 milliseconds