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:RUNSTATE_running
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/include/xen/interface/
H
A
D
vcpu.h
97
#define
RUNSTATE_running
0
macro
121
* runstate.state will always be
RUNSTATE_running
and
/kernel/linux/linux-6.6/include/xen/interface/
H
A
D
vcpu.h
80
#define
RUNSTATE_running
0
macro
104
* runstate.state will always be
RUNSTATE_running
and
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/x86_64/
H
A
D
xen_shinfo_test.c
151
#define
RUNSTATE_running
0
macro
679
rst.u.runstate.state =
RUNSTATE_running
;
in main()
1023
for (int i =
RUNSTATE_running
; i <= RUNSTATE_offline; i++) {
in main()
1062
TEST_ASSERT(crs->time[
RUNSTATE_running
] == rst.u.runstate.time_running,
in main()
1096
TEST_ASSERT(rs->time[
RUNSTATE_running
] == rst.u.runstate.time_running,
in main()
/kernel/linux/linux-6.6/arch/x86/kvm/
H
A
D
xen.h
175
kvm_xen_update_runstate(vcpu,
RUNSTATE_running
);
in kvm_xen_runstate_set_running()
183
* still
RUNSTATE_running
, as the VMM is still operating on
in kvm_xen_runstate_set_preempted()
H
A
D
xen.c
457
if (vx->current_runstate ==
RUNSTATE_running
) {
in kvm_xen_update_runstate()
843
vcpu->arch.xen.runstate_times[
RUNSTATE_running
] =
in kvm_xen_vcpu_set_attr()
884
vcpu->arch.xen.runstate_times[
RUNSTATE_running
] +=
in kvm_xen_vcpu_set_attr()
1002
vcpu->arch.xen.runstate_times[
RUNSTATE_running
];
in kvm_xen_vcpu_get_attr()
Completed in 6 milliseconds