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:out_vqs
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/char/
H
A
D
virtio_console.c
161
struct virtqueue **in_vqs, **
out_vqs
;
member
1389
port->out_vq = portdev->
out_vqs
[port->id];
in add_port()
1860
portdev->
out_vqs
= kmalloc_array(nr_ports, sizeof(struct virtqueue *),
in init_vqs()
1863
!portdev->
out_vqs
) {
in init_vqs()
1903
portdev->
out_vqs
[0] = vqs[1];
in init_vqs()
1912
portdev->
out_vqs
[i] = vqs[j + 1];
in init_vqs()
1922
kfree(portdev->
out_vqs
);
in init_vqs()
1948
kfree(portdev->
out_vqs
);
in remove_vqs()
2199
port->out_vq = portdev->
out_vqs
[port->id];
in virtcons_restore()
/kernel/linux/linux-6.6/drivers/char/
H
A
D
virtio_console.c
155
struct virtqueue **in_vqs, **
out_vqs
;
member
1386
port->out_vq = portdev->
out_vqs
[port->id];
in add_port()
1854
portdev->
out_vqs
= kmalloc_array(nr_ports, sizeof(struct virtqueue *),
in init_vqs()
1857
!portdev->
out_vqs
) {
in init_vqs()
1897
portdev->
out_vqs
[0] = vqs[1];
in init_vqs()
1906
portdev->
out_vqs
[i] = vqs[j + 1];
in init_vqs()
1916
kfree(portdev->
out_vqs
);
in init_vqs()
1943
kfree(portdev->
out_vqs
);
in remove_vqs()
2202
port->out_vq = portdev->
out_vqs
[port->id];
in virtcons_restore()
/kernel/linux/linux-5.10/fs/fuse/
H
A
D
virtio_fs.c
889
goto
out_vqs
;
in virtio_fs_probe()
898
goto
out_vqs
;
in virtio_fs_probe()
902
out_vqs
:
in virtio_fs_probe()
/kernel/linux/linux-6.6/fs/fuse/
H
A
D
virtio_fs.c
883
goto
out_vqs
;
in virtio_fs_probe()
892
goto
out_vqs
;
in virtio_fs_probe()
896
out_vqs
:
in virtio_fs_probe()
Completed in 10 milliseconds