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:MBOX_RESET_WAIT
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/megaraid/
H
A
D
megaraid_mbox.h
98
#define
MBOX_RESET_WAIT
180 // wait these many seconds in reset
macro
H
A
D
megaraid_mbox.c
2588
(
MBOX_RESET_WAIT
+ MBOX_RESET_EXT_WAIT)));
in megaraid_reset_handler()
2591
recovery_window =
MBOX_RESET_WAIT
+ MBOX_RESET_EXT_WAIT;
in megaraid_reset_handler()
2602
(
MBOX_RESET_WAIT
+ MBOX_RESET_EXT_WAIT) - i));
in megaraid_reset_handler()
2719
(i <
MBOX_RESET_WAIT
); i++) {
in mbox_post_sync_cmd()
2722
MBOX_RESET_WAIT
- i));
in mbox_post_sync_cmd()
2726
if (i ==
MBOX_RESET_WAIT
) {
in mbox_post_sync_cmd()
3466
adp.timeout =
MBOX_RESET_WAIT
+ MBOX_RESET_EXT_WAIT;
in megaraid_cmm_register()
/kernel/linux/linux-6.6/drivers/scsi/megaraid/
H
A
D
megaraid_mbox.h
98
#define
MBOX_RESET_WAIT
180 // wait these many seconds in reset
macro
H
A
D
megaraid_mbox.c
2581
(
MBOX_RESET_WAIT
+ MBOX_RESET_EXT_WAIT)));
in megaraid_reset_handler()
2584
recovery_window =
MBOX_RESET_WAIT
+ MBOX_RESET_EXT_WAIT;
in megaraid_reset_handler()
2595
(
MBOX_RESET_WAIT
+ MBOX_RESET_EXT_WAIT) - i));
in megaraid_reset_handler()
2712
(i <
MBOX_RESET_WAIT
); i++) {
in mbox_post_sync_cmd()
2715
MBOX_RESET_WAIT
- i));
in mbox_post_sync_cmd()
2719
if (i ==
MBOX_RESET_WAIT
) {
in mbox_post_sync_cmd()
3457
adp.timeout =
MBOX_RESET_WAIT
+ MBOX_RESET_EXT_WAIT;
in megaraid_cmm_register()
Completed in 9 milliseconds