Home
last modified time | relevance | path

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

/xnu-8792.81.2/bsd/sys/
H A Dfiledesc.h125 uint8_t fd_fpdrainwait; /* (L) has drain waiters */ member
/xnu-8792.81.2/bsd/kern/
H A Dkern_descrip.c1580 if (fdp->fd_fpdrainwait) { in fp_drop()
1581 fdp->fd_fpdrainwait = 0; in fp_drop()
1589 wakeup(&fdp->fd_fpdrainwait); in fp_drop()
1666 fdp->fd_fpdrainwait = 1; in fileproc_drain()
1667 msleep(&fdp->fd_fpdrainwait, &fdp->fd_lock, PRIBIO, "fpdrain", NULL); in fileproc_drain()
2250 if (fdp->fd_fpdrainwait) { in file_drop()
2251 fdp->fd_fpdrainwait = 0; in file_drop()
2258 wakeup(&fdp->fd_fpdrainwait); in file_drop()
H A Dsys_generic.c1994 wakeup(&p->p_fd.fd_fpdrainwait); in selcount()
2081 if (p->p_fd.fd_fpdrainwait) { in seldrop_locked()
2082 p->p_fd.fd_fpdrainwait = 0; in seldrop_locked()
2104 wakeup(&p->p_fd.fd_fpdrainwait); in seldrop()