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:rt_period_timer
(Results
1 - 2
of
2
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H
A
D
rt.c
30
struct rt_bandwidth *rt_b = container_of(timer, struct rt_bandwidth,
rt_period_timer
);
in sched_rt_period_timer()
60
hrtimer_init(&rt_b->
rt_period_timer
, CLOCK_MONOTONIC, HRTIMER_MODE_REL_HARD);
in init_rt_bandwidth()
61
rt_b->
rt_period_timer
.function = sched_rt_period_timer;
in init_rt_bandwidth()
81
hrtimer_forward_now(&rt_b->
rt_period_timer
, ns_to_ktime(0));
in start_rt_bandwidth()
82
hrtimer_start_expires(&rt_b->
rt_period_timer
, HRTIMER_MODE_ABS_PINNED_HARD);
in start_rt_bandwidth()
119
hrtimer_cancel(&rt_b->
rt_period_timer
);
in destroy_rt_bandwidth()
701
return (hrtimer_active(&rt_b->
rt_period_timer
) || rt_rq->rt_time < rt_b->rt_runtime);
in sched_rt_bandwidth_account()
1003
hrtimer_forward_now(&rt_b->
rt_period_timer
, rt_b->rt_period);
in try_start_rt_bandwidth()
1004
hrtimer_start_expires(&rt_b->
rt_period_timer
, HRTIMER_MODE_ABS_PINNED_HARD);
in try_start_rt_bandwidth()
H
A
D
sched.h
328
struct hrtimer
rt_period_timer
;
member
Completed in 9 milliseconds