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:def_rt_bandwidth
(Results
1 - 3
of
3
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H
A
D
rt.c
18
struct rt_bandwidth
def_rt_bandwidth
;
variable
214
init_rt_bandwidth(&tg->rt_bandwidth, ktime_to_ns(
def_rt_bandwidth
.rt_period), 0);
in alloc_rt_sched_group()
644
return ktime_to_ns(
def_rt_bandwidth
.rt_period);
in sched_rt_period()
692
return &
def_rt_bandwidth
;
in sched_rt_bandwidth()
1265
start_rt_bandwidth(&
def_rt_bandwidth
);
in inc_rt_group()
3114
raw_spin_lock_irqsave(&
def_rt_bandwidth
.rt_runtime_lock, flags);
in sched_rt_global_constraints()
3123
raw_spin_unlock_irqrestore(&
def_rt_bandwidth
.rt_runtime_lock, flags);
in sched_rt_global_constraints()
3145
raw_spin_lock(&
def_rt_bandwidth
.rt_runtime_lock);
in sched_rt_do_global()
3146
def_rt_bandwidth
.rt_runtime = global_rt_runtime();
in sched_rt_do_global()
3147
def_rt_bandwidth
in sched_rt_do_global()
[all...]
H
A
D
sched.h
2042
extern struct rt_bandwidth
def_rt_bandwidth
;
H
A
D
core.c
8099
init_rt_bandwidth(&
def_rt_bandwidth
, global_rt_period(),
in sched_init()
8159
rq->rt.rt_runtime =
def_rt_bandwidth
.rt_runtime;
in sched_init()
Completed in 19 milliseconds