OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ticks_gone_by
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/netinet/
sctp_timer.c
1362
int
ticks_gone_by
;
local in function:sctp_autoclose_timer
1377
ticks_gone_by
= ((tn.tv_sec - tim_touse->tv_sec) * hz);
1378
if ((
ticks_gone_by
> 0) &&
1379
(
ticks_gone_by
>= (int)asoc->sctp_autoclose_ticks)) {
1423
asoc->sctp_autoclose_ticks -=
ticks_gone_by
;
sctp_timer.c
1362
int
ticks_gone_by
;
local in function:sctp_autoclose_timer
1377
ticks_gone_by
= ((tn.tv_sec - tim_touse->tv_sec) * hz);
1378
if ((
ticks_gone_by
> 0) &&
1379
(
ticks_gone_by
>= (int)asoc->sctp_autoclose_ticks)) {
1423
asoc->sctp_autoclose_ticks -=
ticks_gone_by
;
Completed in 24 milliseconds
Indexes created Tue Sep 30 17:09:57 GMT 2025