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:admin_timeout
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/nvme/host/
H
A
D
nvme.h
26
extern unsigned int
admin_timeout
;
27
#define ADMIN_TIMEOUT (
admin_timeout
* HZ)
H
A
D
core.c
32
unsigned int
admin_timeout
= 60;
variable
33
module_param(
admin_timeout
, uint, 0644);
34
MODULE_PARM_DESC(
admin_timeout
, "timeout in seconds for admin commands");
35
EXPORT_SYMBOL_GPL(
admin_timeout
);
variable
4379
msecs_to_jiffies(
admin_timeout
* 1000);
in nvme_fw_act_work()
/kernel/linux/linux-6.6/drivers/nvme/host/
H
A
D
nvme.h
27
extern unsigned int
admin_timeout
;
28
#define NVME_ADMIN_TIMEOUT (
admin_timeout
* HZ)
H
A
D
core.c
44
unsigned int
admin_timeout
= 60;
variable
45
module_param(
admin_timeout
, uint, 0644);
46
MODULE_PARM_DESC(
admin_timeout
, "timeout in seconds for admin commands");
47
EXPORT_SYMBOL_GPL(
admin_timeout
);
variable
4124
msecs_to_jiffies(
admin_timeout
* 1000);
in nvme_fw_act_work()
/kernel/linux/linux-6.6/drivers/nvme/target/
H
A
D
configfs.c
749
return sprintf(page, "%u\n", to_subsys(item->ci_parent)->
admin_timeout
);
in nvmet_passthru_admin_timeout_show()
760
subsys->
admin_timeout
= timeout;
in nvmet_passthru_admin_timeout_store()
763
CONFIGFS_ATTR(nvmet_passthru_,
admin_timeout
);
H
A
D
passthru.c
316
timeout = nvmet_req_subsys(req)->
admin_timeout
;
in nvmet_passthru_execute_cmd()
H
A
D
nvmet.h
274
unsigned int
admin_timeout
;
member
Completed in 22 milliseconds