OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:newtimeout
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
aic7xxx_osm.c
898
uint64_t
newtimeout
;
local in function:ahc_timeout
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 in function:ipf_apply_timeout
8919
newtimeout
= IPF_TTLVAL(seconds);
8920
delta = oldtimeout -
newtimeout
;
8922
head->ifq_ttl =
newtimeout
;
Completed in 18 milliseconds
Indexes created Tue Sep 23 02:09:52 GMT 2025