Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dfdc.h114 struct buf *d_actf; /* head of wait list */ member
/titanic_41/usr/src/uts/common/io/
H A Dfd.c1090 if (fdp->d_actf) in fd_strategy()
1093 fdp->d_actf = bp; in fd_strategy()
1135 while ((bp = fdp->d_actf) != NULL) { in fdstart()
1136 fdp->d_actf = bp->av_forw; in fdstart()