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:uclamp_se
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/rockchip/rk3588/kernel/include/trace/hooks/
H
A
D
sched.h
272
struct
uclamp_se
;
275
struct
uclamp_se
*uclamp_max, struct
uclamp_se
*uclamp_eff, int *ret),
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H
A
D
core.c
1009
* This knob only affects RT tasks that their
uclamp_se
->user_defined == false.
1017
static struct
uclamp_se
uclamp_default[UCLAMP_CNT];
1060
static inline void uclamp_se_set(struct
uclamp_se
*uc_se, unsigned int value,
in uclamp_se_set()
1121
struct
uclamp_se
*uc_se;
in __uclamp_update_util_min_rt_default()
1177
static inline struct
uclamp_se
uclamp_tg_restrict(struct task_struct *p,
in uclamp_tg_restrict()
1181
struct
uclamp_se
uc_req = p->uclamp_req[clamp_id];
in uclamp_tg_restrict()
1214
static inline struct
uclamp_se
uclamp_eff_get(struct task_struct *p,
in uclamp_eff_get()
1217
struct
uclamp_se
uc_req = uclamp_tg_restrict(p, clamp_id);
in uclamp_eff_get()
1218
struct
uclamp_se
uc_max = uclamp_default[clamp_id];
in uclamp_eff_get()
1230
struct
uclamp_se
uc_ef
in uclamp_eff_value()
[all...]
H
A
D
sched.h
492
struct
uclamp_se
uclamp_req[UCLAMP_CNT];
494
struct
uclamp_se
uclamp[UCLAMP_CNT];
/device/soc/rockchip/common/sdk_linux/include/linux/
H
A
D
sched.h
720
struct
uclamp_se
{
struct
832
struct
uclamp_se
uclamp_req[UCLAMP_CNT];
837
struct
uclamp_se
uclamp[UCLAMP_CNT];
Completed in 15 milliseconds