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:busy_preempt
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H
A
D
book3s_hv.c
325
if (vcpu->arch.
busy_preempt
!= TB_NIL) {
in kvmppc_core_vcpu_load_hv()
327
vc->stolen_tb += mftb() - vcpu->arch.
busy_preempt
;
in kvmppc_core_vcpu_load_hv()
328
vcpu->arch.
busy_preempt
= TB_NIL;
in kvmppc_core_vcpu_load_hv()
346
vcpu->arch.
busy_preempt
!= TB_NIL) {
in kvmppc_core_vcpu_load_hv()
347
vcpu->arch.busy_stolen += now - vcpu->arch.
busy_preempt
;
in kvmppc_core_vcpu_load_hv()
348
vcpu->arch.
busy_preempt
= TB_NIL;
in kvmppc_core_vcpu_load_hv()
371
vcpu->arch.
busy_preempt
= mftb();
in kvmppc_core_vcpu_put_hv()
382
vcpu->arch.
busy_preempt
= now;
in kvmppc_core_vcpu_put_hv()
2937
vcpu->arch.
busy_preempt
= TB_NIL;
in kvmppc_core_vcpu_create_hv()
3119
vcpu->arch.
busy_preempt
in kvmppc_remove_runnable()
[all...]
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H
A
D
book3s_hv.c
321
vcpu->arch.
busy_preempt
!= TB_NIL) {
in kvmppc_core_vcpu_load_hv()
322
vcpu->arch.busy_stolen += mftb() - vcpu->arch.
busy_preempt
;
in kvmppc_core_vcpu_load_hv()
323
vcpu->arch.
busy_preempt
= TB_NIL;
in kvmppc_core_vcpu_load_hv()
338
vcpu->arch.
busy_preempt
= mftb();
in kvmppc_core_vcpu_put_hv()
2356
vcpu->arch.
busy_preempt
= TB_NIL;
in kvmppc_core_vcpu_create_hv()
2526
vcpu->arch.
busy_preempt
= now;
in kvmppc_remove_runnable()
4031
vcpu->arch.
busy_preempt
= TB_NIL;
in kvmppc_run_vcpu()
4159
vcpu->arch.
busy_preempt
= TB_NIL;
in kvmhv_run_single_vcpu()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
kvm_host.h
813
u64
busy_preempt
;
member
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
kvm_host.h
819
u64
busy_preempt
;
member
Completed in 18 milliseconds