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:curr_sob_offset
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/habanalabs/common/
H
A
D
hw_queue.c
416
hw_sob = &hw_queue->hw_sob[hw_queue->
curr_sob_offset
];
in init_signal_wait_cs()
440
hw_queue->
curr_sob_offset
=
in init_signal_wait_cs()
441
(hw_queue->
curr_sob_offset
+ 1) %
in init_signal_wait_cs()
445
hw_queue->
curr_sob_offset
, q_idx);
in init_signal_wait_cs()
727
hw_queue->
curr_sob_offset
= 0;
in sync_stream_queue_init()
746
kref_init(&hw_queue->hw_sob[hw_queue->
curr_sob_offset
].kref);
in sync_stream_queue_reset()
747
hw_queue->
curr_sob_offset
= 0;
in sync_stream_queue_reset()
H
A
D
habanalabs.h
510
* @
curr_sob_offset
: the id offset to the currently used SOB from the
530
u8
curr_sob_offset
;
member
/kernel/linux/linux-6.6/drivers/accel/habanalabs/common/
H
A
D
hw_queue.c
414
hw_sob = &prop->hw_sob[prop->
curr_sob_offset
];
in init_signal_cs()
948
sync_stream_prop->
curr_sob_offset
= 0;
in sync_stream_queue_init()
970
kref_init(&prop->hw_sob[prop->
curr_sob_offset
].kref);
in sync_stream_queue_reset()
971
prop->
curr_sob_offset
= 0;
in sync_stream_queue_reset()
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()
1831
prop->
curr_sob_offset
= other_sob_offset;
in hl_cs_signal_sob_wraparound_handler()
1857
prop->
curr_sob_offset
, q_idx);
in hl_cs_signal_sob_wraparound_handler()
2057
hw_sob = &prop->hw_sob[prop->
curr_sob_offset
];
in cs_ioctl_reserve_signals()
2133
hw_sob = &prop->hw_sob[prop->
curr_sob_offset
];
in cs_ioctl_unreserve_signals()
H
A
D
habanalabs.h
1011
* @
curr_sob_offset
: the id offset to the currently used SOB from the
1022
u8
curr_sob_offset
;
member
Completed in 22 milliseconds