Lines Matching refs:stproc
125 q->stproc = NULL; in fwdev_allocbuf()
339 if (ir->stproc == NULL) { in fw_read()
341 ir->stproc = STAILQ_FIRST(&ir->stvalid); in fw_read()
342 if (ir->stproc != NULL) { in fw_read()
349 if (ir->stproc == NULL) { in fw_read()
362 } else if (ir->stproc != NULL) { in fw_read()
366 ir->stproc->poffset + ir->queued); in fw_read()
378 STAILQ_INSERT_TAIL(&ir->stfree, ir->stproc, link); in fw_read()
381 ir->stproc = NULL; in fw_read()
473 if (it->stproc == NULL) { in fw_write()
474 it->stproc = STAILQ_FIRST(&it->stfree); in fw_write()
475 if (it->stproc != NULL) { in fw_write()
498 it->stproc->poffset + it->queued); in fw_write()
505 STAILQ_INSERT_TAIL(&it->stvalid, it->stproc, link); in fw_write()
507 it->stproc = NULL; in fw_write()