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_vsock
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/vhost/
H
A
D
vsock.c
42
/* Used to track all the
vhost_vsock
instances on the system. */
46
struct
vhost_vsock
{
struct
70
static struct
vhost_vsock
*vhost_vsock_get(u32 guest_cid)
in vhost_vsock_get()
72
struct
vhost_vsock
*vsock;
in vhost_vsock_get()
90
vhost_transport_do_send_pkt(struct
vhost_vsock
*vsock,
in vhost_transport_do_send_pkt()
259
struct
vhost_vsock
*vsock;
in vhost_transport_send_pkt_work()
261
vsock = container_of(work, struct
vhost_vsock
, send_pkt_work);
in vhost_transport_send_pkt_work()
271
struct
vhost_vsock
*vsock;
in vhost_transport_send_pkt()
276
/* Find the
vhost_vsock
according to guest context id */
in vhost_transport_send_pkt()
297
struct
vhost_vsock
*vsoc
in vhost_transport_cancel_pkt()
[all...]
H
A
D
Makefile
8
obj-$(CONFIG_VHOST_VSOCK) +=
vhost_vsock
.o
9
vhost_vsock
-y := vsock.o
/kernel/linux/linux-5.10/drivers/vhost/
H
A
D
vsock.c
36
/* Used to track all the
vhost_vsock
instances on the system. */
40
struct
vhost_vsock
{
struct
64
static struct
vhost_vsock
*vhost_vsock_get(u32 guest_cid)
in vhost_vsock_get()
66
struct
vhost_vsock
*vsock;
in vhost_vsock_get()
84
vhost_transport_do_send_pkt(struct
vhost_vsock
*vsock,
in vhost_transport_do_send_pkt()
237
struct
vhost_vsock
*vsock;
in vhost_transport_send_pkt_work()
239
vsock = container_of(work, struct
vhost_vsock
, send_pkt_work);
in vhost_transport_send_pkt_work()
248
struct
vhost_vsock
*vsock;
in vhost_transport_send_pkt()
253
/* Find the
vhost_vsock
according to guest context id */
in vhost_transport_send_pkt()
277
struct
vhost_vsock
*vsoc
in vhost_transport_cancel_pkt()
[all...]
H
A
D
Makefile
8
obj-$(CONFIG_VHOST_VSOCK) +=
vhost_vsock
.o
9
vhost_vsock
-y := vsock.o
Completed in 4 milliseconds