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:vhost_scsi
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/vhost/
H
A
D
scsi.c
96
/* Pointer to
vhost_scsi
for our device */
97
struct
vhost_scsi
*tvc_vhost;
126
/* Used for
vhost_scsi
device reference to tpg_nexus, protected by tv_tpg_mutex */
140
/* Pointer back to
vhost_scsi
, protected by tv_tpg_mutex */
141
struct
vhost_scsi
*
vhost_scsi
;
member
197
struct
vhost_scsi
{
struct
198
/* Protected by
vhost_scsi
->dev.mutex */
218
struct
vhost_scsi
*vhost;
245
/* Global spinlock to protect
vhost_scsi
TP
[all...]
H
A
D
Makefile
5
obj-$(CONFIG_VHOST_SCSI) +=
vhost_scsi
.o
6
vhost_scsi
-y := scsi.o
/kernel/linux/linux-6.6/drivers/vhost/
H
A
D
scsi.c
89
/* Pointer to
vhost_scsi
for our device */
90
struct
vhost_scsi
*tvc_vhost;
117
/* Used for
vhost_scsi
device reference to tpg_nexus, protected by tv_tpg_mutex */
131
/* Pointer back to
vhost_scsi
, protected by tv_tpg_mutex */
132
struct
vhost_scsi
*
vhost_scsi
;
member
175
struct
vhost_scsi
*vs;
195
struct
vhost_scsi
{
struct
196
/* Protected by
vhost_scsi
->dev.mutex */
213
struct
vhost_scsi
*vhos
[all...]
H
A
D
Makefile
5
obj-$(CONFIG_VHOST_SCSI) +=
vhost_scsi
.o
6
vhost_scsi
-y := scsi.o
Completed in 6 milliseconds