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:shadow_queue
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/habanalabs/common/
H
A
D
hw_queue.c
312
q->
shadow_queue
[hl_pi_2_offset(q->pi)] = job;
in ext_queue_schedule_job()
634
q->
shadow_queue
= kmalloc_array(HL_QUEUE_LENGTH,
in ext_and_cpu_queue_init()
635
sizeof(*q->
shadow_queue
),
in ext_and_cpu_queue_init()
637
if (!q->
shadow_queue
) {
in ext_and_cpu_queue_init()
836
kfree(q->
shadow_queue
);
in queue_fini()
H
A
D
irq.c
121
job = queue->
shadow_queue
[hl_pi_2_offset(shadow_index)];
in hl_irq_handler_cq()
H
A
D
habanalabs.h
495
* @
shadow_queue
: pointer to a shadow queue that holds pointers to jobs.
516
struct hl_cs_job **
shadow_queue
;
member
/kernel/linux/linux-6.6/drivers/accel/habanalabs/common/
H
A
D
hw_queue.c
317
q->
shadow_queue
[hl_pi_2_offset(q->pi)] = job;
in ext_queue_schedule_job()
829
q->
shadow_queue
= kmalloc_array(HL_QUEUE_LENGTH, sizeof(struct hl_cs_job *), GFP_KERNEL);
in ext_and_cpu_queue_init()
830
if (!q->
shadow_queue
) {
in ext_and_cpu_queue_init()
1059
kfree(q->
shadow_queue
);
in queue_fini()
H
A
D
irq.c
84
job = queue->
shadow_queue
[hl_pi_2_offset(cs_seq)];
in job_finish()
H
A
D
habanalabs.h
1038
* @
shadow_queue
: pointer to a shadow queue that holds pointers to jobs.
1055
struct hl_cs_job **
shadow_queue
;
member
Completed in 15 milliseconds