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
defs:vcpu_args
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/include/
H
A
D
perf_test_util.h
43
struct
vcpu_args
{
struct
57
struct
vcpu_args
vcpu_args
[MAX_VCPUS];
member
68
struct
vcpu_args
*
vcpu_args
= &perf_test_args.
vcpu_args
[vcpu_id];
in guest_code()
local
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/include/
H
A
D
memstress.h
53
struct memstress_vcpu_args
vcpu_args
[KVM_MAX_VCPUS];
member
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/
H
A
D
memslot_modification_stress_test.c
37
static void vcpu_worker(struct memstress_vcpu_args *
vcpu_args
)
in vcpu_worker()
argument
H
A
D
dirty_log_perf_test.c
70
static void vcpu_worker(struct memstress_vcpu_args *
vcpu_args
)
in vcpu_worker()
argument
H
A
D
demand_paging_test.c
35
static void vcpu_worker(struct memstress_vcpu_args *
vcpu_args
)
in vcpu_worker()
argument
131
struct memstress_vcpu_args *
vcpu_args
;
in run_test()
local
[all...]
H
A
D
access_tracking_perf_test.c
226
static void vcpu_thread_main(struct memstress_vcpu_args *
vcpu_args
)
in vcpu_thread_main()
argument
126
mark_vcpu_memory_idle(struct kvm_vm *vm, struct memstress_
vcpu_args
*
vcpu_args
)
mark_vcpu_memory_idle()
argument
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/
H
A
D
demand_paging_test.c
47
struct
vcpu_args
*
vcpu_args
= (struct
vcpu_args
*)data;
in vcpu_worker()
local
H
A
D
dirty_log_perf_test.c
44
struct
vcpu_args
*
vcpu_args
= (struct
vcpu_args
*)data;
in vcpu_worker()
local
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/lib/
H
A
D
memstress.c
51
struct memstress_vcpu_args *
vcpu_args
= &args->
vcpu_args
[vcpu_idx];
in memstress_guest_code()
local
95
struct memstress_vcpu_args *
vcpu_args
;
in memstress_setup_vcpus()
local
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/x86_64/
H
A
D
dirty_log_page_splitting_test.c
65
static void vcpu_worker(struct memstress_vcpu_args *
vcpu_args
)
in vcpu_worker()
argument
Completed in 5 milliseconds