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:cpu_pid
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/build/test/moduletest/runtest/bin/cpuisolation_t/testcases/bin/
H
A
D
cpuisolation03.sh
111
cpu_pid
=0
115
cpu_pid
=$(($
cpu_pid
+ 1))
119
if [ $
cpu_pid
-eq 0 ]; then
H
A
D
cpuisolation04.sh
119
if [ $(eval echo '$'
cpu_pid
"$i") -eq 0 ]; then
/kernel/linux/linux-5.10/drivers/macintosh/
H
A
D
windfarm_pm72.c
73
static struct wf_cpu_pid_state
cpu_pid
[NR_CHIPS];
variable
259
struct wf_cpu_pid_state *sp = &
cpu_pid
[cpu];
in cpu_fans_tick_split()
312
struct wf_cpu_pid_state *sp = &
cpu_pid
[0];
in cpu_fans_tick_combined()
432
wf_cpu_pid_init(&
cpu_pid
[cpu], &pid);
in cpu_setup_pid()
433
cpu_pid
[cpu].target = 1000;
in cpu_setup_pid()
H
A
D
windfarm_pm112.c
89
static struct wf_cpu_pid_state
cpu_pid
[NR_CORES];
variable
178
wf_cpu_pid_init(&
cpu_pid
[cpu], &pid);
in create_cpu_loop()
306
sp = &
cpu_pid
[cpu];
in cpu_fans_tick()
323
cpu_pid
[cpu].target = target;
in cpu_fans_tick()
H
A
D
windfarm_rm31.c
65
static struct wf_cpu_pid_state
cpu_pid
[NR_CHIPS];
variable
253
struct wf_cpu_pid_state *sp = &
cpu_pid
[cpu];
in cpu_fans_tick()
333
wf_cpu_pid_init(&
cpu_pid
[cpu], &pid);
in cpu_setup_pid()
334
cpu_pid
[cpu].target = 4000;
in cpu_setup_pid()
/kernel/linux/linux-6.6/drivers/macintosh/
H
A
D
windfarm_pm72.c
73
static struct wf_cpu_pid_state
cpu_pid
[NR_CHIPS];
variable
259
struct wf_cpu_pid_state *sp = &
cpu_pid
[cpu];
in cpu_fans_tick_split()
312
struct wf_cpu_pid_state *sp = &
cpu_pid
[0];
in cpu_fans_tick_combined()
432
wf_cpu_pid_init(&
cpu_pid
[cpu], &pid);
in cpu_setup_pid()
433
cpu_pid
[cpu].target = 1000;
in cpu_setup_pid()
H
A
D
windfarm_pm112.c
91
static struct wf_cpu_pid_state
cpu_pid
[NR_CORES];
variable
180
wf_cpu_pid_init(&
cpu_pid
[cpu], &pid);
in create_cpu_loop()
308
sp = &
cpu_pid
[cpu];
in cpu_fans_tick()
325
cpu_pid
[cpu].target = target;
in cpu_fans_tick()
H
A
D
windfarm_rm31.c
65
static struct wf_cpu_pid_state
cpu_pid
[NR_CHIPS];
variable
253
struct wf_cpu_pid_state *sp = &
cpu_pid
[cpu];
in cpu_fans_tick()
333
wf_cpu_pid_init(&
cpu_pid
[cpu], &pid);
in cpu_setup_pid()
334
cpu_pid
[cpu].target = 4000;
in cpu_setup_pid()
Completed in 7 milliseconds