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:pre_pcpu
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H
A
D
posted_intr.c
123
if (!WARN_ON_ONCE(vcpu->
pre_pcpu
== -1)) {
in __pi_post_block()
124
raw_spin_lock(&per_cpu(blocked_vcpu_on_cpu_lock, vcpu->
pre_pcpu
));
in __pi_post_block()
126
raw_spin_unlock(&per_cpu(blocked_vcpu_on_cpu_lock, vcpu->
pre_pcpu
));
in __pi_post_block()
127
vcpu->
pre_pcpu
= -1;
in __pi_post_block()
137
* 'NDST' <-- vcpu->
pre_pcpu
155
if (!WARN_ON_ONCE(vcpu->
pre_pcpu
!= -1)) {
in pi_pre_block()
156
vcpu->
pre_pcpu
= vcpu->cpu;
in pi_pre_block()
157
raw_spin_lock(&per_cpu(blocked_vcpu_on_cpu_lock, vcpu->
pre_pcpu
));
in pi_pre_block()
160
vcpu->
pre_pcpu
));
in pi_pre_block()
161
raw_spin_unlock(&per_cpu(blocked_vcpu_on_cpu_lock, vcpu->
pre_pcpu
));
in pi_pre_block()
[all...]
/kernel/linux/linux-5.10/include/linux/
H
A
D
kvm_host.h
276
int
pre_pcpu
;
member
/kernel/linux/linux-5.10/virt/kvm/
H
A
D
kvm_main.c
462
vcpu->
pre_pcpu
= -1;
in kvm_vcpu_init()
Completed in 10 milliseconds