Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/sys/
H A Dfiledesc.h125 uint8_t fd_fpdrainwait; /* (L) has drain waiters */ member
/xnu-10002.1.13/bsd/kern/
H A Dkern_descrip.c1564 if (fdp->fd_fpdrainwait) { in fp_drop()
1565 fdp->fd_fpdrainwait = 0; in fp_drop()
1573 wakeup(&fdp->fd_fpdrainwait); in fp_drop()
1650 fdp->fd_fpdrainwait = 1; in fileproc_drain()
1651 msleep(&fdp->fd_fpdrainwait, &fdp->fd_lock, PRIBIO, "fpdrain", NULL); in fileproc_drain()
2234 if (fdp->fd_fpdrainwait) { in file_drop()
2235 fdp->fd_fpdrainwait = 0; in file_drop()
2242 wakeup(&fdp->fd_fpdrainwait); in file_drop()
H A Dsys_generic.c1989 wakeup(&p->p_fd.fd_fpdrainwait); in selcount()
2076 if (p->p_fd.fd_fpdrainwait) { in seldrop_locked()
2077 p->p_fd.fd_fpdrainwait = 0; in seldrop_locked()
2099 wakeup(&p->p_fd.fd_fpdrainwait); in seldrop()