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_bios
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/include/trace/events/
H
A
D
block.h
624
__field( unsigned int,
nr_bios
)
634
__entry->
nr_bios
= blk_rq_count_bios(rq);
643
(unsigned long long)__entry->old_sector, __entry->
nr_bios
)
/kernel/linux/linux-6.6/include/trace/events/
H
A
D
block.h
561
__field( unsigned int,
nr_bios
)
571
__entry->
nr_bios
= blk_rq_count_bios(rq);
580
(unsigned long long)__entry->old_sector, __entry->
nr_bios
)
/kernel/linux/linux-6.6/include/linux/
H
A
D
blk-mq.h
1091
unsigned int
nr_bios
= 0;
in blk_rq_count_bios()
local
1095
nr_bios
++;
in blk_rq_count_bios()
1097
return
nr_bios
;
in blk_rq_count_bios()
/kernel/linux/linux-5.10/drivers/block/aoe/
H
A
D
aoe.h
104
unsigned long
nr_bios
;
member
H
A
D
aoedev.c
175
req->
nr_bios
--;
in aoe_failip()
178
if (!req->
nr_bios
)
in aoe_failip()
H
A
D
aoecmd.c
860
req->
nr_bios
= 0;
in nextbuf()
862
req->
nr_bios
++;
in nextbuf()
1070
if (--req->
nr_bios
== 0)
in aoe_end_buf()
/kernel/linux/linux-6.6/drivers/block/aoe/
H
A
D
aoe.h
104
unsigned long
nr_bios
;
member
H
A
D
aoedev.c
175
req->
nr_bios
--;
in aoe_failip()
178
if (!req->
nr_bios
)
in aoe_failip()
H
A
D
aoecmd.c
859
req->
nr_bios
= 0;
in nextbuf()
861
req->
nr_bios
++;
in nextbuf()
1062
if (--req->
nr_bios
== 0)
in aoe_end_buf()
/kernel/linux/linux-5.10/fs/erofs/
H
A
D
zdata.c
1168
unsigned int
nr_bios
= 0;
in z_erofs_submit_queue()
local
1223
++
nr_bios
;
in z_erofs_submit_queue()
1246
if (!*force_fg && !
nr_bios
) {
in z_erofs_submit_queue()
1250
z_erofs_decompress_kickoff(q[JQ_SUBMIT], *force_fg,
nr_bios
);
in z_erofs_submit_queue()
/kernel/linux/linux-6.6/fs/erofs/
H
A
D
zdata.c
1636
unsigned int
nr_bios
= 0;
in z_erofs_submit_queue()
local
1714
++
nr_bios
;
in z_erofs_submit_queue()
1740
if (!*force_fg && !
nr_bios
) {
in z_erofs_submit_queue()
1744
z_erofs_decompress_kickoff(q[JQ_SUBMIT],
nr_bios
);
in z_erofs_submit_queue()
/kernel/linux/linux-5.10/include/linux/
H
A
D
blkdev.h
1132
unsigned int
nr_bios
= 0;
in blk_rq_count_bios()
local
1136
nr_bios
++;
in blk_rq_count_bios()
1138
return
nr_bios
;
in blk_rq_count_bios()
Completed in 18 milliseconds