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_RSVD_SOBS
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/drivers/accel/habanalabs/gaudi/
H
A
D
gaudiP.h
271
#define NUM_SOB_GROUPS (
HL_RSVD_SOBS
* QMAN_STREAMS)
H
A
D
gaudi.c
584
* QMAN_STREAMS *
HL_RSVD_SOBS
;
in gaudi_set_fixed_properties()
670
(num_sync_stream_queues *
HL_RSVD_SOBS
);
in gaudi_set_fixed_properties()
1098
stream *
HL_RSVD_SOBS
+ prop->curr_sob_group_idx[stream];
in gaudi_collective_map_sobs()
1366
stream *
HL_RSVD_SOBS
+ cprop->curr_sob_group_idx[stream];
in gaudi_collective_wait_init_cs()
1397
(
HL_RSVD_SOBS
- 1);
in gaudi_collective_wait_init_cs()
/kernel/linux/linux-5.10/drivers/misc/habanalabs/common/
H
A
D
hw_queue.c
723
prop->sync_stream_first_sob + queue_idx *
HL_RSVD_SOBS
;
in sync_stream_queue_init()
729
for (sob = 0 ; sob <
HL_RSVD_SOBS
; sob++) {
in sync_stream_queue_init()
H
A
D
habanalabs.h
65
*
HL_RSVD_SOBS
'sync stream' reserved sync objects per QMAN stream
68
#define
HL_RSVD_SOBS
4
macro
511
*
HL_RSVD_SOBS
that are being used by this queue.
515
struct hl_hw_sob hw_sob[
HL_RSVD_SOBS
];
/kernel/linux/linux-6.6/drivers/accel/habanalabs/common/
H
A
D
hw_queue.c
944
(queue_idx *
HL_RSVD_SOBS
);
in sync_stream_queue_init()
950
for (sob = 0 ; sob <
HL_RSVD_SOBS
; sob++) {
in sync_stream_queue_init()
H
A
D
habanalabs.h
119
*
HL_RSVD_SOBS
'sync stream' reserved sync objects per QMAN stream
122
#define
HL_RSVD_SOBS
2
macro
1012
*
HL_RSVD_SOBS
that are being used by this queue.
1015
struct hl_hw_sob hw_sob[
HL_RSVD_SOBS
];
H
A
D
command_submission.c
1811
other_sob_offset = (prop->curr_sob_offset + 1) %
HL_RSVD_SOBS
;
in hl_cs_signal_sob_wraparound_handler()
/kernel/linux/linux-5.10/drivers/misc/habanalabs/gaudi/
H
A
D
gaudi.c
475
num_sync_stream_queues *
HL_RSVD_SOBS
;
in gaudi_get_fixed_properties()
/kernel/linux/linux-6.6/drivers/accel/habanalabs/gaudi2/
H
A
D
gaudi2.c
2439
(num_sync_stream_queues *
HL_RSVD_SOBS
);
in gaudi2_set_fixed_properties()
Completed in 47 milliseconds