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:halt_poll_ns
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H
A
D
book3s_hv.c
3830
vc->
halt_poll_ns
*= halt_poll_ns_grow;
in grow_halt_poll_ns()
3831
if (vc->
halt_poll_ns
< halt_poll_ns_grow_start)
in grow_halt_poll_ns()
3832
vc->
halt_poll_ns
= halt_poll_ns_grow_start;
in grow_halt_poll_ns()
3838
vc->
halt_poll_ns
= 0;
in shrink_halt_poll_ns()
3840
vc->
halt_poll_ns
/= halt_poll_ns_shrink;
in shrink_halt_poll_ns()
3896
if (vc->
halt_poll_ns
) {
in kvmppc_vcore_blocked()
3897
ktime_t stop = ktime_add_ns(start_poll, vc->
halt_poll_ns
);
in kvmppc_vcore_blocked()
3926
if (vc->
halt_poll_ns
)
in kvmppc_vcore_blocked()
3953
if (vc->
halt_poll_ns
)
in kvmppc_vcore_blocked()
3959
if (vc->
halt_poll_ns
)
in kvmppc_vcore_blocked()
[all...]
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H
A
D
book3s_hv.c
4266
vc->
halt_poll_ns
*= halt_poll_ns_grow;
in grow_halt_poll_ns()
4267
if (vc->
halt_poll_ns
< halt_poll_ns_grow_start)
in grow_halt_poll_ns()
4268
vc->
halt_poll_ns
= halt_poll_ns_grow_start;
in grow_halt_poll_ns()
4274
vc->
halt_poll_ns
= 0;
in shrink_halt_poll_ns()
4276
vc->
halt_poll_ns
/= halt_poll_ns_shrink;
in shrink_halt_poll_ns()
4341
if (vc->
halt_poll_ns
) {
in kvmppc_vcore_blocked()
4342
ktime_t stop = ktime_add_ns(start_poll, vc->
halt_poll_ns
);
in kvmppc_vcore_blocked()
4371
if (vc->
halt_poll_ns
)
in kvmppc_vcore_blocked()
4401
if (vc->
halt_poll_ns
) {
in kvmppc_vcore_blocked()
4412
if (vc->
halt_poll_ns
) {
in kvmppc_vcore_blocked()
[all...]
/kernel/linux/linux-6.6/virt/kvm/
H
A
D
kvm_main.c
80
unsigned int
halt_poll_ns
= KVM_HALT_POLL_NS_DEFAULT;
variable
81
module_param(
halt_poll_ns
, uint, 0644);
82
EXPORT_SYMBOL_GPL(
halt_poll_ns
);
variable
84
/* Default doubles per-vcpu
halt_poll_ns
. */
89
/* The start value to grow
halt_poll_ns
from */
94
/* Default resets per-vcpu
halt_poll_ns
. */
3420
old = val = vcpu->
halt_poll_ns
;
in grow_halt_poll_ns()
3430
vcpu->
halt_poll_ns
= val;
in grow_halt_poll_ns()
3439
old = val = vcpu->
halt_poll_ns
;
in shrink_halt_poll_ns()
3450
vcpu->
halt_poll_ns
in shrink_halt_poll_ns()
[all...]
/kernel/linux/linux-5.10/virt/kvm/
H
A
D
kvm_main.c
73
unsigned int
halt_poll_ns
= KVM_HALT_POLL_NS_DEFAULT;
variable
74
module_param(
halt_poll_ns
, uint, 0644);
75
EXPORT_SYMBOL_GPL(
halt_poll_ns
);
variable
77
/* Default doubles per-vcpu
halt_poll_ns
. */
82
/* The start value to grow
halt_poll_ns
from */
87
/* Default resets per-vcpu
halt_poll_ns
. */
850
kvm->max_halt_poll_ns =
halt_poll_ns
;
in kvm_create_vm()
2822
old = val = vcpu->
halt_poll_ns
;
in grow_halt_poll_ns()
2835
vcpu->
halt_poll_ns
= val;
in grow_halt_poll_ns()
2844
old = val = vcpu->
halt_poll_ns
;
in shrink_halt_poll_ns()
[all...]
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
kvm_book3s.h
95
unsigned int
halt_poll_ns
;
member
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
kvm_book3s.h
95
unsigned int
halt_poll_ns
;
member
/kernel/linux/linux-5.10/include/linux/
H
A
D
kvm_host.h
287
unsigned int
halt_poll_ns
;
member
1346
extern unsigned int
halt_poll_ns
;
/kernel/linux/linux-6.6/include/linux/
H
A
D
kvm_host.h
347
unsigned int
halt_poll_ns
;
member
2128
extern unsigned int
halt_poll_ns
;
Completed in 29 milliseconds