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:preempt_tb
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H
A
D
book3s_hv.c
289
vc->
preempt_tb
= mftb();
in kvmppc_core_start_stolen()
298
if (vc->
preempt_tb
!= TB_NIL) {
in kvmppc_core_end_stolen()
299
vc->stolen_tb += mftb() - vc->
preempt_tb
;
in kvmppc_core_end_stolen()
300
vc->
preempt_tb
= TB_NIL;
in kvmppc_core_end_stolen()
686
vc->
preempt_tb
!= TB_NIL)
in vcore_stolen_time()
687
p += now - vc->
preempt_tb
;
in vcore_stolen_time()
2175
vcore->
preempt_tb
= TB_NIL;
in kvmppc_vcore_create()
3121
vc->
preempt_tb
= TB_NIL;
in kvmppc_run_core()
4175
vc->
preempt_tb
= TB_NIL;
in kvmhv_run_single_vcpu()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
kvm_book3s.h
82
spinlock_t stoltb_lock; /* protects stolen_tb and
preempt_tb
*/
84
u64
preempt_tb
;
member
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
kvm_book3s.h
82
spinlock_t stoltb_lock; /* protects stolen_tb and
preempt_tb
*/
84
u64
preempt_tb
;
member
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H
A
D
book3s_hv.c
300
vc->
preempt_tb
= tb;
in kvmppc_core_start_stolen()
311
if (vc->
preempt_tb
!= TB_NIL) {
in kvmppc_core_end_stolen()
312
vc->stolen_tb += tb - vc->
preempt_tb
;
in kvmppc_core_end_stolen()
313
vc->
preempt_tb
= TB_NIL;
in kvmppc_core_end_stolen()
732
vc->
preempt_tb
!= TB_NIL)
in vcore_stolen_time()
733
p += now - vc->
preempt_tb
;
in vcore_stolen_time()
2742
vcore->
preempt_tb
= TB_NIL;
in kvmppc_vcore_create()
3745
vc->
preempt_tb
= TB_NIL;
in kvmppc_run_core()
Completed in 16 milliseconds