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:w_bio
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/block/
H
A
D
pktcdvd.c
532
pkt->
w_bio
= bio_kmalloc(GFP_KERNEL, frames);
in pkt_alloc_packet_data()
533
if (!pkt->
w_bio
)
in pkt_alloc_packet_data()
566
bio_put(pkt->
w_bio
);
in pkt_alloc_packet_data()
587
bio_put(pkt->
w_bio
);
in pkt_free_packet_data()
1210
bio_reset(pkt->
w_bio
);
in pkt_start_write()
1211
pkt->
w_bio
->bi_iter.bi_sector = pkt->sector;
in pkt_start_write()
1212
bio_set_dev(pkt->
w_bio
, pd->bdev);
in pkt_start_write()
1213
pkt->
w_bio
->bi_end_io = pkt_end_io_packet_write;
in pkt_start_write()
1214
pkt->
w_bio
->bi_private = pkt;
in pkt_start_write()
1221
if (!bio_add_page(pkt->
w_bio
, pag
in pkt_start_write()
[all...]
/kernel/linux/linux-6.6/drivers/block/
H
A
D
pktcdvd.c
556
pkt->
w_bio
= bio_kmalloc(frames, GFP_KERNEL);
in pkt_alloc_packet_data()
557
if (!pkt->
w_bio
)
in pkt_alloc_packet_data()
584
kfree(pkt->
w_bio
);
in pkt_alloc_packet_data()
602
kfree(pkt->
w_bio
);
in pkt_free_packet_data()
1265
bio_init(pkt->
w_bio
, pd->bdev, pkt->
w_bio
->bi_inline_vecs, pkt->frames,
in pkt_start_write()
1267
pkt->
w_bio
->bi_iter.bi_sector = pkt->sector;
in pkt_start_write()
1268
pkt->
w_bio
->bi_end_io = pkt_end_io_packet_write;
in pkt_start_write()
1269
pkt->
w_bio
->bi_private = pkt;
in pkt_start_write()
1276
if (!bio_add_page(pkt->
w_bio
, pag
in pkt_start_write()
[all...]
/kernel/linux/linux-5.10/include/linux/
H
A
D
pktcdvd.h
117
struct bio *
w_bio
; /* The bio we will send to the real CD */
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
pktcdvd.h
117
struct bio *
w_bio
; /* The bio we will send to the real CD */
member
Completed in 6 milliseconds