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:hl_pi_2_offset
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/habanalabs/common/
H
A
D
irq.c
121
job = queue->shadow_queue[
hl_pi_2_offset
(shadow_index)];
in hl_irq_handler_cq()
H
A
D
hw_queue.c
79
bd +=
hl_pi_2_offset
(q->pi);
in ext_and_hw_queue_submit_bd()
312
q->shadow_queue[
hl_pi_2_offset
(q->pi)] = job;
in ext_queue_schedule_job()
H
A
D
habanalabs.h
1813
#define
hl_pi_2_offset
(pi) ((pi) & (HL_QUEUE_LENGTH - 1))
macro
/kernel/linux/linux-6.6/drivers/accel/habanalabs/common/
H
A
D
hw_queue.c
89
bd +=
hl_pi_2_offset
(q->pi);
in hl_hw_queue_submit_bd()
317
q->shadow_queue[
hl_pi_2_offset
(q->pi)] = job;
in ext_queue_schedule_job()
H
A
D
irq.c
84
job = queue->shadow_queue[
hl_pi_2_offset
(cs_seq)];
in job_finish()
H
A
D
habanalabs.h
3646
#define
hl_pi_2_offset
(pi) ((pi) & (HL_QUEUE_LENGTH - 1))
macro
H
A
D
firmware_if.c
477
sent_bd +=
hl_pi_2_offset
(pi);
in hl_fw_send_cpu_message()
Completed in 20 milliseconds