Home
last modified time | relevance | path

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

/NextBSD/contrib/ntp/libntp/
HDwork_thread.c153 if (slots_used >= c->workitems_alloc) { in ensure_workitems_empty_slot()
154 new_alloc = c->workitems_alloc + WORKITEMS_ALLOC_INC; in ensure_workitems_empty_slot()
157 c->head_workitem = c->workitems_alloc; in ensure_workitems_empty_slot()
158 c->workitems_alloc = new_alloc; in ensure_workitems_empty_slot()
212 c->workitems[qhead % c->workitems_alloc] = hdr; in queue_req_pointer()
280 qtail %= c->workitems_alloc; in receive_blocking_req_internal()
/NextBSD/contrib/ntp/include/
HDntp_worker.h97 volatile size_t workitems_alloc; member