Lines Matching refs:stproc
258 if (ir->stproc == NULL) { in fw_read()
260 ir->stproc = STAILQ_FIRST(&ir->stvalid); in fw_read()
261 if (ir->stproc != NULL) { in fw_read()
266 if (ir->stproc == NULL) { in fw_read()
279 } else if (ir->stproc != NULL) { in fw_read()
283 ir->stproc->poffset + ir->queued); in fw_read()
292 STAILQ_INSERT_TAIL(&ir->stfree, ir->stproc, link); in fw_read()
294 ir->stproc = NULL; in fw_read()
335 if (it->stproc == NULL) { in fw_write()
336 it->stproc = STAILQ_FIRST(&it->stfree); in fw_write()
337 if (it->stproc != NULL) { in fw_write()
358 it->stproc->poffset + it->queued); in fw_write()
366 STAILQ_INSERT_TAIL(&it->stvalid, it->stproc, link); in fw_write()
367 it->stproc = NULL; in fw_write()
782 q->stproc = NULL; in fwdev_allocbuf()