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

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c1380 static void sd_start_cmds(struct sd_lun *un, struct buf *immed_bp);
14769 * immed_bp - ptr to a buf to be transported immediately. Only
14770 * the immed_bp is transported; bufs on the waitq are not
14771 * processed and the un_retry_bp is not checked. If immed_bp is
14780 sd_start_cmds(struct sd_lun *un, struct buf *immed_bp) argument
14822 if ((bp = immed_bp) != NULL) {
14825 * It's OK to transport the immed_bp here without doing
14826 * the throttle limit check because the immed_bp is
15020 * sent as an immed_bp (which we just fail).
15027 if (bp == immed_bp) {
[all...]

Completed in 105 milliseconds