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:tvc_prot_sgl
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/vhost/
H
A
D
scsi.c
92
struct scatterlist *
tvc_prot_sgl
;
member
356
put_page(sg_page(&tv_cmd->
tvc_prot_sgl
[i]));
in vhost_scsi_release_cmd_res()
625
prot_sg = cmd->
tvc_prot_sgl
;
in vhost_scsi_get_cmd()
629
cmd->
tvc_prot_sgl
= prot_sg;
in vhost_scsi_get_cmd()
736
sg_init_table(cmd->
tvc_prot_sgl
, sgl_count);
in vhost_scsi_mapal()
739
cmd->
tvc_prot_sgl
, cmd->tvc_prot_sgl_count);
in vhost_scsi_mapal()
742
cmd->
tvc_prot_sgl
,
in vhost_scsi_mapal()
799
sg_prot_ptr = cmd->
tvc_prot_sgl
;
in vhost_scsi_submission_work()
1495
kfree(tv_cmd->
tvc_prot_sgl
);
in vhost_scsi_destroy_vq_cmds()
1544
tv_cmd->
tvc_prot_sgl
in vhost_scsi_setup_vq_cmds()
[all...]
/kernel/linux/linux-6.6/drivers/vhost/
H
A
D
scsi.c
85
struct scatterlist *
tvc_prot_sgl
;
member
346
put_page(sg_page(&tv_cmd->
tvc_prot_sgl
[i]));
in vhost_scsi_release_cmd_res()
622
prot_sg = cmd->
tvc_prot_sgl
;
in vhost_scsi_get_cmd()
627
cmd->
tvc_prot_sgl
= prot_sg;
in vhost_scsi_get_cmd()
827
sg_init_table(cmd->
tvc_prot_sgl
, sgl_count);
in vhost_scsi_mapal()
830
cmd->
tvc_prot_sgl
, cmd->tvc_prot_sgl_count);
in vhost_scsi_mapal()
833
cmd->
tvc_prot_sgl
,
in vhost_scsi_mapal()
893
sg_prot_ptr = cmd->
tvc_prot_sgl
;
in vhost_scsi_target_queue_cmd()
1579
kfree(tv_cmd->
tvc_prot_sgl
);
in vhost_scsi_destroy_vq_cmds()
1637
tv_cmd->
tvc_prot_sgl
in vhost_scsi_setup_vq_cmds()
[all...]
Completed in 6 milliseconds