Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/sys/
H A Dfiledesc.h123 uint8_t fd_fpdrainwait; /* (L) has drain waiters */ member
/xnu-10063.141.1/bsd/kern/
H A Dkern_descrip.c1574 if (fdp->fd_fpdrainwait) { in fp_drop()
1575 fdp->fd_fpdrainwait = 0; in fp_drop()
1583 wakeup(&fdp->fd_fpdrainwait); in fp_drop()
1660 fdp->fd_fpdrainwait = 1; in fileproc_drain()
1661 msleep(&fdp->fd_fpdrainwait, &fdp->fd_lock, PRIBIO, "fpdrain", NULL); in fileproc_drain()
2241 if (fdp->fd_fpdrainwait) { in file_drop()
2242 fdp->fd_fpdrainwait = 0; in file_drop()
2249 wakeup(&fdp->fd_fpdrainwait); in file_drop()
H A Dsys_generic.c1987 wakeup(&p->p_fd.fd_fpdrainwait); in selcount()
2074 if (p->p_fd.fd_fpdrainwait) { in seldrop_locked()
2075 p->p_fd.fd_fpdrainwait = 0; in seldrop_locked()
2097 wakeup(&p->p_fd.fd_fpdrainwait); in seldrop()