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:cpus_found
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/
H
A
D
hotplug-cpu.c
583
int
cpus_found
= 0;
in find_dlpar_cpus_to_remove()
local
590
cpus_found
++;
in find_dlpar_cpus_to_remove()
592
if (
cpus_found
> cpus_to_remove) {
in find_dlpar_cpus_to_remove()
597
/* Note that
cpus_found
is always 1 ahead of the index
in find_dlpar_cpus_to_remove()
598
* into the cpu_drcs array, so we use
cpus_found
- 1
in find_dlpar_cpus_to_remove()
601
&cpu_drcs[
cpus_found
- 1]);
in find_dlpar_cpus_to_remove()
610
if (
cpus_found
< cpus_to_remove) {
in find_dlpar_cpus_to_remove()
612
cpus_found
, cpus_to_remove);
in find_dlpar_cpus_to_remove()
613
} else if (
cpus_found
== cpus_to_remove) {
in find_dlpar_cpus_to_remove()
617
return
cpus_found
;
in find_dlpar_cpus_to_remove()
623
int
cpus_found
;
dlpar_cpu_remove_by_count()
local
669
int
cpus_found
= 0;
find_drc_info_cpus_to_add()
local
704
int
cpus_found
= 0;
find_drc_index_cpus_to_add()
local
736
int
cpus_found
;
dlpar_cpu_add_by_count()
local
[all...]
/kernel/linux/linux-5.10/arch/mips/sgi-ip27/
H
A
D
ip27-smp.c
31
static int
cpus_found
;
in node_scan_cpus()
local
44
(
cpus_found
!= NR_CPUS)) {
in node_scan_cpus()
48
cputonasid(
cpus_found
) = nasid;
in node_scan_cpus()
49
cputoslice(
cpus_found
) = acpu->cpu_info.physid;
in node_scan_cpus()
50
sn_cpu_info[
cpus_found
].p_speed =
in node_scan_cpus()
52
cpus_found
++;
in node_scan_cpus()
/kernel/linux/linux-6.6/arch/mips/sgi-ip27/
H
A
D
ip27-smp.c
31
static int
cpus_found
;
in node_scan_cpus()
local
44
(
cpus_found
!= NR_CPUS)) {
in node_scan_cpus()
48
cputonasid(
cpus_found
) = nasid;
in node_scan_cpus()
49
cputoslice(
cpus_found
) = acpu->cpu_info.physid;
in node_scan_cpus()
50
sn_cpu_info[
cpus_found
].p_speed =
in node_scan_cpus()
52
cpus_found
++;
in node_scan_cpus()
Completed in 3 milliseconds