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:bucket_id
(Results
1 - 2
of
2
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H
A
D
core.c
1064
uc_se->
bucket_id
= uclamp_bucket_id(value);
in uclamp_se_set()
1101
int
bucket_id
= UCLAMP_BUCKETS - 1;
in uclamp_rq_max_value()
local
1107
for (;
bucket_id
>= 0;
bucket_id
--) {
in uclamp_rq_max_value()
1108
if (!bucket[
bucket_id
].tasks) {
in uclamp_rq_max_value()
1111
return bucket[
bucket_id
].value;
in uclamp_rq_max_value()
1244
* task's uclamp::
bucket_id
is refcounted on that rq. This also immediately
1264
bucket = &uc_rq->bucket[uc_se->
bucket_id
];
in uclamp_rq_inc_id()
1322
* bucket[uc_se->
bucket_id
].
in uclamp_rq_dec_id()
1330
bucket = &uc_rq->bucket[uc_se->
bucket_id
];
in uclamp_rq_dec_id()
[all...]
/device/soc/rockchip/common/sdk_linux/include/linux/
H
A
D
sched.h
700
* @
bucket_id
: bucket index corresponding to the "assigned" value
704
* The
bucket_id
is the index of the clamp bucket matching the clamp value
711
* to the "effective"
bucket_id
.
722
unsigned int
bucket_id
: bits_per(UCLAMP_BUCKETS);
member
Completed in 10 milliseconds