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:transport_h2g
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/net/vmw_vsock/
H
A
D
af_vsock.c
134
static const struct vsock_transport *
transport_h2g
;
variable
446
else if (remote_cid <= VMADDR_CID_HOST || !
transport_h2g
)
in vsock_assign_transport()
449
new_transport =
transport_h2g
;
in vsock_assign_transport()
492
if (
transport_h2g
&& cid == VMADDR_CID_HOST)
in vsock_find_cid()
2090
else if (
transport_h2g
)
in vsock_dev_do_ioctl()
2091
cid =
transport_h2g
->get_local_cid();
in vsock_dev_do_ioctl()
2191
t_h2g =
transport_h2g
;
in vsock_core_register()
2228
transport_h2g
= t_h2g;
in vsock_core_register()
2243
if (
transport_h2g
== t)
in vsock_core_unregister()
2244
transport_h2g
in vsock_core_unregister()
[all...]
/kernel/linux/linux-6.6/net/vmw_vsock/
H
A
D
af_vsock.c
140
static const struct vsock_transport *
transport_h2g
;
variable
469
else if (remote_cid <= VMADDR_CID_HOST || !
transport_h2g
||
in vsock_assign_transport()
473
new_transport =
transport_h2g
;
in vsock_assign_transport()
524
if (
transport_h2g
&& cid == VMADDR_CID_HOST)
in vsock_find_cid()
2340
else if (
transport_h2g
)
in vsock_dev_do_ioctl()
2341
cid =
transport_h2g
->get_local_cid();
in vsock_dev_do_ioctl()
2442
t_h2g =
transport_h2g
;
in vsock_core_register()
2479
transport_h2g
= t_h2g;
in vsock_core_register()
2494
if (
transport_h2g
== t)
in vsock_core_unregister()
2495
transport_h2g
in vsock_core_unregister()
[all...]
Completed in 6 milliseconds