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

/darwin-on-arm/xnu/bsd/net/
H A Ddlil.h170 struct timespec sample_holdtime; /* sampling holdtime in nsec */ member in struct:dlil_threading_info
H A Ddlil.c933 net_timerclear(&inp->sample_holdtime);
1028 net_timerclear(&inp->sample_holdtime);
1695 if (if_rxpoll && net_timerisset(&inp->sample_holdtime)) {
1701 if (net_timercmp(&delta, &inp->sample_holdtime, <))
1865 u_int64_t sample_holdtime, inbw; local
1871 sample_holdtime = 0; /* polling is disabled */
1885 sample_holdtime = if_rxpoll_sample_holdtime;
1895 net_nsectimer(&sample_holdtime, &inp->sample_holdtime);
1901 inbw, sample_holdtime, in
[all...]

Completed in 15 milliseconds