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:hot_count
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/fs/f2fs/
H
A
D
namei.c
78
int
hot_count
= sbi->raw_super->hot_ext_count;
in f2fs_update_extension_list()
local
79
int total_count = cold_count +
hot_count
;
in f2fs_update_extension_list()
89
if (hot && !
hot_count
)
in f2fs_update_extension_list()
112
sbi->raw_super->hot_ext_count =
hot_count
- 1;
in f2fs_update_extension_list()
124
sbi->raw_super->hot_ext_count =
hot_count
+ 1;
in f2fs_update_extension_list()
129
F2FS_EXTENSION_LEN *
hot_count
);
in f2fs_update_extension_list()
133
F2FS_EXTENSION_LEN *
hot_count
);
in f2fs_update_extension_list()
148
int i, cold_count,
hot_count
;
in set_compress_new_inode()
local
163
hot_count
= sbi->raw_super->hot_ext_count;
in set_compress_new_inode()
164
for (i = cold_count; i < cold_count +
hot_count
;
in set_compress_new_inode()
200
int i, cold_count,
hot_count
;
set_file_temperature()
local
[all...]
H
A
D
sysfs.c
296
int
hot_count
= sbi->raw_super->hot_ext_count;
in f2fs_sbi_show()
local
307
for (i = cold_count; i < cold_count +
hot_count
; i++)
in f2fs_sbi_show()
/kernel/linux/linux-5.10/fs/f2fs/
H
A
D
namei.c
199
int i, cold_count,
hot_count
;
in set_file_temperature()
local
204
hot_count
= sbi->raw_super->hot_ext_count;
in set_file_temperature()
206
for (i = 0; i < cold_count +
hot_count
; i++) {
in set_file_temperature()
213
if (i == cold_count +
hot_count
)
in set_file_temperature()
227
int
hot_count
= sbi->raw_super->hot_ext_count;
in f2fs_update_extension_list()
local
228
int total_count = cold_count +
hot_count
;
in f2fs_update_extension_list()
238
if (hot && !
hot_count
)
in f2fs_update_extension_list()
261
sbi->raw_super->hot_ext_count =
hot_count
- 1;
in f2fs_update_extension_list()
273
sbi->raw_super->hot_ext_count =
hot_count
+ 1;
in f2fs_update_extension_list()
278
F2FS_EXTENSION_LEN *
hot_count
);
in f2fs_update_extension_list()
294
int i, cold_count,
hot_count
;
set_compress_inode()
local
[all...]
H
A
D
sysfs.c
256
int
hot_count
= sbi->raw_super->hot_ext_count;
in f2fs_sbi_show()
local
267
for (i = cold_count; i < cold_count +
hot_count
; i++)
in f2fs_sbi_show()
Completed in 6 milliseconds