Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/libntp/
H A Dwork_thread.c193 sizeof(blocking_children[0]->workitems[0]); in ensure_workitems_empty_slot()
202 c->workitems = erealloc(c->workitems, new_alloc * each); in ensure_workitems_empty_slot()
204 c->workitems[sidx] = NULL; in ensure_workitems_empty_slot()
209 INSIST(NULL == c->workitems[c->head_workitem % c->workitems_alloc]); in ensure_workitems_empty_slot()
266 c->workitems[qhead % c->workitems_alloc] = hdr; in queue_req_pointer()
335 req = c->workitems[qtail]; in receive_blocking_req_internal()
336 c->workitems[qtail] = NULL; in receive_blocking_req_internal()
/freebsd/contrib/ntp/include/
H A Dntp_worker.h98 workitems; member