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:port_ka_time
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/fcoe/
H
A
D
fcoe_ctlr.c
483
fip->
port_ka_time
= 0;
in fcoe_ctlr_reset()
1657
fip->
port_ka_time
= jiffies +
in fcoe_ctlr_select()
1842
if (time_after_eq(jiffies, fip->
port_ka_time
)) {
in fcoe_ctlr_timer_work()
1843
fip->
port_ka_time
= jiffies +
in fcoe_ctlr_timer_work()
1847
if (time_after(next_timer, fip->
port_ka_time
))
in fcoe_ctlr_timer_work()
1848
next_timer = fip->
port_ka_time
;
in fcoe_ctlr_timer_work()
3124
fip->
port_ka_time
= next_time;
in fcoe_ctlr_vn_timeout()
3130
if (time_after_eq(jiffies, fip->
port_ka_time
)) {
in fcoe_ctlr_vn_timeout()
3134
fip->
port_ka_time
= jiffies +
in fcoe_ctlr_vn_timeout()
3138
if (time_before(fip->
port_ka_time
, next_tim
in fcoe_ctlr_vn_timeout()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/fcoe/
H
A
D
fcoe_ctlr.c
483
fip->
port_ka_time
= 0;
in fcoe_ctlr_reset()
1649
fip->
port_ka_time
= jiffies +
in fcoe_ctlr_select()
1834
if (time_after_eq(jiffies, fip->
port_ka_time
)) {
in fcoe_ctlr_timer_work()
1835
fip->
port_ka_time
= jiffies +
in fcoe_ctlr_timer_work()
1839
if (time_after(next_timer, fip->
port_ka_time
))
in fcoe_ctlr_timer_work()
1840
next_timer = fip->
port_ka_time
;
in fcoe_ctlr_timer_work()
3116
fip->
port_ka_time
= next_time;
in fcoe_ctlr_vn_timeout()
3122
if (time_after_eq(jiffies, fip->
port_ka_time
)) {
in fcoe_ctlr_vn_timeout()
3126
fip->
port_ka_time
= jiffies +
in fcoe_ctlr_vn_timeout()
3130
if (time_before(fip->
port_ka_time
, next_tim
in fcoe_ctlr_vn_timeout()
[all...]
/kernel/linux/linux-5.10/include/scsi/
H
A
D
libfcoe.h
87
* @
port_ka_time
: time of next port keep-alive.
127
unsigned long
port_ka_time
;
member
/kernel/linux/linux-6.6/include/scsi/
H
A
D
libfcoe.h
88
* @
port_ka_time
: time of next port keep-alive.
128
unsigned long
port_ka_time
;
member
Completed in 11 milliseconds