OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newtimeout
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
aic7xxx_osm.c
898
uint64_t
newtimeout
;
local
905
newtimeout
= MAX(active_scb->xs->timeout,
908
newtimeout
> 1000000 ?
909
(
newtimeout
/ 1000) * hz :
910
(
newtimeout
* hz) / 1000,
/src/sys/external/bsd/ipf/netinet/
fil.c
8913
u_int oldtimeout,
newtimeout
;
local
8919
newtimeout
= IPF_TTLVAL(seconds);
8920
delta = oldtimeout -
newtimeout
;
8922
head->ifq_ttl =
newtimeout
;
Completed in 26 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026