Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Dfio.c287 ASSERT((ufp->uf_busy == 0 && incr == 1) || in fd_reserve()
288 (ufp->uf_busy == 1 && incr == -1)); in fd_reserve()
295 ufp->uf_busy += incr; in fd_reserve()
386 dst->uf_busy = src->uf_busy; in flist_grow()
657 while (ufp->uf_busy && ufp->uf_file == NULL) { in closeandsetf()
682 ASSERT(ufp->uf_busy); in closeandsetf()
861 cufp->uf_busy = pufp->uf_busy; in flist_fork()
864 if (pufp->uf_busy) { in flist_fork()
1182 ASSERT(ufp->uf_busy); in setf()
/titanic_41/usr/src/uts/common/sys/
H A Duser.h96 short uf_busy; /* file is allocated [grow, fork] */ member