Searched refs:should_block (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/io/
H A Ddrctl.c699 * Depending on the should_block argument, either wait for ongoing DR
705 drctl_block_conditional(boolean_t should_block) argument
708 /* If DR in progress and should_block is false, return */
709 if (!should_block && drctlp->drc_busy != NULL) {

Completed in 45 milliseconds