Home
last modified time | relevance | path

Searched refs:fd_fpdrainwait (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.101.4/bsd/sys/
H A Dfiledesc.h125 uint8_t fd_fpdrainwait; /* (L) has drain waiters */ member
/xnu-8020.101.4/bsd/kern/
H A Dkern_descrip.c1503 if (fdp->fd_fpdrainwait) { in fp_drop()
1504 fdp->fd_fpdrainwait = 0; in fp_drop()
1512 wakeup(&fdp->fd_fpdrainwait); in fp_drop()
1589 fdp->fd_fpdrainwait = 1; in fileproc_drain()
1590 msleep(&fdp->fd_fpdrainwait, &fdp->fd_lock, PRIBIO, "fpdrain", NULL); in fileproc_drain()
2174 if (fdp->fd_fpdrainwait) { in file_drop()
2175 fdp->fd_fpdrainwait = 0; in file_drop()
2182 wakeup(&fdp->fd_fpdrainwait); in file_drop()
H A Dsys_generic.c2053 wakeup(&p->p_fd.fd_fpdrainwait); in selcount()
2140 if (p->p_fd.fd_fpdrainwait) { in seldrop_locked()
2141 p->p_fd.fd_fpdrainwait = 0; in seldrop_locked()
2163 wakeup(&p->p_fd.fd_fpdrainwait); in seldrop()