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:associated_id
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/block/
H
A
D
xen-blkfront.c
114
unsigned long
associated_id
;
member
557
rinfo->shadow[id].
associated_id
= NO_ASSOCIATED_ID;
in blkif_ring_get_request()
828
rinfo->shadow[extra_id].
associated_id
= id;
in blkif_queue_rw_req()
829
rinfo->shadow[id].
associated_id
= extra_id;
in blkif_queue_rw_req()
1473
if (unlikely(s->
associated_id
!= NO_ASSOCIATED_ID)) {
in blkif_completion()
1474
struct blk_shadow *s2 = &rinfo->shadow[s->
associated_id
];
in blkif_completion()
1498
*id = s->
associated_id
;
in blkif_completion()
1506
if (add_id_to_freelist(rinfo, s->
associated_id
))
in blkif_completion()
1508
info->gd->disk_name, s->
associated_id
);
in blkif_completion()
/kernel/linux/linux-6.6/drivers/block/
H
A
D
xen-blkfront.c
115
unsigned long
associated_id
;
member
545
rinfo->shadow[id].
associated_id
= NO_ASSOCIATED_ID;
in blkif_ring_get_request()
816
rinfo->shadow[extra_id].
associated_id
= id;
in blkif_queue_rw_req()
817
rinfo->shadow[id].
associated_id
= extra_id;
in blkif_queue_rw_req()
1400
if (unlikely(s->
associated_id
!= NO_ASSOCIATED_ID)) {
in blkif_completion()
1401
struct blk_shadow *s2 = &rinfo->shadow[s->
associated_id
];
in blkif_completion()
1425
*id = s->
associated_id
;
in blkif_completion()
1433
if (add_id_to_freelist(rinfo, s->
associated_id
))
in blkif_completion()
1435
info->gd->disk_name, s->
associated_id
);
in blkif_completion()
Completed in 7 milliseconds