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:CPUP_USE_RATE
(Results
1 - 4
of
4
) sorted by relevance
/kernel/uniproton/src/om/cpup/
H
A
D
prt_cpup_thread_64.c
166
g_cpup[index].usage = (U16)DIV64(g_cpup[index].allTime *
CPUP_USE_RATE
, g_baseValue);
in OsCpupTickCal()
167
if (g_cpup[index].usage >
CPUP_USE_RATE
) {
in OsCpupTickCal()
168
g_cpup[index].usage =
CPUP_USE_RATE
;
in OsCpupTickCal()
172
OsMcCpupSet(OsGetHwThreadId(), (U32)(
CPUP_USE_RATE
- g_cpup[TSK_GET_INDEX(IDLE_TASK_ID)].usage));
in OsCpupTickCal()
174
g_cpupDelTask = (U16)DIV64(g_cpuTimeDelTask *
CPUP_USE_RATE
, g_baseValue);
in OsCpupTickCal()
191
if (usage >=
CPUP_USE_RATE
) {
in OsCpupIntGet()
192
usage =
CPUP_USE_RATE
;
in OsCpupIntGet()
195
return (U16)(
CPUP_USE_RATE
- usage);
in OsCpupIntGet()
216
cpup = (U32)(
CPUP_USE_RATE
- g_cpup[TSK_GET_INDEX(IDLE_TASK_ID)].usage);
in OsCpupThreadNow()
232
cpup = (U32)(
CPUP_USE_RATE
in OsCpupThreadNow()
[all...]
H
A
D
prt_cpup_warn.c
70
if (warn >
CPUP_USE_RATE
|| warn == 0) {
in PRT_CpupSetWarnValue()
127
if (modInfo->warn == 0 || modInfo->warn >
CPUP_USE_RATE
) {
in OsCpupWarnReg()
H
A
D
prt_cpup_thread.c
28
return (U32)(
CPUP_USE_RATE
- g_cpup[TSK_GET_INDEX(IDLE_TASK_ID)].usage);
in OsCpupGet()
/kernel/uniproton/src/om/include/
H
A
D
prt_cpup_external.h
47
#define
CPUP_USE_RATE
10000 /* CPUP使用比率 10000:万分比 1000:千分比 100:百分比 */
macro
Completed in 2 milliseconds