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:pvscsi_ctx
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
vmw_pvscsi.c
55
struct
pvscsi_ctx
{
struct
100
struct
pvscsi_ctx
*cmd_map;
156
static struct
pvscsi_ctx
*
159
struct
pvscsi_ctx
*ctx, *end;
in pvscsi_find_context()
169
static struct
pvscsi_ctx
*
172
struct
pvscsi_ctx
*ctx;
in pvscsi_acquire_context()
177
ctx = list_first_entry(&adapter->cmd_pool, struct
pvscsi_ctx
, list);
in pvscsi_acquire_context()
185
struct
pvscsi_ctx
*ctx)
in pvscsi_release_context()
193
* Map a
pvscsi_ctx
struct to a context ID field value; we map to a simple
198
const struct
pvscsi_ctx
*ct
in pvscsi_map_context()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
vmw_pvscsi.c
53
struct
pvscsi_ctx
{
struct
98
struct
pvscsi_ctx
*cmd_map;
154
static struct
pvscsi_ctx
*
157
struct
pvscsi_ctx
*ctx, *end;
in pvscsi_find_context()
167
static struct
pvscsi_ctx
*
170
struct
pvscsi_ctx
*ctx;
in pvscsi_acquire_context()
175
ctx = list_first_entry(&adapter->cmd_pool, struct
pvscsi_ctx
, list);
in pvscsi_acquire_context()
183
struct
pvscsi_ctx
*ctx)
in pvscsi_release_context()
191
* Map a
pvscsi_ctx
struct to a context ID field value; we map to a simple
196
const struct
pvscsi_ctx
*ct
in pvscsi_map_context()
[all...]
Completed in 3 milliseconds