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:pick_next_task
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H
A
D
core.c
4762
pick_next_task
(struct rq *rq, struct task_struct *prev, struct rq_flags *rf)
in pick_next_task()
function
4794
p = class->
pick_next_task
(rq);
in pick_next_task()
4931
next =
pick_next_task
(rq, prev, &rf);
in __schedule()
4947
* changes to task_struct made by
pick_next_task
().
in __schedule()
7325
next = class->
pick_next_task
(rq);
in __pick_migrate_task()
7418
* put_prev_task() and
pick_next_task
() sched
in migrate_tasks()
H
A
D
sched.h
1893
struct task_struct *(*
pick_next_task
)(struct rq *rq);
member
H
A
D
rt.c
845
/* Make rt_rq available for
pick_next_task
() */
in __disable_runtime()
2842
.
pick_next_task
= pick_next_task_rt,
H
A
D
fair.c
11443
/* Ensure any throttled groups are reachable by
pick_next_task
*/
in rq_offline_fair()
12074
.
pick_next_task
= fair_pick_next_task_fair,
Completed in 33 milliseconds