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:vss_transaction
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/hv/
H
A
D
hv_snapshot.c
59
}
vss_transaction
;
variable
82
vss_transaction
.state = HVUTIL_READY;
in vss_poll_wrapper()
98
hv_poll_channel(
vss_transaction
.recv_channel, vss_poll_wrapper);
in vss_timeout_func()
103
hv_poll_channel(
vss_transaction
.recv_channel, vss_poll_wrapper);
in vss_register_done()
145
if (
vss_transaction
.state > HVUTIL_READY) {
in vss_on_msg()
151
} else if (
vss_transaction
.state == HVUTIL_USERSPACE_REQ) {
in vss_on_msg()
152
vss_transaction
.state = HVUTIL_USERSPACE_RECV;
in vss_on_msg()
155
vss_transaction
.msg->vss_cf.flags =
in vss_on_msg()
161
hv_poll_channel(
vss_transaction
.recv_channel,
in vss_on_msg()
174
int op =
vss_transaction
in vss_send_op()
[all...]
/kernel/linux/linux-6.6/drivers/hv/
H
A
D
hv_snapshot.c
62
}
vss_transaction
;
variable
85
vss_transaction
.state = HVUTIL_READY;
in vss_poll_wrapper()
101
hv_poll_channel(
vss_transaction
.recv_channel, vss_poll_wrapper);
in vss_timeout_func()
106
hv_poll_channel(
vss_transaction
.recv_channel, vss_poll_wrapper);
in vss_register_done()
148
if (
vss_transaction
.state > HVUTIL_READY) {
in vss_on_msg()
154
} else if (
vss_transaction
.state == HVUTIL_USERSPACE_REQ) {
in vss_on_msg()
155
vss_transaction
.state = HVUTIL_USERSPACE_RECV;
in vss_on_msg()
158
vss_transaction
.msg->vss_cf.flags =
in vss_on_msg()
164
hv_poll_channel(
vss_transaction
.recv_channel,
in vss_on_msg()
177
int op =
vss_transaction
in vss_send_op()
[all...]
Completed in 1 milliseconds