Home
last modified time | relevance | path

Searched refs:d_actf (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dfdc.h114 struct buf *d_actf; /* head of wait list */ member
/illumos-gate/usr/src/uts/common/io/
H A Dfd.c1096 if (fdp->d_actf) in fd_strategy()
1099 fdp->d_actf = bp; in fd_strategy()
1141 while ((bp = fdp->d_actf) != NULL) { in fdstart()
1142 fdp->d_actf = bp->av_forw; in fdstart()