Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/libntp/
H A Dwork_thread.c235 slots_used = c->head_response - c->tail_response; in ensure_workresp_empty_slot()
242 c->head_response = c->responses_alloc; in ensure_workresp_empty_slot()
245 INSIST(NULL == c->responses[c->head_response % c->responses_alloc]); in ensure_workresp_empty_slot()
368 qhead = c->head_response; in send_blocking_resp_internal()
370 c->head_response = 1 + qhead; in send_blocking_resp_internal()
456 qhead = c->head_response; in receive_blocking_resp_internal()
942 c->head_response = 0;
/freebsd/contrib/ntp/include/
H A Dntp_worker.h108 size_t head_response; /* child */ member