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:total_ext_tree
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/fs/f2fs/
H
A
D
extent_cache.c
304
atomic_inc(&sbi->
total_ext_tree
);
in __grab_extent_tree()
692
atomic_dec(&sbi->
total_ext_tree
);
in f2fs_shrink_extent_tree()
804
atomic_dec(&sbi->
total_ext_tree
);
in f2fs_destroy_extent_tree()
855
atomic_set(&sbi->
total_ext_tree
, 0);
in f2fs_init_extent_cache_info()
H
A
D
debug.c
81
si->ext_tree = atomic_read(&sbi->
total_ext_tree
);
in update_general_status()
288
si->cache_mem += atomic_read(&sbi->
total_ext_tree
) *
in update_mem_info()
H
A
D
node.c
84
mem_size = (atomic_read(&sbi->
total_ext_tree
) *
in f2fs_available_free_memory()
H
A
D
f2fs.h
1450
atomic_t
total_ext_tree
; /* extent tree count */
member
/kernel/linux/linux-6.6/fs/f2fs/
H
A
D
extent_cache.c
346
atomic_inc(&eti->
total_ext_tree
);
in __grab_extent_tree()
922
atomic_dec(&eti->
total_ext_tree
);
in __shrink_extent_tree()
1136
atomic_dec(&eti->
total_ext_tree
);
in __destroy_extent_tree()
1156
atomic_set(&eti->
total_ext_tree
, 0);
in __init_extent_tree_info()
H
A
D
debug.c
83
si->ext_tree[i] = atomic_read(&eti->
total_ext_tree
);
in update_general_status()
315
si->ext_mem[i] = atomic_read(&eti->
total_ext_tree
) *
in update_mem_info()
H
A
D
node.c
93
mem_size = (atomic_read(&eti->
total_ext_tree
) *
in f2fs_available_free_memory()
H
A
D
f2fs.h
676
atomic_t
total_ext_tree
; /* extent tree count */
member
Completed in 30 milliseconds