Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/sys/
H A Dfiledesc.h123 uint8_t fd_fpdrainwait; /* (L) has drain waiters */ member
/xnu-11215.61.5/bsd/kern/
H A Dkern_descrip.c1591 if (fdp->fd_fpdrainwait) { in fp_drop()
1592 fdp->fd_fpdrainwait = 0; in fp_drop()
1600 wakeup(&fdp->fd_fpdrainwait); in fp_drop()
1677 fdp->fd_fpdrainwait = 1; in fileproc_drain()
1678 msleep(&fdp->fd_fpdrainwait, &fdp->fd_lock, PRIBIO, "fpdrain", NULL); in fileproc_drain()
2258 if (fdp->fd_fpdrainwait) { in file_drop()
2259 fdp->fd_fpdrainwait = 0; in file_drop()
2266 wakeup(&fdp->fd_fpdrainwait); in file_drop()
H A Dsys_generic.c1986 wakeup(&p->p_fd.fd_fpdrainwait); in selcount()
2073 if (p->p_fd.fd_fpdrainwait) { in seldrop_locked()
2074 p->p_fd.fd_fpdrainwait = 0; in seldrop_locked()
2096 wakeup(&p->p_fd.fd_fpdrainwait); in seldrop()