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:max_vcpu
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/
H
A
D
kvm_binary_stats_test.c
193
int
max_vcpu
= DEFAULT_NUM_VCPU;
in main()
local
202
max_vcpu
= strtol(argv[2], NULL, 0);
in main()
203
if (
max_vcpu
<= 0)
in main()
204
max_vcpu
= DEFAULT_NUM_VCPU;
in main()
218
vcpus = malloc(sizeof(struct kvm_vcpu *) * max_vm *
max_vcpu
);
in main()
230
for (j = 0; j <
max_vcpu
; ++j)
in main()
231
vcpus[i *
max_vcpu
+ j] = __vm_vcpu_add(vms[i], j);
in main()
249
for (j = 0; j <
max_vcpu
; ++j) {
in main()
250
vcpu_stats_fds[j] = vcpu_get_stats_fd(vcpus[i *
max_vcpu
+ j]);
in main()
252
stats_test(vcpu_get_stats_fd(vcpus[i *
max_vcpu
in main()
[all...]
/kernel/linux/linux-5.10/tools/perf/
H
A
D
builtin-kvm.c
172
for (j = 0; j < event->
max_vcpu
; ++j) {
in clear_events_cache_stats()
188
int old_max_vcpu = event->
max_vcpu
;
in kvm_event_expand()
191
if (vcpu_id < event->
max_vcpu
)
in kvm_event_expand()
194
while (event->
max_vcpu
<= vcpu_id)
in kvm_event_expand()
195
event->
max_vcpu
+= DEFAULT_VCPU_NUM;
in kvm_event_expand()
199
event->
max_vcpu
* sizeof(*event->vcpu));
in kvm_event_expand()
207
(event->
max_vcpu
- old_max_vcpu) * sizeof(*event->vcpu));
in kvm_event_expand()
462
if (vcpu >= event->
max_vcpu
) \
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
kvm-stat.h
36
int
max_vcpu
;
member
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
kvm-stat.h
50
int
max_vcpu
;
member
/kernel/linux/linux-6.6/tools/perf/
H
A
D
builtin-kvm.c
62
if (vcpu >= event->
max_vcpu
) \
722
for (i = 0; i < event->
max_vcpu
; ++i) {
in clear_events_cache_stats()
732
int old_max_vcpu = event->
max_vcpu
;
in kvm_event_expand()
735
if (vcpu_id < event->
max_vcpu
)
in kvm_event_expand()
738
while (event->
max_vcpu
<= vcpu_id)
in kvm_event_expand()
739
event->
max_vcpu
+= DEFAULT_VCPU_NUM;
in kvm_event_expand()
743
event->
max_vcpu
* sizeof(*event->vcpu));
in kvm_event_expand()
751
(event->
max_vcpu
- old_max_vcpu) * sizeof(*event->vcpu));
in kvm_event_expand()
Completed in 7 milliseconds