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_runnable
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/xen/
H
A
D
time.c
149
return per_cpu(xen_runstate, vcpu).state ==
RUNSTATE_runnable
;
in xen_vcpu_stolen()
157
return state.time[
RUNSTATE_runnable
] + state.time[RUNSTATE_offline];
in xen_steal_clock()
/kernel/linux/linux-6.6/drivers/xen/
H
A
D
time.c
150
return per_cpu(xen_runstate, vcpu).state ==
RUNSTATE_runnable
;
in xen_vcpu_stolen()
158
return state.time[
RUNSTATE_runnable
] + state.time[RUNSTATE_offline];
in xen_steal_clock()
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/x86_64/
H
A
D
xen_shinfo_test.c
152
#define
RUNSTATE_runnable
1
macro
204
GUEST_ASSERT(rs->time[
RUNSTATE_runnable
] != 0);
in guest_code()
223
GUEST_ASSERT(rs->time[
RUNSTATE_runnable
] == 0);
in guest_code()
229
GUEST_ASSERT(rs->time[
RUNSTATE_runnable
] >= MIN_STEAL_TIME);
in guest_code()
654
rst.u.runstate.state = uc.args[1] +
RUNSTATE_runnable
-
in main()
1064
TEST_ASSERT(crs->time[
RUNSTATE_runnable
] == rst.u.runstate.time_runnable,
in main()
1098
TEST_ASSERT(rs->time[
RUNSTATE_runnable
] == rst.u.runstate.time_runnable,
in main()
/kernel/linux/linux-5.10/include/xen/interface/
H
A
D
vcpu.h
100
#define
RUNSTATE_runnable
1
macro
/kernel/linux/linux-6.6/include/xen/interface/
H
A
D
vcpu.h
83
#define
RUNSTATE_runnable
1
macro
/kernel/linux/linux-6.6/arch/x86/kvm/
H
A
D
xen.h
190
kvm_xen_update_runstate(vcpu,
RUNSTATE_runnable
);
in kvm_xen_runstate_set_preempted()
H
A
D
xen.c
462
vx->runstate_times[
RUNSTATE_runnable
] += steal_ns;
in kvm_xen_update_runstate()
471
kvm_xen_update_runstate_guest(v, state ==
RUNSTATE_runnable
);
in kvm_xen_update_runstate()
845
vcpu->arch.xen.runstate_times[
RUNSTATE_runnable
] =
in kvm_xen_vcpu_set_attr()
886
vcpu->arch.xen.runstate_times[
RUNSTATE_runnable
] +=
in kvm_xen_vcpu_set_attr()
1004
vcpu->arch.xen.runstate_times[
RUNSTATE_runnable
];
in kvm_xen_vcpu_get_attr()
Completed in 6 milliseconds