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:state_dump
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/accel/habanalabs/common/
H
A
D
debugfs.c
1334
if (!entry->
state_dump
[entry->state_dump_head])
in hl_state_dump_read()
1339
entry->
state_dump
[entry->state_dump_head],
in hl_state_dump_read()
1340
strlen(entry->
state_dump
[entry->state_dump_head]));
in hl_state_dump_read()
1359
if (size <= 0 || size >= ARRAY_SIZE(entry->
state_dump
)) {
in hl_state_dump_write()
1364
if (entry->
state_dump
[entry->state_dump_head]) {
in hl_state_dump_write()
1367
vfree(entry->
state_dump
[entry->state_dump_head]);
in hl_state_dump_write()
1368
entry->
state_dump
[entry->state_dump_head] = NULL;
in hl_state_dump_write()
1373
ARRAY_SIZE(entry->
state_dump
) - 1;
in hl_state_dump_write()
1710
debugfs_create_file("
state_dump
",
in add_files_to_device()
1781
for (i = 0; i < ARRAY_SIZE(entry->
state_dump
);
in hl_debugfs_device_fini()
[all...]
H
A
D
Makefile
14
common/security.o common/
state_dump
.o \
H
A
D
habanalabs.h
2330
* @
state_dump
: data of the system states in case of a bad cs.
2331
* @state_dump_sem: protects
state_dump
.
2361
char *
state_dump
[HL_STATE_DUMP_HIST_LEN];
member
Completed in 13 milliseconds