Home
last modified time | relevance | path

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

/src/contrib/ntp/libntp/
H A Dwork_thread.c235 slots_used = c->head_response - c->tail_response; in ensure_workresp_empty_slot()
241 c->tail_response = 0; in ensure_workresp_empty_slot()
457 qtail = c->tail_response; in receive_blocking_resp_internal()
463 c->tail_response = qtail; in receive_blocking_resp_internal()
943 c->tail_response = 0; in cleanup_after_child()
/src/contrib/ntp/include/
H A Dntp_worker.h109 size_t tail_response; /* parent */ member