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:abort_limit
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/net/tipc/
H
A
D
link.c
93
* @
abort_limit
: # of unacknowledged continuity probes needed to reset link
137
u32
abort_limit
;
member
797
* '
abort_limit
' value, otherwise false
801
return (l->silent_intv_cnt + 2 > l->
abort_limit
);
in tipc_link_too_silent()
825
if (mstate->reset || (l->silent_intv_cnt > l->
abort_limit
))
in tipc_link_timeout()
2868
l->
abort_limit
= limit;
in tipc_link_set_abort_limit()
/kernel/linux/linux-6.6/net/tipc/
H
A
D
link.c
93
* @
abort_limit
: # of unacknowledged continuity probes needed to reset link
165
u32
abort_limit
;
member
832
* '
abort_limit
' value, otherwise false
836
return (l->silent_intv_cnt + 2 > l->
abort_limit
);
in tipc_link_too_silent()
860
if (mstate->reset || (l->silent_intv_cnt > l->
abort_limit
))
in tipc_link_timeout()
2904
l->
abort_limit
= limit;
in tipc_link_set_abort_limit()
/kernel/linux/linux-5.10/drivers/nvme/host/
H
A
D
nvme.h
294
atomic_t
abort_limit
;
member
H
A
D
pci.c
1208
atomic_inc(&nvmeq->dev->ctrl.
abort_limit
);
in abort_endio()
1335
if (atomic_dec_return(&dev->ctrl.
abort_limit
) < 0) {
in nvme_timeout()
1336
atomic_inc(&dev->ctrl.
abort_limit
);
in nvme_timeout()
1353
atomic_inc(&dev->ctrl.
abort_limit
);
in nvme_timeout()
H
A
D
core.c
3122
atomic_set(&ctrl->
abort_limit
, id->acl + 1);
in nvme_init_identify()
/kernel/linux/linux-6.6/drivers/nvme/host/
H
A
D
pci.c
1224
atomic_inc(&nvmeq->dev->ctrl.
abort_limit
);
in abort_endio()
1355
if (atomic_dec_return(&dev->ctrl.
abort_limit
) < 0) {
in nvme_timeout()
1356
atomic_inc(&dev->ctrl.
abort_limit
);
in nvme_timeout()
1374
atomic_inc(&dev->ctrl.
abort_limit
);
in nvme_timeout()
H
A
D
nvme.h
317
atomic_t
abort_limit
;
member
H
A
D
core.c
3080
atomic_set(&ctrl->
abort_limit
, id->acl + 1);
in nvme_init_identify()
Completed in 35 milliseconds