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:NR_PAGE_TYPE
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/fs/f2fs/
H
A
D
iostat.h
27
unsigned long sum_lat[MAX_IO_TYPE][
NR_PAGE_TYPE
]; /* sum of io latencies */
28
unsigned long peak_lat[MAX_IO_TYPE][
NR_PAGE_TYPE
]; /* peak io latency */
29
unsigned int bio_cnt[MAX_IO_TYPE][
NR_PAGE_TYPE
]; /* bio count */
H
A
D
iostat.c
91
struct f2fs_iostat_latency iostat_lat[MAX_IO_TYPE][
NR_PAGE_TYPE
];
in __record_iostat_latency()
97
for (io = 0; io <
NR_PAGE_TYPE
; io++) {
in __record_iostat_latency()
227
} else if (page_type >=
NR_PAGE_TYPE
) {
in __update_iostat_latency()
228
f2fs_warn(sbi, "%s: %d over
NR_PAGE_TYPE
", __func__, page_type);
in __update_iostat_latency()
H
A
D
f2fs.h
1106
*
NR_PAGE_TYPE
The number of page types.
1116
NR_PAGE_TYPE
,
enumerator
1562
struct f2fs_bio_info *write_io[
NR_PAGE_TYPE
]; /* for write bios */
1566
pgoff_t page_eio_ofs[
NR_PAGE_TYPE
]; /* EIO page offset */
1567
int page_eio_cnt[
NR_PAGE_TYPE
]; /* EIO count */
H
A
D
super.c
1727
for (i = 0; i <
NR_PAGE_TYPE
; i++)
in f2fs_put_super()
4851
for (i = 0; i <
NR_PAGE_TYPE
; i++)
in f2fs_fill_super()
H
A
D
data.c
633
for (i = 0; i <
NR_PAGE_TYPE
; i++) {
in f2fs_init_write_merge_io()
/kernel/linux/linux-5.10/fs/f2fs/
H
A
D
super.c
1375
for (i = 0; i <
NR_PAGE_TYPE
; i++)
in f2fs_put_super()
3705
for (i = 0; i <
NR_PAGE_TYPE
; i++) {
in f2fs_fill_super()
4053
for (i = 0; i <
NR_PAGE_TYPE
; i++)
in f2fs_fill_super()
H
A
D
f2fs.h
1048
*
NR_PAGE_TYPE
The number of page types.
1058
NR_PAGE_TYPE
,
enumerator
1412
struct f2fs_bio_info *write_io[
NR_PAGE_TYPE
]; /* for write bios */
/kernel/linux/linux-6.6/include/trace/events/
H
A
D
f2fs.h
2066
TP_PROTO(struct f2fs_sb_info *sbi, struct f2fs_iostat_latency (*iostat_lat)[
NR_PAGE_TYPE
]),
Completed in 36 milliseconds