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:percent
(Results
1 - 6
of
6
) sorted by relevance
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/platform/arm/
H
A
D
arm_core_scaling.c
90
#define PERCENT_OF(
percent
, max) ((int) ((
percent
)*(max)/100.0 + 0.5))
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H
A
D
wlioctl_utils.h
39
cca_congest_channel_req_t *avg, bool
percent
);
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/common/
H
A
D
mali_dvfs_policy.c
32
#define MALI_PERCENTAGE_TO_UTILIZATION_FRACTION(
percent
) ((int)((
percent
) * (MAX_PERFORMANCE_VALUE) / 100.0 + 0.5))
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/common/
H
A
D
mali_dvfs_policy.c
21
#define MALI_PERCENTAGE_TO_UTILIZATION_FRACTION(
percent
) ((int) ((
percent
)*(MAX_PERFORMANCE_VALUE)/100.0 + 0.5))
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H
A
D
core.c
8796
s64
percent
;
member
8804
.
percent
= UCLAMP_PERCENT_SCALE,
in capacity_from_percent()
8811
req.ret = cgroup_parse_float(buf, UCLAMP_PERCENT_SHIFT, &req.
percent
);
in capacity_from_percent()
8815
if ((u64)req.
percent
> UCLAMP_PERCENT_SCALE) {
in capacity_from_percent()
8820
req.util = req.
percent
<< SCHED_CAPACITY_SHIFT;
in capacity_from_percent()
8853
tg->uclamp_pct[clamp_id] = req.
percent
;
in cpu_uclamp_write()
8881
u64
percent
;
in cpu_uclamp_print()
local
8894
percent
= tg->uclamp_pct[clamp_id];
in cpu_uclamp_print()
8895
percent
= div_u64_rem(
percent
, POW1
in cpu_uclamp_print()
[all...]
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H
A
D
bcm_app_utils.c
64
cca_per_chan_summary(cca_congest_channel_req_t *input, cca_congest_channel_req_t *avg, bool
percent
)
in cca_per_chan_summary()
argument
89
if (
percent
) {
in cca_per_chan_summary()
Completed in 13 milliseconds