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
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/fs/f2fs/
H
A
D
data.c
643
for (j =
HOT
; j < n; j++) {
in f2fs_init_write_merge_io()
692
for (temp =
HOT
; temp < NR_TEMP_TYPE; temp++) {
in __submit_merged_write_cond()
704
/* TODO: use
HOT
temp only for meta pages now. */
in __submit_merged_write_cond()
844
for (temp =
HOT
; temp < NR_TEMP_TYPE && !found; temp++) {
in add_ipu_page()
893
for (temp =
HOT
; temp < NR_TEMP_TYPE && !found; temp++) {
in f2fs_submit_merged_ipu_write()
H
A
D
segment.c
3390
fio->temp =
HOT
;
in __get_segment_type()
3581
.temp =
HOT
,
in f2fs_do_write_meta_page()
H
A
D
f2fs.h
1123
HOT
= 0, /* must be zero for meta bio */
enumerator
1191
enum temp_type temp; /* contains
HOT
/WARM/COLD */
/kernel/linux/linux-5.10/fs/f2fs/
H
A
D
segment.c
3389
else if (temp ==
HOT
)
in f2fs_io_type_to_rw_hint()
3400
else if (temp ==
HOT
)
in f2fs_io_type_to_rw_hint()
3405
if (temp == WARM || temp ==
HOT
)
in f2fs_io_type_to_rw_hint()
3487
fio->temp =
HOT
;
in __get_segment_type()
3664
.temp =
HOT
,
in f2fs_do_write_meta_page()
H
A
D
data.c
657
for (temp =
HOT
; temp < NR_TEMP_TYPE; temp++) {
in __submit_merged_write_cond()
669
/* TODO: use
HOT
temp only for meta pages now. */
in __submit_merged_write_cond()
805
for (temp =
HOT
; temp < NR_TEMP_TYPE && !found; temp++) {
in add_ipu_page()
854
for (temp =
HOT
; temp < NR_TEMP_TYPE && !found; temp++) {
in f2fs_submit_merged_ipu_write()
H
A
D
super.c
3719
for (j =
HOT
; j < n; j++) {
in f2fs_fill_super()
H
A
D
f2fs.h
1069
HOT
= 0, /* must be zero for meta bio */
enumerator
1130
enum temp_type temp; /* contains
HOT
/WARM/COLD */
/kernel/linux/linux-5.10/include/trace/events/
H
A
D
f2fs.h
24
TRACE_DEFINE_ENUM(
HOT
);
variable
71
{
HOT
, "
HOT
" }, \
/kernel/linux/linux-6.6/include/trace/events/
H
A
D
f2fs.h
20
TRACE_DEFINE_ENUM(
HOT
);
variable
65
{
HOT
, "
HOT
" }, \
Completed in 54 milliseconds