Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/sys/ !
H A Dfiledesc.h123 uint8_t fd_fpdrainwait; /* (L) has drain waiters */ member
/xnu-12377.61.12/bsd/kern/ !
H A Dkern_descrip.c1583 if (fdp->fd_fpdrainwait) { in fp_drop()
1584 fdp->fd_fpdrainwait = 0; in fp_drop()
1592 wakeup(&fdp->fd_fpdrainwait); in fp_drop()
1669 fdp->fd_fpdrainwait = 1; in fileproc_drain()
1670 msleep(&fdp->fd_fpdrainwait, &fdp->fd_lock, PRIBIO, "fpdrain", NULL); in fileproc_drain()
2262 if (fdp->fd_fpdrainwait) { in file_drop()
2263 fdp->fd_fpdrainwait = 0; in file_drop()
2270 wakeup(&fdp->fd_fpdrainwait); in file_drop()
H A Dsys_generic.c1990 wakeup(&p->p_fd.fd_fpdrainwait); in selcount()
2077 if (p->p_fd.fd_fpdrainwait) { in seldrop_locked()
2078 p->p_fd.fd_fpdrainwait = 0; in seldrop_locked()
2100 wakeup(&p->p_fd.fd_fpdrainwait); in seldrop()