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:VSOCK_VQ_RX
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/net/vmw_vsock/
H
A
D
virtio_transport.c
50
/* The following fields are protected by rx_lock. vqs[
VSOCK_VQ_RX
]
142
struct virtqueue *rx_vq = vsock->vqs[
VSOCK_VQ_RX
];
in virtio_transport_send_pkt_work()
230
struct virtqueue *rx_vq = vsock->vqs[
VSOCK_VQ_RX
];
in virtio_transport_cancel_pkt()
254
vq = vsock->vqs[
VSOCK_VQ_RX
];
in virtio_vsock_rx_fill()
321
struct virtqueue *vq = vsock->vqs[
VSOCK_VQ_RX
];
in virtio_transport_more_replies()
499
vq = vsock->vqs[
VSOCK_VQ_RX
];
in virtio_transport_rx_work()
664
while ((pkt = virtqueue_detach_unused_buf(vsock->vqs[
VSOCK_VQ_RX
])))
in virtio_vsock_remove()
/kernel/linux/linux-6.6/net/vmw_vsock/
H
A
D
virtio_transport.c
49
/* The following fields are protected by rx_lock. vqs[
VSOCK_VQ_RX
]
132
struct virtqueue *rx_vq = vsock->vqs[
VSOCK_VQ_RX
];
in virtio_transport_send_pkt_work()
205
struct virtqueue *rx_vq = vsock->vqs[
VSOCK_VQ_RX
];
in virtio_transport_cancel_pkt()
229
vq = vsock->vqs[
VSOCK_VQ_RX
];
in virtio_vsock_rx_fill()
286
struct virtqueue *vq = vsock->vqs[
VSOCK_VQ_RX
];
in virtio_transport_more_replies()
489
vq = vsock->vqs[
VSOCK_VQ_RX
];
in virtio_transport_rx_work()
620
while ((skb = virtqueue_detach_unused_buf(vsock->vqs[
VSOCK_VQ_RX
])))
in virtio_vsock_vqs_del()
/kernel/linux/linux-6.6/drivers/vhost/
H
A
D
vsock.c
262
vq = &vsock->vqs[
VSOCK_VQ_RX
];
in vhost_transport_send_pkt_work()
288
vhost_vq_work_queue(&vsock->vqs[
VSOCK_VQ_RX
], &vsock->send_pkt_work);
in vhost_transport_send_pkt()
587
vhost_vq_work_queue(&vsock->vqs[
VSOCK_VQ_RX
], &vsock->send_pkt_work);
in vhost_vsock_start()
663
vqs[
VSOCK_VQ_RX
] = &vsock->vqs[
VSOCK_VQ_RX
];
in vhost_vsock_dev_open()
665
vsock->vqs[
VSOCK_VQ_RX
].handle_kick = vhost_vsock_handle_rx_kick;
in vhost_vsock_dev_open()
/kernel/linux/linux-5.10/drivers/vhost/
H
A
D
vsock.c
240
vq = &vsock->vqs[
VSOCK_VQ_RX
];
in vhost_transport_send_pkt_work()
631
vqs[
VSOCK_VQ_RX
] = &vsock->vqs[
VSOCK_VQ_RX
];
in vhost_vsock_dev_open()
633
vsock->vqs[
VSOCK_VQ_RX
].handle_kick = vhost_vsock_handle_rx_kick;
in vhost_vsock_dev_open()
/kernel/linux/linux-5.10/include/linux/
H
A
D
virtio_vsock.h
15
VSOCK_VQ_RX
= 0, /* for host to guest data */
enumerator
/kernel/linux/linux-6.6/include/linux/
H
A
D
virtio_vsock.h
118
VSOCK_VQ_RX
= 0, /* for host to guest data */
enumerator
Completed in 5 milliseconds