Searched refs:sample_holdtime (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Ddlil.h172 struct timespec sample_holdtime; /* sampling holdtime in nsec */ member in struct:dlil_threading_info
H A Ddlil.c1105 net_timerclear(&inp->sample_holdtime);
1200 net_timerclear(&inp->sample_holdtime);
1951 if (if_rxpoll && net_timerisset(&inp->sample_holdtime)) {
1957 if (net_timercmp(&delta, &inp->sample_holdtime, <))
2125 u_int64_t sample_holdtime, inbw; local
2166 sample_holdtime = 0; /* polling is disabled */
2201 sample_holdtime = if_rxpoll_sample_holdtime;
2213 net_nsectimer(&sample_holdtime, &inp->sample_holdtime);
2220 inbw, sample_holdtime, in
[all...]

Completed in 121 milliseconds