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:run_list
(Results
1 - 3
of
3
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H
A
D
rt.c
196
INIT_LIST_HEAD(&rt_se->
run_list
);
in init_tg_rt_entry()
1325
* Change rt_se->
run_list
location unless SAVE && !MOVE
1340
list_del_init(&rt_se->
run_list
);
in __delist_rt_entity()
1372
list_add(&rt_se->
run_list
, queue);
in __enqueue_rt_entity()
1374
list_add_tail(&rt_se->
run_list
, queue);
in __enqueue_rt_entity()
1507
list_move(&rt_se->
run_list
, queue);
in requeue_rt_entity()
1509
list_move_tail(&rt_se->
run_list
, queue);
in requeue_rt_entity()
1725
next = list_entry(queue->next, struct sched_rt_entity,
run_list
);
in pick_next_rt_entity()
2729
if (rt_se->
run_list
.prev != rt_se->
run_list
in task_tick_rt()
[all...]
H
A
D
core.c
3428
INIT_LIST_HEAD(&p->rt.
run_list
);
in __sched_fork()
/device/soc/rockchip/common/sdk_linux/include/linux/
H
A
D
sched.h
599
struct list_head
run_list
;
member
Completed in 18 milliseconds