Searched refs:poll_time (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_local.c87 static u_long poll_time; /* last time polled */ variable
125 poll_time = current_time;
176 poll_time = current_time;
/freebsd-11-stable/contrib/ofed/librdmacm/
H A Drsocket.c2062 uint32_t poll_time = 0; local
2070 if (!poll_time)
2074 poll_time = (e.tv_sec - s.tv_sec) * 1000000 +
2076 } while (poll_time <= polling_time);
2223 uint32_t poll_time = 0; local
2231 if (!poll_time)
2235 poll_time = (e.tv_sec - s.tv_sec) * 1000000 +
2237 } while (poll_time <= polling_time);
3095 uint32_t poll_time = 0; local
3103 if (!poll_time)
[all...]

Completed in 136 milliseconds