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:todo_list
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/
H
A
D
rga_job.c
24
job = list_first_entry_or_null(&scheduler->
todo_list
,
in rga_scheduler_get_pending_job_list()
303
list_empty(&rga_scheduler->
todo_list
)) {
in rga_job_next()
308
job = list_first_entry(&rga_scheduler->
todo_list
, struct rga_job, head);
in rga_job_next()
458
if (list_empty(&scheduler->
todo_list
)
in rga_job_schedule()
460
list_add_tail(&job->head, &scheduler->
todo_list
);
in rga_job_schedule()
462
list_for_each_entry(job_pos, &scheduler->
todo_list
, head) {
in rga_job_schedule()
478
list_add_tail(&job->head, &scheduler->
todo_list
);
in rga_job_schedule()
H
A
D
rga_drv.c
701
INIT_LIST_HEAD(&rga_scheduler->
todo_list
);
in init_scheduler()
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/include/
H
A
D
rga_drv.h
306
struct list_head
todo_list
;
member
/third_party/mbedtls/programs/test/
H
A
D
benchmark.c
514
}
todo_list
;
typedef
522
todo_list
todo;
in main()
Completed in 5 milliseconds