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:HVUTIL_READY
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/hv/
H
A
D
hv_snapshot.c
82
vss_transaction.state =
HVUTIL_READY
;
in vss_poll_wrapper()
145
if (vss_transaction.state >
HVUTIL_READY
) {
in vss_on_msg()
200
vss_transaction.state =
HVUTIL_READY
;
in vss_send_op()
220
if (vss_transaction.state <
HVUTIL_READY
) {
in vss_handle_request()
298
if (vss_transaction.state >
HVUTIL_READY
)
in hv_vss_onchannelcallback()
397
* vss_transaction.state to be
HVUTIL_READY
, so the user space daemon's
in hv_vss_pre_suspend()
417
vss_transaction.state =
HVUTIL_READY
;
in hv_vss_pre_suspend()
H
A
D
hv_fcopy.c
73
fcopy_transaction.state =
HVUTIL_READY
;
in fcopy_poll_wrapper()
180
fcopy_transaction.state =
HVUTIL_READY
;
in fcopy_send_data()
235
if (fcopy_transaction.state >
HVUTIL_READY
)
in hv_fcopy_onchannelcallback()
269
if (fcopy_transaction.state <
HVUTIL_READY
) {
in hv_fcopy_onchannelcallback()
364
* space since we force fcopy_transaction.state to be
HVUTIL_READY
, so
in hv_fcopy_pre_suspend()
384
fcopy_transaction.state =
HVUTIL_READY
;
in hv_fcopy_pre_suspend()
H
A
D
hv_kvp.c
115
kvp_transaction.state =
HVUTIL_READY
;
in kvp_poll_wrapper()
213
if (kvp_transaction.state <
HVUTIL_READY
) {
in kvp_on_msg()
502
kvp_transaction.state =
HVUTIL_READY
;
in kvp_send_key()
649
if (kvp_transaction.state <
HVUTIL_READY
) {
in hv_kvp_onchannelcallback()
662
if (kvp_transaction.state >
HVUTIL_READY
)
in hv_kvp_onchannelcallback()
695
if (kvp_transaction.state <
HVUTIL_READY
) {
in hv_kvp_onchannelcallback()
787
kvp_transaction.state =
HVUTIL_READY
;
in hv_kvp_pre_suspend()
H
A
D
hyperv_vmbus.h
387
HVUTIL_READY
, /* userspace is registered */
enumerator
/kernel/linux/linux-6.6/drivers/hv/
H
A
D
hv_fcopy.c
73
fcopy_transaction.state =
HVUTIL_READY
;
in fcopy_poll_wrapper()
180
fcopy_transaction.state =
HVUTIL_READY
;
in fcopy_send_data()
235
if (fcopy_transaction.state >
HVUTIL_READY
)
in hv_fcopy_onchannelcallback()
285
if (fcopy_transaction.state <
HVUTIL_READY
) {
in hv_fcopy_onchannelcallback()
385
* space since we force fcopy_transaction.state to be
HVUTIL_READY
, so
in hv_fcopy_pre_suspend()
405
fcopy_transaction.state =
HVUTIL_READY
;
in hv_fcopy_pre_suspend()
H
A
D
hv_snapshot.c
85
vss_transaction.state =
HVUTIL_READY
;
in vss_poll_wrapper()
148
if (vss_transaction.state >
HVUTIL_READY
) {
in vss_on_msg()
203
vss_transaction.state =
HVUTIL_READY
;
in vss_send_op()
223
if (vss_transaction.state <
HVUTIL_READY
) {
in vss_handle_request()
301
if (vss_transaction.state >
HVUTIL_READY
)
in hv_vss_onchannelcallback()
416
* vss_transaction.state to be
HVUTIL_READY
, so the user space daemon's
in hv_vss_pre_suspend()
436
vss_transaction.state =
HVUTIL_READY
;
in hv_vss_pre_suspend()
H
A
D
hv_kvp.c
115
kvp_transaction.state =
HVUTIL_READY
;
in kvp_poll_wrapper()
213
if (kvp_transaction.state <
HVUTIL_READY
) {
in kvp_on_msg()
502
kvp_transaction.state =
HVUTIL_READY
;
in kvp_send_key()
649
if (kvp_transaction.state <
HVUTIL_READY
) {
in hv_kvp_onchannelcallback()
662
if (kvp_transaction.state >
HVUTIL_READY
)
in hv_kvp_onchannelcallback()
709
if (kvp_transaction.state <
HVUTIL_READY
) {
in hv_kvp_onchannelcallback()
804
kvp_transaction.state =
HVUTIL_READY
;
in hv_kvp_pre_suspend()
H
A
D
hyperv_vmbus.h
401
HVUTIL_READY
, /* userspace is registered */
enumerator
Completed in 6 milliseconds