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:CS_TYPE_SIGNAL
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/habanalabs/common/
H
A
D
hw_queue.c
415
if (cs->type &
CS_TYPE_SIGNAL
) {
in init_signal_wait_cs()
539
if ((cs->type ==
CS_TYPE_SIGNAL
) || (cs->type == CS_TYPE_WAIT))
in hl_hw_queue_schedule_cs()
H
A
D
command_submission.c
55
if ((hl_cs_cmpl->type ==
CS_TYPE_SIGNAL
) ||
in hl_fence_release()
881
if (sig_waitcs_cmpl->type !=
CS_TYPE_SIGNAL
) {
in cs_ioctl_signal_wait()
1034
cs_type =
CS_TYPE_SIGNAL
;
in hl_cs_ioctl()
H
A
D
habanalabs.h
148
CS_TYPE_SIGNAL
,
enumerator
/kernel/linux/linux-6.6/drivers/accel/habanalabs/common/
H
A
D
command_submission.c
655
if ((hl_cs_cmpl->type ==
CS_TYPE_SIGNAL
) ||
in cs_release_sob_reset_handler()
841
case
CS_TYPE_SIGNAL
:
in cs_timedout()
1307
return
CS_TYPE_SIGNAL
;
in hl_cs_get_cs_type()
1364
is_sync_stream = (cs_type ==
CS_TYPE_SIGNAL
|| cs_type == CS_TYPE_WAIT ||
in hl_cs_sanity_checks()
2342
if (sig_waitcs_cmpl->type !=
CS_TYPE_SIGNAL
&&
in cs_ioctl_signal_wait()
2390
if (cs_type == CS_TYPE_WAIT || cs_type ==
CS_TYPE_SIGNAL
)
in cs_ioctl_signal_wait()
2577
case
CS_TYPE_SIGNAL
:
in hl_cs_ioctl()
2622
case
CS_TYPE_SIGNAL
:
in hl_cs_ioctl()
H
A
D
hw_queue.c
560
if (cs->type &
CS_TYPE_SIGNAL
)
in init_signal_wait_cs()
689
if ((cs->type ==
CS_TYPE_SIGNAL
) || (cs->type == CS_TYPE_WAIT)) {
in hl_hw_queue_schedule_cs()
H
A
D
habanalabs.h
359
CS_TYPE_SIGNAL
,
enumerator
Completed in 23 milliseconds