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:keepalive_intv
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/net/tipc/
H
A
D
node.c
132
unsigned long
keepalive_intv
;
member
577
n->
keepalive_intv
= 10000;
in tipc_node_create()
578
intv = jiffies + msecs_to_jiffies(n->
keepalive_intv
);
in tipc_node_create()
605
if (intv < n->
keepalive_intv
)
in tipc_node_calculate_timer()
606
n->
keepalive_intv
= intv;
in tipc_node_calculate_timer()
609
tipc_link_set_abort_limit(l, tol / n->
keepalive_intv
);
in tipc_node_calculate_timer()
813
n->
keepalive_intv
= 10000;
in tipc_node_timeout()
831
mod_timer(&n->timer, jiffies + msecs_to_jiffies(n->
keepalive_intv
));
in tipc_node_timeout()
1275
intv = jiffies + msecs_to_jiffies(n->
keepalive_intv
);
in tipc_node_check_dest()
3063
i += scnprintf(buf + i, sz - i, " %lu\n", n->
keepalive_intv
);
in tipc_node_dump()
[all...]
/kernel/linux/linux-6.6/net/tipc/
H
A
D
node.c
110
* @
keepalive_intv
: keepalive interval in milliseconds
141
unsigned long
keepalive_intv
;
member
593
n->
keepalive_intv
= 10000;
in tipc_node_create()
594
intv = jiffies + msecs_to_jiffies(n->
keepalive_intv
);
in tipc_node_create()
621
if (intv < n->
keepalive_intv
)
in tipc_node_calculate_timer()
622
n->
keepalive_intv
= intv;
in tipc_node_calculate_timer()
625
tipc_link_set_abort_limit(l, tol / n->
keepalive_intv
);
in tipc_node_calculate_timer()
829
n->
keepalive_intv
= 10000;
in tipc_node_timeout()
847
mod_timer(&n->timer, jiffies + msecs_to_jiffies(n->
keepalive_intv
));
in tipc_node_timeout()
1302
intv = jiffies + msecs_to_jiffies(n->
keepalive_intv
);
in tipc_node_check_dest()
[all...]
Completed in 7 milliseconds