Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/ntp/libntp/
H A Dwork_thread.c203 sizeof(blocking_children[0]->workitems[0]); in ensure_workitems_empty_slot()
212 c->workitems = erealloc(c->workitems, new_alloc * each); in ensure_workitems_empty_slot()
214 c->workitems[sidx] = NULL; in ensure_workitems_empty_slot()
219 INSIST(NULL == c->workitems[c->head_workitem % c->workitems_alloc]); in ensure_workitems_empty_slot()
276 c->workitems[qhead % c->workitems_alloc] = hdr; in queue_req_pointer()
345 req = c->workitems[qtail]; in receive_blocking_req_internal()
346 c->workitems[qtail] = NULL; in receive_blocking_req_internal()
/freebsd-13.1/contrib/ntp/include/
H A Dntp_worker.h98 workitems; member