Searched refs:slots_used (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/contrib/ntp/libntp/
H A Dwork_thread.c206 size_t slots_used; local
209 slots_used = c->head_workitem - c->tail_workitem;
210 if (slots_used >= c->workitems_alloc) {
220 return (0 == slots_used);
242 size_t slots_used; local
245 slots_used = c->head_response - c->tail_response;
246 if (slots_used >= c->responses_alloc) {
256 return (0 == slots_used);

Completed in 68 milliseconds