Searched defs:xc_extract (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/os/
H A Dx_call.c56 * locking. See xc_extract() and xc_insert() below.
181 xc_extract(xc_msg_t **queue) function
263 while ((msg = xc_extract(&cpup->cpu_m.xc_free)) != NULL) {
332 msg = xc_extract(&mcpup->xc_msgbox)) {
400 while ((msg = xc_extract(&xc_waiters)) != NULL) {
501 msg = xc_extract(&CPU->cpu_m.xc_free);

Completed in 453 milliseconds