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:in_debug
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/habanalabs/common/
H
A
D
context.c
40
if ((hdev->
in_debug
) && (hdev->compute_ctx == ctx))
in hl_ctx_fini()
H
A
D
device.c
632
if (!hdev->
in_debug
) {
in hl_device_set_debug_mode()
642
hdev->
in_debug
= 0;
in hl_device_set_debug_mode()
650
if (hdev->
in_debug
) {
in hl_device_set_debug_mode()
658
hdev->
in_debug
= 1;
in hl_device_set_debug_mode()
H
A
D
habanalabs_drv.c
130
if (hdev->
in_debug
) {
in hl_device_open()
H
A
D
habanalabs_ioctl.c
498
if (!hdev->
in_debug
) {
in hl_debug_ioctl()
H
A
D
habanalabs.h
1584
* @
in_debug
: is device under debug. This, together with fpriv_list, enforces
1686
u8
in_debug
;
member
/kernel/linux/linux-6.6/drivers/accel/habanalabs/common/
H
A
D
context.c
111
if (hdev->
in_debug
)
in hl_ctx_fini()
H
A
D
device.c
1130
if (!hdev->
in_debug
) {
in hl_device_set_debug_mode()
1140
hdev->
in_debug
= 0;
in hl_device_set_debug_mode()
1145
if (hdev->
in_debug
) {
in hl_device_set_debug_mode()
1152
hdev->
in_debug
= 1;
in hl_device_set_debug_mode()
H
A
D
habanalabs_ioctl.c
1106
if (!hdev->
in_debug
) {
in hl_debug_ioctl()
H
A
D
habanalabs.h
3267
* @
in_debug
: whether the device is in a state where the profiling/tracing infrastructure
3436
u8
in_debug
;
member
/kernel/linux/linux-5.10/drivers/misc/habanalabs/gaudi/
H
A
D
gaudi.c
2558
if (hdev->
in_debug
)
in gaudi_set_clock_gating()
Completed in 49 milliseconds