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

/freebsd-11.0-release/contrib/ntp/libntp/
H A Dwork_thread.c234 slots_used = c->head_response - c->tail_response;
241 c->head_response = c->responses_alloc;
244 INSIST(NULL == c->responses[c->head_response % c->responses_alloc]);
367 qhead = c->head_response;
369 c->head_response = 1 + qhead;
449 qhead = c->head_response;
919 c->head_response = 0;
/freebsd-11.0-release/contrib/ntp/include/
H A Dntp_worker.h108 size_t head_response; /* child */ member in struct:blocking_child_tag

Completed in 189 milliseconds