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:hvsock
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/net/vmw_vsock/
H
A
D
hyperv_transport.c
91
struct
hvsock
{
struct
242
struct
hvsock
*hvs = vsk->trans;
in hvs_channel_cb()
294
struct
hvsock
*hvs = NULL;
in hvs_open_connection()
295
struct
hvsock
*hvs_new = NULL;
in hvs_open_connection()
433
struct
hvsock
*hvs;
in hvs_sock_init()
450
struct
hvsock
*h = vsk->trans;
in hvs_connect()
463
static void hvs_shutdown_lock_held(struct
hvsock
*hvs, int mode)
in hvs_shutdown_lock_held()
534
struct
hvsock
*hvs = vsk->trans;
in hvs_destruct()
566
static int hvs_update_recv_data(struct
hvsock
*hvs)
in hvs_update_recv_data()
589
struct
hvsock
*hv
in hvs_stream_dequeue()
[all...]
/kernel/linux/linux-6.6/net/vmw_vsock/
H
A
D
hyperv_transport.c
94
struct
hvsock
{
struct
251
struct
hvsock
*hvs = vsk->trans;
in hvs_channel_cb()
303
struct
hvsock
*hvs = NULL;
in hvs_open_connection()
304
struct
hvsock
*hvs_new = NULL;
in hvs_open_connection()
444
struct
hvsock
*hvs;
in hvs_sock_init()
461
struct
hvsock
*h = vsk->trans;
in hvs_connect()
474
static void hvs_shutdown_lock_held(struct
hvsock
*hvs, int mode)
in hvs_shutdown_lock_held()
545
struct
hvsock
*hvs = vsk->trans;
in hvs_destruct()
577
static int hvs_update_recv_data(struct
hvsock
*hvs)
in hvs_update_recv_data()
606
struct
hvsock
*hv
in hvs_stream_dequeue()
[all...]
/kernel/linux/linux-5.10/include/linux/
H
A
D
hyperv.h
886
* Channel rescind callback. Some channels (the
hvsock
ones), need to
1184
* A
hvsock
offer, which has a VMBUS_CHANNEL_TLNPI_PROVIDER_OFFER
1186
* offer's if_type/if_instance can change for every new
hvsock
1190
* from vmbus driver to
hvsock
driver, we can handle
hvsock
offer as
1192
* indicate if the driver is the
hvsock
driver or not: we need to
1195
bool
hvsock
;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
hyperv.h
931
* Channel rescind callback. Some channels (the
hvsock
ones), need to
1247
* A
hvsock
offer, which has a VMBUS_CHANNEL_TLNPI_PROVIDER_OFFER
1249
* offer's if_type/if_instance can change for every new
hvsock
1253
* from vmbus driver to
hvsock
driver, we can handle
hvsock
offer as
1255
* indicate if the driver is the
hvsock
driver or not: we need to
1258
bool
hvsock
;
member
/kernel/linux/linux-5.10/drivers/hv/
H
A
D
vmbus_drv.c
865
return drv->
hvsock
;
in vmbus_match()
/kernel/linux/linux-6.6/drivers/hv/
H
A
D
vmbus_drv.c
829
return drv->
hvsock
;
in vmbus_match()
Completed in 16 milliseconds