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:bio_cnt
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/fs/f2fs/
H
A
D
iostat.c
100
iostat_lat[idx][io].cnt = io_lat->
bio_cnt
[idx][io];
in __record_iostat_latency()
105
io_lat->
bio_cnt
[idx][io] = 0;
in __record_iostat_latency()
234
io_lat->
bio_cnt
[lat_type][page_type]++;
in __update_iostat_latency()
H
A
D
iostat.h
29
unsigned int
bio_cnt
[MAX_IO_TYPE][NR_PAGE_TYPE]; /* bio count */
member
/kernel/linux/linux-5.10/drivers/target/
H
A
D
target_core_iblock.c
690
unsigned
bio_cnt
;
in iblock_execute_rw()
local
731
bio_cnt
= 1;
in iblock_execute_rw()
752
if (
bio_cnt
>= IBLOCK_MAX_BIO_PER_TASK) {
in iblock_execute_rw()
754
bio_cnt
= 0;
in iblock_execute_rw()
764
bio_cnt
++;
in iblock_execute_rw()
/kernel/linux/linux-6.6/drivers/target/
H
A
D
target_core_iblock.c
735
unsigned
bio_cnt
;
in iblock_execute_rw()
local
783
bio_cnt
= 1;
in iblock_execute_rw()
803
if (
bio_cnt
>= IBLOCK_MAX_BIO_PER_TASK) {
in iblock_execute_rw()
805
bio_cnt
= 0;
in iblock_execute_rw()
814
bio_cnt
++;
in iblock_execute_rw()
/kernel/linux/linux-6.6/block/
H
A
D
blk-throttle.h
147
unsigned int
bio_cnt
; /* total bios */
member
H
A
D
blk-throttle.c
1820
(tg->latency_target && tg->
bio_cnt
&&
in throtl_tg_is_idle()
1821
tg->bad_bio_cnt * 5 < tg->
bio_cnt
);
in throtl_tg_is_idle()
1825
tg->
bio_cnt
, ret, tg->td->scale);
in throtl_tg_is_idle()
2357
tg->
bio_cnt
++;
in blk_throtl_bio_endio()
2360
if (time_after(jiffies, tg->bio_cnt_reset_time) || tg->
bio_cnt
> 1024) {
in blk_throtl_bio_endio()
2362
tg->
bio_cnt
/= 2;
in blk_throtl_bio_endio()
/kernel/linux/linux-5.10/block/
H
A
D
blk-throttle.c
178
unsigned int
bio_cnt
; /* total bios */
member
1893
(tg->latency_target && tg->
bio_cnt
&&
in throtl_tg_is_idle()
1894
tg->bad_bio_cnt * 5 < tg->
bio_cnt
);
in throtl_tg_is_idle()
1898
tg->
bio_cnt
, ret, tg->td->scale);
in throtl_tg_is_idle()
2433
tg->
bio_cnt
++;
in blk_throtl_bio_endio()
2436
if (time_after(jiffies, tg->bio_cnt_reset_time) || tg->
bio_cnt
> 1024) {
in blk_throtl_bio_endio()
2438
tg->
bio_cnt
/= 2;
in blk_throtl_bio_endio()
Completed in 12 milliseconds