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:resched_curr
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H
A
D
rt.c
574
resched_curr
(rq);
in sched_rt_rq_enqueue()
667
resched_curr
(rq);
in sched_rt_rq_enqueue()
1097
resched_curr
(rq);
in update_curr_rt()
1641
resched_curr
(rq);
in check_preempt_equal_prio()
1668
resched_curr
(rq);
in check_preempt_curr_rt()
2181
resched_curr
(rq);
in push_rt_task()
2229
resched_curr
(lowest_rq);
in push_rt_task()
2513
resched_curr
(this_rq);
in pull_rt_task()
2614
resched_curr
(rq);
in switched_to_rt()
2644
resched_curr
(r
in prio_changed_rt()
[all...]
H
A
D
fair.c
4599
resched_curr
(rq_of(cfs_rq));
in check_preempt_tick()
4625
resched_curr
(rq_of(cfs_rq));
in check_preempt_tick()
4767
resched_curr
(rq_of(cfs_rq));
in entity_tick()
4910
resched_curr
(rq_of(cfs_rq));
in fair_account_cfs_rq_runtime()
5146
resched_curr
(rq);
in unthrottle_cfs_rq()
5703
resched_curr
(rq);
in hrtick_start_fair()
7440
resched_curr
(rq);
in check_preempt_wakeup()
11591
resched_curr
(rq);
in task_fork_fair()
11619
resched_curr
(rq);
in prio_changed_fair()
11763
resched_curr
(r
in switched_to_fair()
[all...]
H
A
D
core.c
625
*
resched_curr
- mark rq's current task 'to be rescheduled now'.
631
void
resched_curr
(struct rq *rq)
in resched_curr()
function
663
resched_curr
(rq);
in resched_cpu()
1845
resched_curr
(rq);
in check_preempt_curr()
6829
resched_curr
(p_rq);
in yield_to()
8579
resched_curr
(rq);
in sched_move_task()
H
A
D
sched.h
2039
extern void
resched_curr
(struct rq *rq);
Completed in 41 milliseconds