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:hw_rq_count
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/scheduler/
H
A
D
gpu_scheduler_trace.h
54
&sched_job->sched->
hw_rq_count
);
81
&sched_job->sched->
hw_rq_count
);
H
A
D
sched_main.c
407
atomic_dec(&sched->
hw_rq_count
);
in drm_sched_stop()
468
atomic_inc(&sched->
hw_rq_count
);
in drm_sched_start()
595
return atomic_read(&sched->
hw_rq_count
) <
in drm_sched_ready()
651
atomic_dec(&sched->
hw_rq_count
);
in drm_sched_process_job()
801
atomic_inc(&sched->
hw_rq_count
);
in drm_sched_main()
862
atomic_set(&sched->
hw_rq_count
, 0);
in drm_sched_init()
/kernel/linux/linux-6.6/drivers/gpu/drm/scheduler/
H
A
D
sched_main.c
270
atomic_dec(&sched->
hw_rq_count
);
in drm_sched_job_done()
471
atomic_dec(&sched->
hw_rq_count
);
in drm_sched_stop()
532
atomic_inc(&sched->
hw_rq_count
);
in drm_sched_start()
858
return atomic_read(&sched->
hw_rq_count
) <
in drm_sched_can_queue()
1040
atomic_inc(&sched->
hw_rq_count
);
in drm_sched_main()
1107
atomic_set(&sched->
hw_rq_count
, 0);
in drm_sched_init()
H
A
D
gpu_scheduler_trace.h
54
&sched_job->sched->
hw_rq_count
);
/kernel/linux/linux-5.10/include/drm/
H
A
D
gpu_scheduler.h
258
* @
hw_rq_count
: the number of jobs currently in the hardware queue.
281
atomic_t
hw_rq_count
;
member
/kernel/linux/linux-6.6/include/drm/
H
A
D
gpu_scheduler.h
480
* @
hw_rq_count
: the number of jobs currently in the hardware queue.
506
atomic_t
hw_rq_count
;
member
/kernel/linux/linux-6.6/drivers/scsi/elx/efct/
H
A
D
efct_hw_queues.c
29
hw->
hw_rq_count
= 0;
in efct_hw_init_queues()
332
rq->instance = hw->
hw_rq_count
++;
in efct_hw_new_rq_set()
H
A
D
efct_hw.c
745
min_rq_count = (hw->
hw_rq_count
< SLI4_CMD_REG_FCFI_NUM_RQ_CFG) ?
in efct_hw_config_rq()
746
hw->
hw_rq_count
: SLI4_CMD_REG_FCFI_NUM_RQ_CFG;
in efct_hw_config_rq()
805
hw->
hw_rq_count
, hw->config.rq_selection_policy, mode);
in efct_hw_config_mrq()
1098
for (i = 0; i < hw->
hw_rq_count
; i++) {
in efct_hw_init()
1238
for (i = 0; i < hw->
hw_rq_count
; i++) {
in efct_hw_rx_allocate()
1286
for (i = 0; i < hw->
hw_rq_count
; i++)
in efct_hw_rx_post()
1299
for (rq_idx = 0, idx = 0; rq_idx < hw->
hw_rq_count
; rq_idx++) {
in efct_hw_rx_post()
1329
for (i = 0; i < hw->
hw_rq_count
; i++) {
in efct_hw_rx_free()
H
A
D
efct_hw.h
411
u32
hw_rq_count
;
member
/kernel/linux/linux-5.10/drivers/gpu/drm/lima/
H
A
D
lima_device.c
516
if (atomic_read(&ldev->pipe[i].base.
hw_rq_count
))
in lima_device_suspend()
/kernel/linux/linux-6.6/drivers/gpu/drm/lima/
H
A
D
lima_device.c
517
if (atomic_read(&ldev->pipe[i].base.
hw_rq_count
))
in lima_device_suspend()
/kernel/linux/linux-5.10/drivers/gpu/drm/panfrost/
H
A
D
panfrost_job.c
692
if (atomic_read(&js->queue[i].sched.
hw_rq_count
))
in panfrost_job_is_idle()
/kernel/linux/linux-6.6/drivers/gpu/drm/panfrost/
H
A
D
panfrost_job.c
941
if (atomic_read(&js->queue[i].sched.
hw_rq_count
))
in panfrost_job_is_idle()
/kernel/linux/linux-5.10/drivers/gpu/drm/etnaviv/
H
A
D
etnaviv_gpu.c
1858
if (atomic_read(&gpu->sched.
hw_rq_count
))
in etnaviv_gpu_rpm_suspend()
/kernel/linux/linux-6.6/drivers/gpu/drm/etnaviv/
H
A
D
etnaviv_gpu.c
1920
if (atomic_read(&gpu->sched.
hw_rq_count
))
in etnaviv_gpu_rpm_suspend()
Completed in 18 milliseconds