Home
last modified time | relevance | path

Searched refs:poll_time (Results 1 – 2 of 2) sorted by relevance

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