Home
last modified time | relevance | path

Searched refs:blocking_children (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/ntp/libntp/
H A Dntp_worker.c26 blocking_child ** blocking_children; variable
131 const size_t each = sizeof(blocking_children[0]); in available_blocking_child_slot()
139 if (NULL == blocking_children[slot]) in available_blocking_child_slot()
141 if (blocking_children[slot]->reusable) { in available_blocking_child_slot()
142 blocking_children[slot]->reusable = FALSE; in available_blocking_child_slot()
151 blocking_children = erealloc_zero(blocking_children, octets, in available_blocking_child_slot()
182 blocking_children[intres_slot]->reusable) in queue_blocking_request()
194 c = blocking_children[child_slot]; in queue_blocking_request()
205 blocking_children[child_slot] = c; in queue_blocking_request()
279 cp = blocking_children[idx]; in harvest_blocking_responses()
[all …]
H A Dwork_fork.c163 c = blocking_children[idx]; in interrupt_worker_sleep()
250 c = blocking_children[idx]; in send_worker_home_atexit()
428 c = blocking_children[idx]; in fork_deferred_worker()
H A Dwork_thread.c165 c = blocking_children[idx]; in interrupt_worker_sleep()
193 sizeof(blocking_children[0]->workitems[0]); in ensure_workitems_empty_slot()
229 sizeof(blocking_children[0]->responses[0]); in ensure_workresp_empty_slot()
422 c = blocking_children[idx]; in handle_blocking_resp_sem()
/freebsd/contrib/ntp/include/
H A Dntp_worker.h137 extern blocking_child ** blocking_children;
/freebsd/contrib/ntp/sntp/
H A Dmain.c967 c = blocking_children[idx]; in sntp_addremove_fd()
/freebsd/contrib/ntp/ntpd/
H A Dntp_io.c3923 c = blocking_children[idx];
/freebsd/contrib/ntp/
H A DCommitLog[all...]