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_queue
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
pktcdvd.h
183
spinlock_t lock; /* Serialize access to
bio_queue
*/
184
struct rb_root
bio_queue
; /* Work queue of bios we need to handle */
member
185
int bio_queue_size; /* Number of nodes in
bio_queue
*/
/kernel/linux/linux-6.6/include/linux/
H
A
D
pktcdvd.h
174
spinlock_t lock; /* Serialize access to
bio_queue
*/
175
struct rb_root
bio_queue
; /* Work queue of bios we need to handle */
member
176
int bio_queue_size; /* Number of nodes in
bio_queue
*/
/kernel/linux/linux-5.10/drivers/block/
H
A
D
pktcdvd.c
633
rb_erase(&node->rb_node, &pd->
bio_queue
);
in pkt_rbtree_erase()
640
* Find the first node in the pd->
bio_queue
rb tree with a starting sector >= s.
644
struct rb_node *n = pd->
bio_queue
.rb_node;
in pkt_rbtree_find()
674
* Insert a node into the pd->
bio_queue
rb tree.
678
struct rb_node **p = &pd->
bio_queue
.rb_node;
in pkt_rbtree_insert()
692
rb_insert_color(&node->rb_node, &pd->
bio_queue
);
in pkt_rbtree_insert()
1125
n = rb_first(&pd->
bio_queue
);
in pkt_handle_queue()
1143
n = rb_first(&pd->
bio_queue
);
in pkt_handle_queue()
2671
pd->
bio_queue
= RB_ROOT;
in pkt_setup_dev()
/kernel/linux/linux-6.6/drivers/block/
H
A
D
pktcdvd.c
648
rb_erase(&node->rb_node, &pd->
bio_queue
);
in pkt_rbtree_erase()
655
* Find the first node in the pd->
bio_queue
rb tree with a starting sector >= s.
659
struct rb_node *n = pd->
bio_queue
.rb_node;
in pkt_rbtree_find()
689
* Insert a node into the pd->
bio_queue
rb tree.
693
struct rb_node **p = &pd->
bio_queue
.rb_node;
in pkt_rbtree_insert()
707
rb_insert_color(&node->rb_node, &pd->
bio_queue
);
in pkt_rbtree_insert()
1142
n = rb_first(&pd->
bio_queue
);
in pkt_handle_queue()
1160
n = rb_first(&pd->
bio_queue
);
in pkt_handle_queue()
2665
pd->
bio_queue
= RB_ROOT;
in pkt_setup_dev()
/kernel/linux/linux-5.10/drivers/md/
H
A
D
dm-integrity.c
323
struct bio_list
bio_queue
;
member
2140
bio_list_add(&bbs->
bio_queue
, bio);
in dm_integrity_map_continue()
2653
struct bio_list
bio_queue
;
in bitmap_block_work()
local
2659
bio_queue
= bbs->
bio_queue
;
in bitmap_block_work()
2660
bio_list_init(&bbs->
bio_queue
);
in bitmap_block_work()
2663
while ((bio = bio_list_pop(&
bio_queue
))) {
in bitmap_block_work()
4327
bio_list_init(&bbs->
bio_queue
);
in dm_integrity_ctr()
/kernel/linux/linux-6.6/drivers/md/
H
A
D
dm-integrity.c
335
struct bio_list
bio_queue
;
member
2341
bio_list_add(&bbs->
bio_queue
, bio);
in dm_integrity_map_continue()
2886
struct bio_list
bio_queue
;
in bitmap_block_work()
local
2892
bio_queue
= bbs->
bio_queue
;
in bitmap_block_work()
2893
bio_list_init(&bbs->
bio_queue
);
in bitmap_block_work()
2896
while ((bio = bio_list_pop(&
bio_queue
))) {
in bitmap_block_work()
4616
bio_list_init(&bbs->
bio_queue
);
in dm_integrity_ctr()
Completed in 19 milliseconds