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:hv_result
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/hyperv/
H
A
D
hv_proc.c
97
ret =
hv_result
(status);
in hv_call_deposit_pages()
149
if (
hv_result
(status) != HV_STATUS_INSUFFICIENT_MEMORY) {
in hv_call_add_logical_proc()
153
ret =
hv_result
(status);
in hv_call_add_logical_proc()
199
if (
hv_result
(status) != HV_STATUS_INSUFFICIENT_MEMORY) {
in hv_call_create_vp()
203
ret =
hv_result
(status);
in hv_call_create_vp()
H
A
D
irqdomain.c
69
return
hv_result
(status);
in hv_map_interrupt()
91
return
hv_result
(status);
in hv_unmap_interrupt()
H
A
D
nested.c
124
ret =
hv_result
(status);
in hyperv_flush_guest_mapping_range()
H
A
D
hv_vtl.c
156
hv_result
(status) != HV_STATUS_VTL_ALREADY_ENABLED) {
in hv_vtl_bringup_vcpu()
H
A
D
ivm.c
358
} while (
hv_result
(ret) == HV_STATUS_TIME_OUT && retry--);
in hv_snp_boot_ap()
/kernel/linux/linux-6.6/include/asm-generic/
H
A
D
mshyperv.h
71
static inline int
hv_result
(u64 status)
in hv_result()
function
78
return
hv_result
(status) == HV_STATUS_SUCCESS;
in hv_result_success()
/kernel/linux/linux-6.6/drivers/hv/
H
A
D
hv.c
94
return
hv_result
(status);
in hv_post_message()
H
A
D
hv_balloon.c
1678
if (
hv_result
(status) == HV_STATUS_INVALID_PARAMETER) {
in hv_free_page_report()
Completed in 7 milliseconds