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:KERNEL_PANIC
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/aacraid/
H
A
D
rx.c
342
if (unlikely(status &
KERNEL_PANIC
)) {
in aac_rx_check_health()
502
if (rx_readl(dev, MUnit.OMRx[0]) &
KERNEL_PANIC
)
in aac_rx_restart_adapter()
574
if (status &
KERNEL_PANIC
) {
in _aac_rx_init()
602
(status & (
KERNEL_PANIC
|SELF_TEST_FAILED|MONITOR_PANIC))) ||
in _aac_rx_init()
609
((status & (
KERNEL_PANIC
|SELF_TEST_FAILED|MONITOR_PANIC)) ||
in _aac_rx_init()
H
A
D
src.c
440
if (unlikely(status &
KERNEL_PANIC
))
in aac_src_check_health()
691
if ((omr_value == INVALID_OMR) || (omr_value &
KERNEL_PANIC
))
in aac_clear_omr()
854
if (src_readl(dev, MUnit.OMR) &
KERNEL_PANIC
)
in aac_src_restart_adapter()
914
if (status &
KERNEL_PANIC
) {
in aac_src_init()
944
(status & (
KERNEL_PANIC
|SELF_TEST_FAILED|MONITOR_PANIC))) ||
in aac_src_init()
951
((status & (
KERNEL_PANIC
|SELF_TEST_FAILED|MONITOR_PANIC)) ||
in aac_src_init()
1230
if (status &
KERNEL_PANIC
) {
in aac_srcv_init()
1262
(status & (
KERNEL_PANIC
|SELF_TEST_FAILED|MONITOR_PANIC))) ||
in aac_srcv_init()
1269
((status & (
KERNEL_PANIC
|SELF_TEST_FAILED|MONITOR_PANIC)) ||
in aac_srcv_init()
H
A
D
sa.c
279
if (status &
KERNEL_PANIC
)
in aac_sa_check_health()
358
if (sa_readl(dev, Mailbox7) &
KERNEL_PANIC
) {
in aac_sa_init()
H
A
D
aacraid.h
2533
#define
KERNEL_PANIC
0x00000100
macro
/kernel/linux/linux-6.6/drivers/scsi/aacraid/
H
A
D
rx.c
342
if (unlikely(status &
KERNEL_PANIC
)) {
in aac_rx_check_health()
502
if (rx_readl(dev, MUnit.OMRx[0]) &
KERNEL_PANIC
)
in aac_rx_restart_adapter()
574
if (status &
KERNEL_PANIC
) {
in _aac_rx_init()
602
(status & (
KERNEL_PANIC
|SELF_TEST_FAILED|MONITOR_PANIC))) ||
in _aac_rx_init()
609
((status & (
KERNEL_PANIC
|SELF_TEST_FAILED|MONITOR_PANIC)) ||
in _aac_rx_init()
H
A
D
src.c
440
if (unlikely(status &
KERNEL_PANIC
))
in aac_src_check_health()
691
if ((omr_value == INVALID_OMR) || (omr_value &
KERNEL_PANIC
))
in aac_clear_omr()
854
if (src_readl(dev, MUnit.OMR) &
KERNEL_PANIC
)
in aac_src_restart_adapter()
914
if (status &
KERNEL_PANIC
) {
in aac_src_init()
944
(status & (
KERNEL_PANIC
|SELF_TEST_FAILED|MONITOR_PANIC))) ||
in aac_src_init()
951
((status & (
KERNEL_PANIC
|SELF_TEST_FAILED|MONITOR_PANIC)) ||
in aac_src_init()
1230
if (status &
KERNEL_PANIC
) {
in aac_srcv_init()
1262
(status & (
KERNEL_PANIC
|SELF_TEST_FAILED|MONITOR_PANIC))) ||
in aac_srcv_init()
1269
((status & (
KERNEL_PANIC
|SELF_TEST_FAILED|MONITOR_PANIC)) ||
in aac_srcv_init()
H
A
D
sa.c
279
if (status &
KERNEL_PANIC
)
in aac_sa_check_health()
358
if (sa_readl(dev, Mailbox7) &
KERNEL_PANIC
) {
in aac_sa_init()
H
A
D
aacraid.h
2534
#define
KERNEL_PANIC
0x00000100
macro
Completed in 20 milliseconds