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:min_cpu
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/
H
A
D
rseq_test.c
33
static int
min_cpu
, max_cpu;
variable
57
cpu =
min_cpu
;
in next_cpu()
75
for (i = 0, cpu =
min_cpu
; i < NR_TASK_MIGRATIONS; i++, cpu = next_cpu(cpu)) {
in migration_worker()
172
min_cpu
= -1;
in calc_min_max_cpu()
179
if (
min_cpu
== -1)
in calc_min_max_cpu()
180
min_cpu
= i;
in calc_min_max_cpu()
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
synthetic-events.c
1222
int
min_cpu
;
member
1260
data->data->range_cpu_data.start_cpu = data->
min_cpu
;
in synthesize_range_cpus()
1272
syn_data->
min_cpu
= perf_cpu_map__cpu(syn_data->map, syn_data->has_any_cpu).cpu;
in cpu_map_data__alloc()
1274
if (syn_data->max_cpu - syn_data->
min_cpu
+ 1 == syn_data->nr - syn_data->has_any_cpu) {
in cpu_map_data__alloc()
Completed in 6 milliseconds