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:async_pf
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-6.6/virt/kvm/
H
A
D
async_pf.c
17
#include "
async_pf
.h"
40
INIT_LIST_HEAD(&vcpu->
async_pf
.done);
in kvm_async_pf_vcpu_init()
41
INIT_LIST_HEAD(&vcpu->
async_pf
.queue);
in kvm_async_pf_vcpu_init()
42
spin_lock_init(&vcpu->
async_pf
.lock);
in kvm_async_pf_vcpu_init()
71
spin_lock(&vcpu->
async_pf
.lock);
in async_pf_execute()
72
first = list_empty(&vcpu->
async_pf
.done);
in async_pf_execute()
73
list_add_tail(&apf->link, &vcpu->
async_pf
.done);
in async_pf_execute()
75
spin_unlock(&vcpu->
async_pf
.lock);
in async_pf_execute()
115
spin_lock(&vcpu->
async_pf
.lock);
in kvm_clear_async_pf_completion_queue()
118
while (!list_empty(&vcpu->
async_pf
in kvm_clear_async_pf_completion_queue()
[all...]
H
A
D
kvm_main.c
61
#include "
async_pf
.h"
3759
if (!list_empty_careful(&vcpu->
async_pf
.done))
in vcpu_dy_runnable()
/kernel/linux/linux-5.10/virt/kvm/
H
A
D
async_pf.c
17
#include "
async_pf
.h"
40
INIT_LIST_HEAD(&vcpu->
async_pf
.done);
in kvm_async_pf_vcpu_init()
41
INIT_LIST_HEAD(&vcpu->
async_pf
.queue);
in kvm_async_pf_vcpu_init()
42
spin_lock_init(&vcpu->
async_pf
.lock);
in kvm_async_pf_vcpu_init()
72
spin_lock(&vcpu->
async_pf
.lock);
in async_pf_execute()
73
first = list_empty(&vcpu->
async_pf
.done);
in async_pf_execute()
74
list_add_tail(&apf->link, &vcpu->
async_pf
.done);
in async_pf_execute()
76
spin_unlock(&vcpu->
async_pf
.lock);
in async_pf_execute()
96
spin_lock(&vcpu->
async_pf
.lock);
in kvm_clear_async_pf_completion_queue()
99
while (!list_empty(&vcpu->
async_pf
in kvm_clear_async_pf_completion_queue()
[all...]
H
A
D
kvm_main.c
60
#include "
async_pf
.h"
3082
if (!list_empty_careful(&vcpu->
async_pf
.done))
in vcpu_dy_runnable()
/kernel/linux/linux-5.10/arch/s390/kvm/
H
A
D
Makefile
7
common-objs = $(KVM)/kvm_main.o $(KVM)/eventfd.o $(KVM)/
async_pf
.o $(KVM)/irqchip.o $(KVM)/vfio.o
/kernel/linux/linux-5.10/arch/x86/kvm/
H
A
D
Makefile
14
kvm-$(CONFIG_KVM_ASYNC_PF) += $(KVM)/
async_pf
.o
H
A
D
x86.c
11032
if (!list_empty_careful(&vcpu->
async_pf
.done))
in kvm_vcpu_has_events()
/kernel/linux/linux-5.10/include/linux/
H
A
D
kvm_host.h
305
}
async_pf
;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
kvm_host.h
365
}
async_pf
;
member
/kernel/linux/linux-6.6/arch/x86/kvm/
H
A
D
x86.c
12838
if (!list_empty_careful(&vcpu->
async_pf
.done))
in kvm_vcpu_has_events()
Completed in 50 milliseconds