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

/illumos-gate/usr/src/uts/common/os/
H A Dmem_config.c1672 volatile uint_t *pcancel; local
1676 pcancel = &mhp->mh_dr_aio_cleanup_cancel;
1693 for (procp = practive; (*pcancel == 0) && (procp != NULL);
1704 if ((*pcancel == 0) &&
1710 } while (*pcancel == 0);

Completed in 65 milliseconds