OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_read
(Results
1 - 2
of
2
) sorted by null
/external/iproute2/misc/
lnstat.h
28
struct timeval
last_read
; /* last time of read */
member in struct:lnstat_file
lnstat_util.c
53
gettimeofday(&lf->
last_read
, NULL);
90
if (time_after(&lf->
last_read
, &lf->interval, &tv)) {
Completed in 188 milliseconds