Searched refs:child_slot (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/contrib/ntp/libntp/
H A Dntp_worker.c170 u_int child_slot; local
180 child_slot = UINT_MAX;
183 child_slot = available_blocking_child_slot();
186 intres_slot = child_slot;
188 child_slot = intres_slot;
193 INSIST(UINT_MAX != child_slot);
194 c = blocking_children[child_slot];
205 blocking_children[child_slot] = c;
207 req_hdr.child_idx = child_slot;

Completed in 109 milliseconds