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:drm_sched_rq
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/include/drm/
H
A
D
gpu_scheduler.h
34
struct
drm_sched_rq
;
86
struct
drm_sched_rq
*rq;
107
* struct
drm_sched_rq
- queue of entities to be scheduled.
118
struct
drm_sched_rq
{
struct
278
struct
drm_sched_rq
sched_rq[DRM_SCHED_PRIORITY_COUNT];
317
void drm_sched_rq_add_entity(struct
drm_sched_rq
*rq,
319
void drm_sched_rq_remove_entity(struct
drm_sched_rq
*rq,
/kernel/linux/linux-6.6/include/drm/
H
A
D
gpu_scheduler.h
58
struct
drm_sched_rq
;
93
* @rq under &
drm_sched_rq
.entities.
95
* Protected by &
drm_sched_rq
.lock of @rq.
108
struct
drm_sched_rq
*rq;
244
* struct
drm_sched_rq
- queue of entities to be scheduled.
256
struct
drm_sched_rq
{
struct
503
struct
drm_sched_rq
sched_rq[DRM_SCHED_PRIORITY_COUNT];
562
void drm_sched_rq_add_entity(struct
drm_sched_rq
*rq,
564
void drm_sched_rq_remove_entity(struct
drm_sched_rq
*rq,
/kernel/linux/linux-6.6/drivers/gpu/drm/scheduler/
H
A
D
sched_main.c
90
struct
drm_sched_rq
*rq = entity->rq;
in drm_sched_rq_remove_fifo_locked()
128
struct
drm_sched_rq
*rq)
in drm_sched_rq_init()
145
void drm_sched_rq_add_entity(struct
drm_sched_rq
*rq,
in drm_sched_rq_add_entity()
167
void drm_sched_rq_remove_entity(struct
drm_sched_rq
*rq,
in drm_sched_rq_remove_entity()
195
drm_sched_rq_select_entity_rr(struct
drm_sched_rq
*rq)
in drm_sched_rq_select_entity_rr()
239
drm_sched_rq_select_entity_fifo(struct
drm_sched_rq
*rq)
in drm_sched_rq_select_entity_fifo()
1142
struct
drm_sched_rq
*rq = &sched->sched_rq[i];
in drm_sched_fini()
1191
struct
drm_sched_rq
*rq = &sched->sched_rq[i];
in drm_sched_increase_karma()
H
A
D
sched_entity.c
510
struct
drm_sched_rq
*rq;
in drm_sched_entity_select_rq()
/kernel/linux/linux-5.10/drivers/gpu/drm/scheduler/
H
A
D
sched_main.c
73
struct
drm_sched_rq
*rq)
in drm_sched_rq_init()
89
void drm_sched_rq_add_entity(struct
drm_sched_rq
*rq,
in drm_sched_rq_add_entity()
108
void drm_sched_rq_remove_entity(struct
drm_sched_rq
*rq,
in drm_sched_rq_remove_entity()
129
drm_sched_rq_select_entity(struct
drm_sched_rq
*rq)
in drm_sched_rq_select_entity()
344
struct
drm_sched_rq
*rq = &sched->sched_rq[i];
in drm_sched_increase_karma()
897
struct
drm_sched_rq
*rq = &sched->sched_rq[i];
in drm_sched_fini()
H
A
D
sched_entity.c
457
struct
drm_sched_rq
*rq;
in drm_sched_entity_select_rq()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_job.c
255
struct
drm_sched_rq
*rq = &sched->sched_rq[i];
in amdgpu_job_stop_all_jobs_on_sched()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_job.c
329
struct
drm_sched_rq
*rq = &sched->sched_rq[i];
in amdgpu_job_stop_all_jobs_on_sched()
Completed in 8 milliseconds