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:tv_cmd
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/vhost/
H
A
D
scsi.c
343
struct vhost_scsi_cmd *
tv_cmd
= container_of(se_cmd,
in vhost_scsi_release_cmd_res()
local
345
struct vhost_scsi_virtqueue *svq = container_of(
tv_cmd
->tvc_vq,
in vhost_scsi_release_cmd_res()
347
struct vhost_scsi_inflight *inflight =
tv_cmd
->inflight;
in vhost_scsi_release_cmd_res()
350
if (
tv_cmd
->tvc_sgl_count) {
in vhost_scsi_release_cmd_res()
351
for (i = 0; i <
tv_cmd
->tvc_sgl_count; i++)
in vhost_scsi_release_cmd_res()
352
put_page(sg_page(&
tv_cmd
->tvc_sgl[i]));
in vhost_scsi_release_cmd_res()
354
if (
tv_cmd
->tvc_prot_sgl_count) {
in vhost_scsi_release_cmd_res()
355
for (i = 0; i <
tv_cmd
->tvc_prot_sgl_count; i++)
in vhost_scsi_release_cmd_res()
356
put_page(sg_page(&
tv_cmd
->tvc_prot_sgl[i]));
in vhost_scsi_release_cmd_res()
565
pr_debug("%s
tv_cmd
in vhost_scsi_complete_cmd_work()
1485
struct vhost_scsi_cmd *
tv_cmd
;
vhost_scsi_destroy_vq_cmds()
local
1508
struct vhost_scsi_cmd *
tv_cmd
;
vhost_scsi_setup_vq_cmds()
local
[all...]
/kernel/linux/linux-6.6/drivers/vhost/
H
A
D
scsi.c
328
struct vhost_scsi_cmd *
tv_cmd
= container_of(se_cmd,
in vhost_scsi_release_cmd_res()
local
330
struct vhost_scsi_virtqueue *svq = container_of(
tv_cmd
->tvc_vq,
in vhost_scsi_release_cmd_res()
332
struct vhost_scsi_inflight *inflight =
tv_cmd
->inflight;
in vhost_scsi_release_cmd_res()
335
if (
tv_cmd
->tvc_sgl_count) {
in vhost_scsi_release_cmd_res()
336
for (i = 0; i <
tv_cmd
->tvc_sgl_count; i++) {
in vhost_scsi_release_cmd_res()
337
if (
tv_cmd
->copied_iov)
in vhost_scsi_release_cmd_res()
338
__free_page(sg_page(&
tv_cmd
->tvc_sgl[i]));
in vhost_scsi_release_cmd_res()
340
put_page(sg_page(&
tv_cmd
->tvc_sgl[i]));
in vhost_scsi_release_cmd_res()
342
kfree(
tv_cmd
->saved_iter_addr);
in vhost_scsi_release_cmd_res()
344
if (
tv_cmd
in vhost_scsi_release_cmd_res()
1569
struct vhost_scsi_cmd *
tv_cmd
;
vhost_scsi_destroy_vq_cmds()
local
1593
struct vhost_scsi_cmd *
tv_cmd
;
vhost_scsi_setup_vq_cmds()
local
[all...]
Completed in 8 milliseconds